Conversation
89b3117 to
857ed68
Compare
…837) checks current balance and either burns excess or mints deficit to reach target
* Problem: events emitted in hooks are duplicated Closes: #628 * Update CHANGELOG.md * const --------- Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
* fix(test): avoid mutation of global int256 variable * cleanup reserve when erc20 precompile acct don't have balance * Revert "test: adjusts precisebank module account balance to expected amount (#837)" This reverts commit 381a354. * cleanup genesis * cleanup --------- Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
* update * fix
* update * yargs * bump
* ibc callback ordering * chore: changelog --------- Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
) * fix: fix empty client during experimental mempool initialization * feat: enforce correct TX encoding on broadcastEVMTransactions * fix: disable sync on txPool add to bypass mutex on CheckTX * feat: add error check for already Known that allows for tx gossip * feat: remove reference to akii * refactor: fix lint issues * test: add client context to tests * test: add flag for determinist add on mempool insert * feat: refactor and moves the clientCtx from the app to the mempool
* Update README.md with a few users * Update README.md Co-authored-by: Vlad J <vladjdk@gmail.com> --------- Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io> Co-authored-by: Vlad J <vladjdk@gmail.com>
Signed-off-by: findfluctuate <findfluctuate@outlook.com> Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io> Co-authored-by: Vlad J <vladjdk@gmail.com>
Bumps the npm_and_yarn group with 1 update in the /tests/evm-tools-compatibility/hardhat directory: [qs](https://github.com/ljharb/qs). Updates `qs` from 6.14.0 to 6.14.1 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.0...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…texts like CheckTx (#817)
857ed68 to
37eec3c
Compare
This file contains hidden or 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
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.
Description
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
mainbranch