Revert "remove tombstones" (#430)
* Revert "remove tombstones (#426)" This reverts commit aa6bab40. * tombstones don't hide storage or account anymore * auto-format code by prettier (similar to gofmt) * wow, it works..... * small simplification, but need make it more clear * rebase to master * rebase to master * rebase to master * re-run ci * clean test files
Showing
- cmd/hack/hack.go 26 additions, 23 deletionscmd/hack/hack.go
- cmd/restapi/apis/intermediate_hash_api.go 71 additions, 0 deletionscmd/restapi/apis/intermediate_hash_api.go
- cmd/restapi/rest/serve_rest.go 3 additions, 0 deletionscmd/restapi/rest/serve_rest.go
- common/debug/experiments.go 0 additions, 3 deletionscommon/debug/experiments.go
- core/state/database.go 2 additions, 0 deletionscore/state/database.go
- core/state/intermediate_hashes.go 88 additions, 1 deletioncore/state/intermediate_hashes.go
- core/state/intermediate_hashes_test.go 161 additions, 0 deletionscore/state/intermediate_hashes_test.go
- debug-web-ui/package.json 4 additions, 4 deletionsdebug-web-ui/package.json
- debug-web-ui/src/App.js 9 additions, 1 deletiondebug-web-ui/src/App.js
- debug-web-ui/src/components/LookupAccountForm.js 2 additions, 1 deletiondebug-web-ui/src/components/LookupAccountForm.js
- debug-web-ui/src/components/LookupIntermediateHashForm.js 77 additions, 0 deletionsdebug-web-ui/src/components/LookupIntermediateHashForm.js
- debug-web-ui/src/components/LookupStorageForm.js 5 additions, 3 deletionsdebug-web-ui/src/components/LookupStorageForm.js
- debug-web-ui/src/components/SearchField.js 27 additions, 38 deletionsdebug-web-ui/src/components/SearchField.js
- debug-web-ui/src/components/StorageTombstonesIntegrityChecks.js 0 additions, 68 deletions...web-ui/src/components/StorageTombstonesIntegrityChecks.js
- debug-web-ui/src/page/IntermediateHashPage.js 21 additions, 0 deletionsdebug-web-ui/src/page/IntermediateHashPage.js
- debug-web-ui/src/utils/API.js 3 additions, 9 deletionsdebug-web-ui/src/utils/API.js
- debug-web-ui/yarn.lock 236 additions, 209 deletionsdebug-web-ui/yarn.lock
- eth/handler.go 0 additions, 4 deletionseth/handler.go
- trie/intermediate_hashes_test.go 0 additions, 213 deletionstrie/intermediate_hashes_test.go
- trie/resolver_stateful_cached.go 15 additions, 5 deletionstrie/resolver_stateful_cached.go
Loading
Please register or sign in to comment