- 03 Jul, 2018 3 commits
-
-
Chen Quan authored
-
Guillaume Ballet authored
* core/vm: A pool for int pools * core/vm: fix rebase issue * core/vm: push leftover stack items after execution, not before
-
LeoLiao authored
-
- 02 Jul, 2018 4 commits
-
-
Anton Evangelatov authored
* cmd/geth: add flags for metrics export * cmd/geth: update usage fields for metrics flags * metrics/influxdb: update reporter logger to adhere to geth logging convention
-
Fabian Raetz authored
-
Péter Szilágyi authored
remove formatting from ResettingTimer metrics if requested in raw format
-
gary rong authored
-
- 29 Jun, 2018 1 commit
-
-
kevin.xu authored
spell correction from `repors` to `reports`
-
- 27 Jun, 2018 2 commits
-
-
Andrea Franz authored
-
Péter Szilágyi authored
build: make build/goimports.sh more potable
-
- 26 Jun, 2018 3 commits
-
-
hackyminer authored
-
Guillaume Ballet authored
* core/vm: clear linter warnings * core/vm: review input * core/vm.go: revert lint in noop as per request
-
Adrià Cidre authored
-
- 25 Jun, 2018 5 commits
-
-
lash authored
-
Balint Gabor authored
-
Péter Szilágyi authored
log: Change time format
-
Paweł Bylica authored
- Keep the tailing zeros. - Limit precision to milliseconds.
-
gary rong authored
* les: handle conn/disc/reg logic in the eventloop * les: try to dial before start eventloop * les: handle disconnect logic more safely * les: grammar fix
-
- 21 Jun, 2018 5 commits
-
-
Viktor Trón authored
Swarm POC3 - happy solstice
-
ethersphere authored
-
Péter Szilágyi authored
The current trie memory database/cache that we do pruning on stores trie nodes as binary rlp encoded blobs, and also stores the node relationships/references for GC purposes. However, most of the trie nodes (everything apart from a value node) is in essence just a collection of references. This PR switches out the RLP encoded trie blobs with the collapsed-but-not-serialized trie nodes. This permits most of the references to be recovered from within the node data structure, avoiding the need to track them a second time (expensive memory wise).
-
nobody authored
remove the tail "," from genesis config, which will cause genesis config parse error .
-
Husam Ibrahim authored
-
- 20 Jun, 2018 4 commits
-
-
Wenbiao Zheng authored
-
Péter Szilágyi authored
eth/tracers: fix err in 4byte, add some opcode analysis tools
-
Martin Holst Swende authored
-
ligi authored
-
- 19 Jun, 2018 5 commits
-
-
Wenbiao Zheng authored
-
Husam Ibrahim authored
-
Wenbiao Zheng authored
* core: move test util var/func to test file * core: remove useless func
-
Husam Ibrahim authored
-
Husam Ibrahim authored
-
- 15 Jun, 2018 1 commit
-
-
Wenbiao Zheng authored
* cmd/faucet: authGitHub is not used anymore * cmd/puppeth: remove not used code
-
- 14 Jun, 2018 7 commits
-
-
Wenbiao Zheng authored
-
Ryan Schneider authored
* debug: Use pprof goroutine writer in debug.Stacks() to ensure all goroutines are captured. * Up to 64MB limit, previous code only captured first 1MB of goroutines. * internal/debug: simplify stacks handler * fix typo * fix pointer receiver
-
Caesar Chad authored
* core/asm/compiler: correct comments typo core/asm/compiler: correct comments typo * Correct comments typo
-
Felix Lange authored
This package was meant to hold an improved 256 bit integer library, but the effort was abandoned in 2015. AFAIK nothing ever used this package. Time to say goodbye.
-
kiel barry authored
-
Wenbiao Zheng authored
-
williambannas authored
* eth: made changes to conform better to the golint standards * eth: fix comment nit
-