-
Notifications
You must be signed in to change notification settings - Fork 155
Vlad/release/v0.5.x #940
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
Draft
vladjdk
wants to merge
19
commits into
release/v0.5.x
Choose a base branch
from
vlad/release/v0.5.x
base: release/v0.5.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Vlad/release/v0.5.x #940
Conversation
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
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
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