- Aug 01, 2017
-
-
Jim McDonald authored
There is currently no simple way to obtain the network ID from a Client. This adds a NetworkID method that wraps the net_version JSON-RPC call.
-
- Jul 31, 2017
-
-
Lewis Marshall authored
Previously, NewManifest was asynchronous so subsequent code which tried to use the returned manifest could error as the manifest was not yet persisted.
-
Lewis Marshall authored
-
njupt-moon authored
-
Felix Lange authored
This patch updates the Address type in common/types.go so that the Hex function provides an EIP55-compliant output string. The implementation is pretty lightweight; on my laptop the benchmark gives 1100ns/op, with the majority of that value due to the Keccak hash.
-
Bas van Kervel authored
-
Lee Hyeon authored
-
Mark authored
-
Péter Szilágyi authored
mobile: add RinkebyGenesis method
-
am2rican5 authored
-
- Jul 28, 2017
-
-
Péter Szilágyi authored
* core: reduce txpool event loop goroutines and sync structs * cmd, core, eth: journal local transactions to disk * core: journal replacement pending transactions too * core: separate transaction journal from pool
-
- Jul 26, 2017
-
-
Péter Szilágyi authored
trie: typo in comment
-
Péter Szilágyi authored
core/vm/runtime: fix evm command to use --gasprice flag value
-
- Jul 25, 2017
-
-
Casey Detrio authored
-
Petr Mikusek authored
-
Lewis Marshall authored
-
- Jul 24, 2017
-
-
Leo Shklovskii authored
As per https://golang.org/s/generatedcode. This will allow other tools such as golint to properly ignore the files.
-
- Jul 19, 2017
-
-
Felix Lange authored
-
- Jul 18, 2017
-
-
Chase Wright authored
* node: Rename TrusterNodes * node: Rename TrusterNodes
-
- Jul 17, 2017
-
-
Péter Szilágyi authored
cmd/faucet: ignore whitespace in gist content
-
Péter Szilágyi authored
cmd/puppeth: limit cotnainers to 10MB logs
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Elias Naur authored
* mobile: don't retain transient []byte in CallMsg.SetData Go mobile doesn't copy []byte parameters, for performance and to allow writes to the byte array be reflected in the native byte array. Unfortunately, that means []byte arguments are only valid during the call it is being passed into. CallMsg.SetData retains such a byte array. Copy it instead Fixes #14675 * mobile: copy all []byte arguments from gomobile To avoid subtle errors when accidentially retaining an otherwise transient byte slice coming from gomobile, copy all byte slices before use. * mobile: replace copySlice with common.CopyBytes
-
ligi authored
* mobile: Use EIP155Signer - closes #14762 * mobile: Correctly fall back on HomesteadSigner when no chainID is passed in
-
Péter Szilágyi authored
README: get rid of the non-existent disasm command
-
Péter Szilágyi authored
-
Péter Szilágyi authored
consensus/ethash, core: implement Metropolis EIP 100
-
Péter Szilágyi authored
Implements ethereum/EIPs#98
-
Martin Holst Swende authored
-
- Jul 16, 2017
-
-
Jim McDonald authored
-
Jim McDonald authored
-
Jim McDonald authored
-
- Jul 14, 2017
-
-
Péter Szilágyi authored
* core: remove redundant storage of transactions and receipts * core, eth, internal: new transaction schema usage polishes * eth: implement upgrade mechanism for db deduplication * core, eth: drop old sequential key db upgrader * eth: close last iterator on successful db upgrage * core: prefix the lookup entries to make their purpose clearer
-
Péter Szilágyi authored
-
Dexaran authored
-
Dexaran authored
-
Dexaran authored
-
Dexaran authored
-
Dexaran authored
-