Skip to content

feat: TokenFactory, IBC Hooks and fixes #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 47 commits into from
May 29, 2023
Merged

feat: TokenFactory, IBC Hooks and fixes #12

merged 47 commits into from
May 29, 2023

Conversation

emidev98
Copy link

Changelog:

  • feather module that allow to create an alliance at a specific height with the required chain based on the module genesis configuration.
  • make command integration-test execute a series of bash scripts to simulate spinning up two chains, connecting them with a relayer, bridging a coin from chain 1 to chain 2 and validate that the x/feather module executed correctly.
  • make command clean-integration-test-data remove the data created by the previous command.
  • Fix proto-swagger-gen make command to generate the swagger file from proto files for the app,
  • Fix proto-gen make command to generate the golang protobuf files,
  • Fix LCD LevelDB connection as mentioned in cosmos-sdk/pull/14952,
    image
  • Fix proto warning by generating the golang proto files from inside the repo with the correct paths:
    image

Copy link
Owner

@KendrickAng KendrickAng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manually tested with:

rm -rf ~/.feather-core
feather-cored init test
feather-cored keys add test --keyring-backend os
feather-cored genesis add-genesis-account test 100000000stake --keyring-backend os
export CHAIN_ID=$(cat ~/.feather-core/config/genesis.json | jq -r '.chain_id')
feather-cored genesis gentx test 100000000stake --chain-id $CHAIN_ID --keyring-backend os
feather-cored genesis collect-gentxs
feather-cored start

LGTM 👍🏻

@KendrickAng KendrickAng merged commit 2d092c2 into KendrickAng:main May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants