- Oct 06, 2017
-
-
Guillaume Ballet authored
-
holisticode authored
-
Darrel Herbst authored
Fixes #1024
-
Lio李欧 authored
-
- Oct 05, 2017
-
-
ligi authored
-
Péter Szilágyi authored
cmd/puppeth: support managing fork block in the chain config
-
Péter Szilágyi authored
vendor: update liner to fix docker and mips bugs
-
Péter Szilágyi authored
-
- Oct 04, 2017
-
-
Péter Szilágyi authored
-
- Oct 03, 2017
-
-
Felix Lange authored
-
Felix Lange authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
accounts/usbwallet: handle bad interface number on macOS
-
Péter Szilágyi authored
-
- Oct 02, 2017
-
-
Péter Szilágyi authored
internal, accounts, eth: utilize vm failed flag to help gas estimation
-
Péter Szilágyi authored
cmd/puppeth, params: enable Byzantium on all networks
-
Gary Rong authored
-
Péter Szilágyi authored
internal/ethapi: add status code to receipt rpc return
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Gary Rong authored
-
- Oct 01, 2017
-
-
Felix Lange authored
* core/types: make Signer derive address instead of public key There are two reasons to do this now: The upcoming ethclient signer doesn't know the public key, just the address. EIP 208 will introduce a new signer which derives the 'entry point' address for transactions with zero signature. The entry point has no public key. Other changes to the interface ease the path make to moving signature crypto out of core/types later. * ethclient, mobile: add TransactionSender The new method can get the right signer without any crypto, and without knowledge of the signature scheme that was used when the transaction was included.
-
- Sep 27, 2017
-
-
Martin Holst Swende authored
-
Péter Szilágyi authored
When implementing the new bloombits based filter, I've accidentally broke null topics by removing the special casing of common.Hash{} filter rules, which acted as the wildcard topic until now. This PR fixes the regression, but instead of using the magic hash common.Hash{} as the null wildcard, the PR reworks the code to handle nil topics during parsing, converting a JSON null into nil []common.Hash topic.
-
Péter Szilágyi authored
cmd/geth: fix --password typo
-
ayeowch authored
-
- Sep 26, 2017
-
-
Péter Szilágyi authored
core/state: revert log index when removing logs
-
Péter Szilágyi authored
* p2p: snappy encoding for devp2p (version bump to 5) * p2p: remove lazy decompression, enforce 16MB limit
-
- Sep 25, 2017
-
-
slumber1122 authored
-
Derek Chiang authored
This patch fixes the following issues: * The contract executes send() when it does not have enough balance. * The contract always sends a total amount of zero.
-
Lewis Marshall authored
This commit introduces a network simulation framework which can be used to run simulated networks of devp2p nodes. The intention is to use this for testing protocols, performing benchmarks and visualising emergent network behaviour.
-
- Sep 22, 2017
-
-
Casey Detrio authored
-
- Sep 21, 2017
-
-
Zahoor Mohamed authored
-
Felix Lange authored
-
- Sep 20, 2017
-
-
Ernesto del Toro authored
-
Gary Rong authored
-
- Sep 19, 2017
-
-
Mark authored
-
- Sep 18, 2017
-
-
Paul Litvak authored
-
Davor Kapsa authored
-
- Sep 15, 2017
-
-
Dave Appleton authored
-