- Sep 05, 2017
-
-
Péter Szilágyi authored
-
Nick Johnson authored
Dockerfile, cmd/puppeth: fix missing SSL certificates, use main image in puppeth
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: make txpool operate on immutable state
-
Viktor Trón authored
bmt 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 authored
Dockerfile: multi-stage builds, Go 1.9
-
Péter Szilágyi authored
-
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
-
- Sep 04, 2017
-
-
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 authored
Using 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)
-
- Aug 28, 2017
-
-
Péter Szilágyi authored
core/vm: more benchmarks
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
Péter Szilágyi authored
travis, appveyor: bump Go to 1.9 stable
-
Péter Szilágyi authored
-
- Aug 27, 2017
-
-
Martin Holst Swende authored
-
- Aug 25, 2017
-
-
Oli Bye authored
-
Péter Szilágyi authored
core, tests: implement Metropolis EIP 684
-
Péter Szilágyi authored
-
Péter Szilágyi authored
consensus, core, tests: implement Metropolis EIP 649
-
Péter Szilágyi authored
core/types: encode receipt status in PostState field
-
- Aug 24, 2017
-
-
Felix Lange authored
This 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 authored
rlp: fix decoding long strings into RawValue types
-
Péter Szilágyi authored
-
- Aug 23, 2017
-
-
Péter Szilágyi authored
core: 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 authored
node: fix instance dir locking and improve error message
-
Péter Szilágyi authored
metrics: change MetricsEnabledFlag to be const
-
- Aug 22, 2017
-
-
Péter Szilágyi authored
-
Gary Rong authored
-