-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(minor-router)!: change u32 to u64 in message ids
* This change also affects axelarnet-gateway, voting-verifier, and ampd * In some cases, ampd will automatically vote NotFound if the u64 overflows u32 (since some RPC interfaces do not allow indexing events via u64) * Emit message id in poll started event. Ampd parses message id. * Deprecate emitting tx id and event index in poll started event.
- Loading branch information
Showing
23 changed files
with
620 additions
and
543 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.