-
Notifications
You must be signed in to change notification settings - Fork 17
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
Merge main to v7.0.x #58
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.0 to 0.37.2. - [Release notes](https://github.com/cometbft/cometbft/releases) - [Changelog](https://github.com/cometbft/cometbft/blob/main/CHANGELOG.md) - [Commits](cometbft/cometbft@v0.37.0...v0.37.2) --- updated-dependencies: - dependency-name: github.com/cometbft/cometbft dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
….com/cometbft/cometbft-0.37.2 Bump github.com/cometbft/cometbft from 0.37.0 to 0.37.2
Create CODEOWNERS
update readme to reflect new branching
update import paths for ibc7
* split package forward test * fix pointer query smart msg response
* Upgrade ibc packet forwarder. * Fix some errors. * Fix relayer images version * Fix test invalid balance between int64 and math.Int * Some refactors.
* Send package in batch * test: add query osmosis twap test * test: add makefile and github worklow * handle error while sending in batch * update query osmosis twap test * fix makefile * test: temp disable query osmosis twap assertion
…145) * Remove unused ante package. * Add benchmarking setup for testnet. * Fix lint.
…ew host zone. (#146) * Avoid add duplicate host zone proposal and remove old data when set new host zone. * Remove check host zone config by osmosis denom * Fix lint * Change gas for exec tx proposal
* fix(ibc): fix and add sanity check for GetDecTwapFromBytes * comment out debug log * remove comment * add err handler
* Add doc for integrate feeabs module with new chain. * Update documentation for integrate Cosmos Hub. * wip: add guide for Stargaze * update * update relayer mnemonic * linting * Update documentation for integrate Cosmos Hub. * Fix lint * Add scripts run relayer * Update docs * Fix version query path * Update docs * add script for binary installation * Update docs * Update docs * Refactor docs --------- Co-authored-by: Tuan Tran <[email protected]> Co-authored-by: nghuyenthevinh2000 <[email protected]>
@nghuyenthevinh2000 hey, so I think that what happened is that If it works for you. let's merge this into v7 as planned, and then make a v8 branch too.
|
…tus (#156) * initial migrate from frozen to more generic host chain fee abs connection status * more generic set state host zone * add code for exponential backoff, no test * add unit test * linting * allcaps * error handling --------- Co-authored-by: Jacob Gadikian <[email protected]>
* Add acknowledgements * Update README.md * Update README.md --------- Co-authored-by: nghuyenthevinh2000 <[email protected]>
v8 branch is supposed for cosmos v50 |
update repository structure
* fix running wrong test in Makefile, also catching bug when upload contract * add missing field in init message of xcsV2 * fix interchaintest * fix interchaintest ictest-ibc --------- Co-authored-by: nghuyenthevinh2000 <[email protected]>
…swap call (#171) * Add min swap amount to each host zone config for improve cross chain swap call * fix min_swap_amount value in proposal.json * fix min swap amount type * add unit tests for min swap amount * linting --------- Co-authored-by: Tuan Tran <[email protected]>
* Update README.md * Update README.md * Update README.md --------- Co-authored-by: Tuan Tran <[email protected]>
* wip: setup mocks for ante test * remove mock ante handler * add test for ibc fee * linting * add comment on unimplemented feature * extract duplicated code * chore: refactor code and add comments * test: add test for FeeabsDeductFee decorator * linting * remove unused code
* fix typos * fix typos * fix typo * fix typo * fix typos * fix typo --------- Co-authored-by: Tuan Tran <[email protected]> Co-authored-by: Tien Nguyen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR will make the sdk v0.47.x version of fee abstraction ready to release.