Change native execution value to Gwei Uint64 (#12291)

* Default value to uint64

* Fix spectest

* Fix tests

* Fix tests

* Fix tests

* Fix test

* Fix test

* Fix build

* Potuz feedback

* Add test

* Fix test

* Fix test
This commit is contained in:
terencechain
2023-04-22 09:44:28 +09:00
committed by GitHub
parent 97a32e1b72
commit 08d6eccfb3
27 changed files with 118 additions and 221 deletions

View File

@@ -15,6 +15,7 @@ go_library(
"//consensus-types/interfaces:go_default_library",
"//consensus-types/primitives:go_default_library",
"//encoding/bytesutil:go_default_library",
"//math:go_default_library",
"//monitoring/tracing:go_default_library",
"//network:go_default_library",
"//network/authorization:go_default_library",