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.
David Chase
31a1f164d9
common/bitutil: use result of TestBytes to prevent dead code elimination ( #19846 )
...
Gollvm has very aggressive dead code elimination that completely
removes one of these two benchmarks. To prevent this, use the
result of the benchmark (a boolean), and to be "fair", make the
transformation to both benchmarks.
To be reliably assured of not removing the code, "use" means
assigning to an exported global. Non-exported globals and
//go:noinline functions are possibly subject to this optimization.
5 years ago
..
bitutil
common/bitutil: use result of TestBytes to prevent dead code elimination ( #19846 )
5 years ago
compiler
cmd/abigen: refactor command line interface ( #19797 )
5 years ago
fdlimit
common/fdlimit: fix macos file descriptors for Go 1.12
6 years ago
hexutil
GraphQL master FF for review ( #18445 )
6 years ago
math
core/signer, clef: improve ui-test flow, fix errors in uint handling ( #19584 )
6 years ago
mclock
les: implement client connection logic ( #16899 )
6 years ago
prque
core: concurrent database reinit from freezer dump
6 years ago
big.go
core, vm, common: define constantinople fork + shift ( #16045 )
7 years ago
bytes.go
EIP-1186 eth_getProof ( #17737 )
6 years ago
bytes_test.go
common: improve IsHexAddress and add tests ( #15551 )
7 years ago
debug.go
core: added basic chain configuration
9 years ago
format.go
common, core, light: add block age into info logs
6 years ago
main_test.go
all: fix license headers one more time
9 years ago
path.go
common: improve documentation comments ( #16701 )
7 years ago
size.go
core, cmd, vendor: fixes and database inspection tool ( #15 )
6 years ago
size_test.go
cmd/utils, eth: relinquish GC cache to read cache in archive mode
6 years ago
test_utils.go
all: fix license headers one more time
9 years ago
types.go
core/vm: 64 bit memory and gas calculations ( #19210 )
6 years ago
types_test.go
core/vm: 64 bit memory and gas calculations ( #19210 )
6 years ago