forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AN-Issue-1409] Handled automation-registry state update on new epoch (…
…#144) * Handled automation-registry state update on new epoch - split automation registry external API and internal state to avoid circular dependencies - enabled automation-registry-state update on new epoch from block module. * Addressed review comments * Added couple of unit-tests for automation-registry-state * Updated automation-registry to accept registration transaction hash as argument - Moved basic parameters checks of registration to automation_registry_state - Added and updated unit tests of automation_registry_state * Removed redundant imports. * Addressed review comments --------- Co-authored-by: Aregnaz Harutyunyan <>
- Loading branch information
Showing
20 changed files
with
1,775 additions
and
715 deletions.
There are no files selected for viewing
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
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.