-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR:fix txhash unit test (#1385)
* replace animo with RLP for evm transaction * add tx hash algorithm of ethereum * format tx hash * change tx hash to Keccak256 for ethereum compatibility * update ut with new tx hash * update etherhash algorithm * use a sync.Pool for Keccak256 hasher * add VenusHeight fork * add VenusHeight to makefile * add HigherThanVenus function * set VenusHeight=8100000 for mainnet * fix ut Co-authored-by: xingqiang.yuan <[email protected]> Co-authored-by: Zhong Qiu <[email protected]> Co-authored-by: zhongqiuwood <[email protected]> Co-authored-by: KamiD <[email protected]>
- Loading branch information
1 parent
9eeb55a
commit 25261f0
Showing
6 changed files
with
13 additions
and
37 deletions.
There are no files selected for viewing
This file was deleted.
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
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