- Aug 28, 2017
-
-
Péter Szilágyi authored
-
- Aug 25, 2017
-
-
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
-
Péter Szilágyi authored
tests: enable Byzantium state tests for CI
-
Péter Szilágyi authored
-
Ti Zhou authored
Signed-off-by:
Ti Zhou <tizhou1986@gmail.com>
-
Bo Ye authored
-
- Aug 21, 2017
-
-
Péter Szilágyi authored
vendor: update USB HID lib (fix macOS crash)
-
Péter Szilágyi authored
-
George Angel authored
-
Péter Szilágyi authored
core/vm: implement REVERT metropolis opcode
-
Noman authored
* whisper: Fix spelling and grammar in error * whisper: Fix grammar in comments
-
Péter Szilágyi authored
README: add missing full stop
-
gurrpi authored
missing period at line 119
-
- Aug 18, 2017
-
-
Miya Chen authored
-
Felix Lange authored
The lock file was ineffective because opening leveldb storage in read-only mode doesn't really take the lock. Fix it by including a dedicated flock library (which is actually split out of goleveldb).
-
Péter Szilágyi authored
eth: send but not announce block to peers if propagate is true
-
Péter Szilágyi authored
cmd/puppeth: support blacklisting malicious IPs on ethstats
-
Péter Szilágyi authored
-
mark.lin authored
-
- Aug 17, 2017
-
-
Péter Szilágyi authored
core/vm, crypto/bn256: fix bn256 use and pairing corner case
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Aug 16, 2017
-
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
core/vm: implement RETURNDATA metropolis opcodes
-
Péter Szilágyi authored
-