-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4690: Remove balance by block request r=jacek-casper a=jacek-casper The request was initially added because we were not able to determine the block timestamp necessary for holds lookup without knowing the associated block. Since then, that has changed and we now can always determine the timestamp, which makes the block request redundant - its behavior can be reproduced with the `BalanceByStateRoot` request in all cases, because the state root identifier type already allows passing through block hash and height. In this PR I remove `BalanceByBlock` and rename `BalanceByStateRoot` to just `Balance`. Co-authored-by: Jacek Malec <[email protected]>
- Loading branch information
Showing
4 changed files
with
18 additions
and
93 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