- 05 Sep, 2017 5 commits
- 
- 
Viktor Trón authoredbmt is a new package that provides hashers for binary merkle tree hashes on size-limited chunks. the main motivation is that using BMT hash as the chunk hash of the swarm hash offers logsize inclusion proofs for arbitrary files on a 32-byte resolution completely viable to use in challenges on the blockchain. 
- 
Péter Szilágyi authoredDockerfile: multi-stage builds, Go 1.9 
- 
Martin Holst Swende authored* cmd/evm: adds ability to run individual state test file * cmd/evm: Fix statetest runner to be more json friendly * cmd/evm, tests: minor polishes, dump state on fail 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 04 Sep, 2017 4 commits
- 
- 
Martin Holst Swende authored* core/vm: Make max_codesize only applicable post Spurious Dragon/158/155/161/170 * tests: Remove expected failure 
- 
Martin Holst Swende authored* core: Fix flaw where underpriced locals were removed * core: minor code cleanups for tx pool tests 
- 
Martin Holst Swende authored
- 
Martin Holst Swende authoredUsing a Timer over Ticker seems to be a lot better, though I cannot fully account for why that it behaves so (since Ticker should be more bursty, but not necessarily more active over time, but that may depend on how long window it uses to decide on when to tick next) 
 
- 
- 28 Aug, 2017 5 commits
- 
- 
Péter Szilágyi authoredcore/vm: more benchmarks 
- 
Martin Holst Swende authored
- 
Martin Holst Swende authored
- 
Péter Szilágyi authoredtravis, appveyor: bump Go to 1.9 stable 
- 
Péter Szilágyi authored
 
- 
- 27 Aug, 2017 1 commit
- 
- 
Martin Holst Swende authored
 
- 
- 25 Aug, 2017 5 commits
- 
- 
Oli Bye authored
- 
Péter Szilágyi authoredcore, tests: implement Metropolis EIP 684 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredconsensus, core, tests: implement Metropolis EIP 649 
- 
Péter Szilágyi authoredcore/types: encode receipt status in PostState field 
 
- 
- 24 Aug, 2017 6 commits
- 
- 
Felix Lange authoredThis fixes a regression where the new Failed field in ReceiptForStorage rejected previously stored receipts. Fix it by removing the new field and store status in the PostState field. This also removes massive RLP hackery around the status field. 
- 
Péter Szilágyi authored
- 
nkbai authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredrlp: fix decoding long strings into RawValue types 
- 
Péter Szilágyi authored
 
- 
- 23 Aug, 2017 5 commits
- 
- 
Péter Szilágyi authoredcore: add status as a consensus field in receipt 
- 
Martin Holst Swende authored* cmd/evm, core/vm, internal/ethapi: Add 'err' to tracer interface CaptureEnd * cmd/evm: fix nullpointer when there is no error 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authorednode: fix instance dir locking and improve error message 
- 
Péter Szilágyi authoredmetrics: change MetricsEnabledFlag to be const 
 
- 
- 22 Aug, 2017 6 commits
- 
- 
Péter Szilágyi authored
- 
rjl493456442 authored
- 
Péter Szilágyi authoredtests: enable Byzantium state tests for CI 
- 
Péter Szilágyi authored
- 
Ti Zhou authoredSigned-off-by:Ti Zhou <tizhou1986@gmail.com> 
- 
Bo Ye authored
 
- 
- 21 Aug, 2017 3 commits
- 
- 
Péter Szilágyi authoredvendor: update USB HID lib (fix macOS crash) 
- 
Péter Szilágyi authored
- 
George Angel authored
 
-