Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Holst Swende
4535230059
cmd, core, eth: background transaction indexing ( #20302 )
...
* cmd, core, eth: init tx lookup in background
* core/rawdb: tiny log fixes to make it clearer what's happening
* core, eth: fix rebase errors
* core/rawdb: make reindexing less generic, but more optimal
* rlp: implement rlp list iterator
* core/rawdb: new implementation of tx indexing/unindex using generic tx iterator and hashing rlp-data
* core/rawdb, cmd/utils: fix review concerns
* cmd/utils: fix merge issue
* core/rawdb: add some log formatting polishes
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
5 years ago
..
bind
cmd, core, eth: background transaction indexing ( #20302 )
5 years ago
abi.go
all: seperate consensus error and evm internal error ( #20830 )
5 years ago
abi_test.go
accounts/abi: move U256Bytes to common/math ( #21020 )
5 years ago
argument.go
accounts/abi: added abi test cases, minor bug fixes ( #20903 )
5 years ago
doc.go
all: fix license headers one more time
9 years ago
error.go
account/abi: remove superfluous type checking ( #21022 )
5 years ago
event.go
accounts/abi: Prevent recalculation of internal fields ( #20895 )
5 years ago
event_test.go
accounts/abi: Prevent recalculation of internal fields ( #20895 )
5 years ago
method.go
accounts/abi: Prevent recalculation of internal fields ( #20895 )
5 years ago
method_test.go
accounts/abi: Prevent recalculation of internal fields ( #20895 )
5 years ago
pack.go
accounts/abi: move U256Bytes to common/math ( #21020 )
5 years ago
pack_test.go
accounts/abi: added abi test cases, minor bug fixes ( #20903 )
5 years ago
packing_test.go
accounts/abi: added abi test cases, minor bug fixes ( #20903 )
5 years ago
reflect.go
account/abi: remove superfluous type checking ( #21022 )
5 years ago
reflect_test.go
accounts/abi: Add tests for reflection ahead of refactor ( #18434 )
6 years ago
type.go
account/abi: remove superfluous type checking ( #21022 )
5 years ago
type_test.go
account/abi: remove superfluous type checking ( #21022 )
5 years ago
unpack.go
account/abi: remove superfluous type checking ( #21022 )
5 years ago
unpack_test.go
account/abi: remove superfluous type checking ( #21022 )
5 years ago