-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core)!: adds utxo and block info to get_template_registrations re…
…quest (#4789) Description --- - adds UTXO and block info to get_template_registrations request - adds end_height to get_template_registrations request - Changes validator node registration key to <block_height, output_hash> - uses CompositeKey for all composite keys - Removed some unused (previous contract code) response types Motivation and Context --- DAN template scanner requires block hash info to determine last scanned height. Indexing template validations by block height enable more efficient retrievals NOTE: blockchain db will need to be resynced How Has This Been Tested? --- Manually - DAN block scanner
- Loading branch information
Showing
20 changed files
with
411 additions
and
225 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
Oops, something went wrong.