- Jul 22, 2019
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Christian Muehlhaeuser authored
* Added missing error checks Add error handling where we assign err a value, but don't check for it being nil. * core/rawdb: tiny style nit
-
Kitten King authored
-
Christian Muehlhaeuser authored
No need to convert these types.
-
- Jul 19, 2019
-
-
Kurkó Mihály authored
-
- Jul 18, 2019
-
-
Péter Szilágyi authored
internal/ethapi: fix debug.chaindbProperty
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: check error before accessing potentially nil block
-
Péter Szilágyi authored
-
Felix Lange authored
-
Guillaume Ballet authored
* signer/core: fix reference issue in key derivation * Review feedback
-
- Jul 17, 2019
-
-
大彬 authored
-
Gary Rong authored
* core: fix write coucurrency in txpool * core: add rlock for pendingState read access * core: address comments
-
David Chase authored
Gollvm has very aggressive dead code elimination that completely removes one of these two benchmarks. To prevent this, use the result of the benchmark (a boolean), and to be "fair", make the transformation to both benchmarks. To be reliably assured of not removing the code, "use" means assigning to an exported global. Non-exported globals and //go:noinline functions are possibly subject to this optimization.
-
- Jul 13, 2019
-
-
jwasinger authored
This adds the debug_accountRange method which returns all accounts in the state for a given block and transaction index.
-
- Jul 12, 2019
-
-
Casey Detrio authored
-
- Jul 11, 2019
-
-
Gary Rong authored
* eth: fix error when dump config with nil checkpoint * cmd/utils: ignore default datadir if it's already set.
-
- Jul 10, 2019
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd: encapsulate les relative cli options
-
Péter Szilágyi authored
-
Gary Rong authored
-
Péter Szilágyi authored
cmd, eth, les: fix up ultra light config integration
-
- Jul 09, 2019
-
-
Péter Szilágyi authored
appveyor: bump builder to Go 1.12.7
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Sheldon authored
-
Péter Szilágyi authored
core: kill off managed state, use own tiny noncer for txpool
-
Péter Szilágyi authored
-
- Jul 08, 2019
-
-
Péter Szilágyi authored
params: bump all CHTs, deploy all checkpoint oracles
-
Péter Szilágyi authored
-
Gary Rong authored
* cmd/puppeth: integrate blockscout * cmd/puppeth: expose debug namespace for blockscout * cmd/puppeth: fix dbdir * cmd/puppeth: run explorer in archive mode * cmd/puppeth: ensure node is synced * cmd/puppeth: fix explorer docker alignment + drop unneeded exec * cmd/puppeth: polish up config saving and reloading * cmd/puppeth: check both web and p2p port for explorer service
-
Felix Lange authored
Make it select from all live nodes instead of selecting the heads of random buckets.
-
Péter Szilágyi authored
* eth: chain config (genesis + fork) ENR entry * core/forkid, eth: protocol independent fork ID, update to CRC32 spec * core/forkid, eth: make forkid a struct, next uint64, enr struct, RLP * core/forkid: change forkhash rlp encoding from int to [4]byte * eth: fixup eth entry a bit and update it every block * eth: fix lint * eth: fix crash in ethclient tests
-
Felix Lange authored
This entry was an experiment, but we're moving on to the entry-per-protocol instead.
-
Gary Rong authored
* cmd, common: refactor abigen command line interface * cmd/abigen: address comment
-
Martin Holst Swende authored
This PR adds some hardening in the lower levels of the protocol stack, to bail early on invalid data. Primarily, attacks that this PR protects against are on the "annoyance"-level, which would otherwise write a couple of megabytes of data into the log output, which is a bit resource intensive.
-
Guillaume Ballet authored
* accounts, abigen: link dependent libs in deploy * abigen: add java generation * bind: Fix unit tests * abigen: add unit test * Fix CI * Post-rebase fixes * Fix rebase issue * accounts/abi: Gary's review feedback * accounts/abi: More Gary feedback * accounts/abi: minor fixes
-