- 04 Aug, 2017 4 commits
- 
- 
Péter Szilágyi authoredcmd/puppeth: remove wrapping loop in single reads 
- 
Péter Szilágyi authoredMakefile: call shell function to get pwd 
- 
detailyang authored
- 
Péter Szilágyi authored
 
- 
- 03 Aug, 2017 4 commits
- 
- 
evgk authored
- 
Péter Szilágyi authoredcmd: add makecache cmd, use caches during import cmd 
- 
Péter Szilágyi authored
- 
akiva authored
 
- 
- 01 Aug, 2017 1 commit
- 
- 
Jim McDonald authoredThere 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. 
 
- 
- 31 Jul, 2017 9 commits
- 
- 
Lewis Marshall authoredPreviously, 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 authoredThis 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-vk authored
- 
Lee Hyeon authored
- 
Mark authored
- 
Péter Szilágyi authoredmobile: add RinkebyGenesis method 
- 
am2rican5 authored
 
- 
- 28 Jul, 2017 1 commit
- 
- 
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 
 
- 
- 26 Jul, 2017 2 commits
- 
- 
Péter Szilágyi authoredtrie: typo in comment 
- 
Péter Szilágyi authoredcore/vm/runtime: fix evm command to use --gasprice flag value 
 
- 
- 25 Jul, 2017 3 commits
- 
- 
cdetrio authored
- 
Petr Mikusek authored
- 
Lewis Marshall authored
 
- 
- 24 Jul, 2017 1 commit
- 
- 
Leo Shklovskii authoredAs per https://golang.org/s/generatedcode. This will allow other tools such as golint to properly ignore the files. 
 
- 
- 19 Jul, 2017 1 commit
- 
- 
Felix Lange authored
 
- 
- 18 Jul, 2017 1 commit
- 
- 
Chase Wright authored* node: Rename TrusterNodes * node: Rename TrusterNodes 
 
- 
- 17 Jul, 2017 11 commits
- 
- 
Péter Szilágyi authoredcmd/faucet: ignore whitespace in gist content 
- 
Péter Szilágyi authoredcmd/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 authoredREADME: get rid of the non-existent disasm command 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredconsensus/ethash, core: implement Metropolis EIP 100 
- 
Péter Szilágyi authoredImplements ethereum/EIPs#98 
- 
Martin Holst Swende authored
 
- 
- 16 Jul, 2017 2 commits
- 
- 
Jim McDonald authored
- 
Jim McDonald authored
 
-