Commit Graph

8844 Commits (dc92779c0a1e01de9561087a3a534d9d7cfdef3f)
 

Author SHA1 Message Date
Péter Szilágyi a56f3dc0d9 core, ethclient: implement Metropolis EIP 98 (#14750) 7 years ago
Martin Holst Swende 47359301a2 core: blocknumber in genesis as hex (#14812) 7 years ago
Jim McDonald 688ee6d1e5 cmd/geth: update tests for EIP55-compliant Address.Hex() 7 years ago
Jim McDonald ad8d519eb5 common: tests for EIP55-compliant Address.Hex() 7 years ago
Jim McDonald 9e80d9bee1 common: Address.Hex() outputs EIP55-compliant string 7 years ago
Péter Szilágyi 0ff35e170d core: remove redundant storage of transactions and receipts (#14801) 7 years ago
Péter Szilágyi 8d6a5a3581
VERSION, params: begin 1.7.0 cycle (cannot downgrade) 7 years ago
Dexaran 33a24bb731 Update README.md 7 years ago
Dexaran 2d47c6bfde Update README.md 7 years ago
Dexaran d68ad36bb9 Update README.md 7 years ago
Dexaran df74a43396 Update README.md 7 years ago
Dexaran 01cb9948f1 Update README.md 7 years ago
Felix Lange bf468a81ec params, VERSION: v1.6.8 unstable 7 years ago
Felix Lange ab5646c532 params: v1.6.7 stable 7 years ago
Péter Szilágyi 3b25012481 Merge pull request #14792 from karalabe/slim-docker-image 7 years ago
Péter Szilágyi bd381be9c8
dockerignore: ignore all git metadata and all tests 7 years ago
Felix Lange 225de7ca0a tests: update tests and implement general state tests (#14734) 7 years ago
Péter Szilágyi bd01cd7183 vendor: update go-stack to fix a sigpanic panic (#14790) 7 years ago
Daniel Sloof 0958770625 internal/web3ext: fix debug.traceBlockFromFile wrapper (#14774) 7 years ago
Péter Szilágyi 4f7a38001f Merge pull request #14737 from holiman/txpool_localaccounts 7 years ago
Emin Mahrt 65f0e905dd README: add missing full stop (#14766) 7 years ago
Nick Johnson 4b8860a7b4 Merge pull request #14723 from Arachnid/downloadrefactor 7 years ago
Péter Szilágyi 34ec9913f6
core: test locals support in txpool queue limits, fix 7 years ago
ligi f25486c3fb core: fix typo in error message (#14763) 7 years ago
Péter Szilágyi 88b4fe7d21
core: handle nolocals during add, exepmt locals from expiration 7 years ago
Péter Szilágyi 5e38f7a664
cmd, core: add --txpool.nolocals to disable local price exemptions 7 years ago
Péter Szilágyi 4c1d0b164b
eth: drop leftover from previous nonce protection scheme 7 years ago
Péter Szilágyi 48ee7f9de7
core, eth, les: polish txpool API around local/remote txs 7 years ago
Nick Johnson fe13949d9d eth/downloader: Doc fixes 7 years ago
Péter Szilágyi 138f26c93a Merge pull request #14749 from karalabe/disable-metro-allprotocols 7 years ago
Péter Szilágyi 8f12d76a47
params: remove redundant consts, disable metro on AllProtocolChanges 7 years ago
Nick Johnson be8f8409bc eth/downloader, les, light: Changes in response to review 7 years ago
Martin Holst Swende a633a2d7ea core: Prevent local tx:s from being discarded 7 years ago
Martin Holst Swende 67aff49822 core: Change local-handling to use sender-account instead of tx hashes 7 years ago
Péter Szilágyi 8c313eed26
consensus, core: EIP 100 polishes, fix chain maker diff 7 years ago
Jeffrey Wilcke c4d28aee9b
consensus/ethash: implement Metropolis EIP 100 7 years ago
Péter Szilágyi a0aa071ca6 Merge pull request #14732 from ethersphere/swarm-remove-ethapi 7 years ago
Lewis Marshall c7041fe145 cmd/swarm: Exit if --ethapi is set 7 years ago
Péter Szilágyi 41318f3776 Merge pull request #14646 from ethersphere/swarm-ens-api 7 years ago
Péter Szilágyi 65b96dc4b9 Merge pull request #14727 from holiman/count_txs_right 7 years ago
Martin Holst Swende 8bbd598ef4 core: fix an off-by-one when the block import counts blocks 7 years ago
Nick Johnson ae11545bc5 eth, les: Refactor downloader peer to use structs 7 years ago
Nick Johnson 0550957989 eth, les, light: Refactor downloader to use blockchain interface 7 years ago
Péter Szilágyi dfd076244d Merge pull request #14718 from holiman/gascalc_fix 7 years ago
Martin Holst Swende 6dc32e897a core/vm: add benchmarks for some ops and precompiles (#14641) 7 years ago
Martin Holst Swende e4301564c2 core/vm : fix testcase for gas calculation 7 years ago
Martin Holst Swende bae7565231 core/vm: fix overflow in gas calculation formula 7 years ago
Felix Lange 9e5f03b6c4 core/state: access trie through Database interface, track errors (#14589) 7 years ago
Péter Szilágyi bb366271fe Merge pull request #14686 from fjl/hexutil-json-type-error 7 years ago
Felix Lange 4a741df757 common/hexutil: wrap errors in json.UnmarshalTypeError 7 years ago