- Jul 09, 2019
-
-
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
-
Martin Holst Swende authored
* core/blockchain: lessen mem-spike during 1.8->1.9 conversion * core/blockchain.go: make levedb->freezer conversion gradually * core/blockchain: write the batch
-
- Jul 05, 2019
-
-
Martin Holst Swende authored
-
Guillaume Ballet authored
-
- Jul 04, 2019
-
-
Guillaume Ballet authored
-
- Jul 03, 2019
-
-
Gary Rong authored
* accounts, cmd, contracts, les: integrate clef for transaction signing * accounts, cmd/checkpoint-admin, signer/core: minor fixups
-
Gary Rong authored
* les: remove half-finish APIs * les: remove half-finish APIs
-
Guillaume Ballet authored
-
Gary Rong authored
* accounts/abi, cmd/abigen: support tuple accounts/abi/bind, cmd/abigen: add objc back accounts/abi/bind: use byte[24] as function indicator accounts/abi/bind: resolve struct slice or array accounts/abi/bind: remove sort logic accounts: fix issues in abi * accounts/abi: address comment
-
Gary Rong authored
-
Gary Rong authored
This PR fixes an issue in chain indexer. Currently chain indexer will validate whether the stored data is canonical by comparing section head and canonical hash. But the header of the checkpoint may not exist in the database. We should skip validation for sections below the checkpoint.
-
- Jul 02, 2019
-
-
Zsolt Felföldi authored
* core: fix chain indexer reorg bug * core: prevent reverting valid section when reorg happens
-
Péter Szilágyi authored
cmd, eth, les, param: drop --override.constantinople
-
Péter Szilágyi authored
-
Péter Szilágyi authored
* cmd/clef, signer: refresh tutorial, fix noticed issues * cmd/clef, signer: support removing stored keys (delpw + rules) * cmd/clef: polishes + Geth integration in the tutorial
-
Guillaume Ballet authored
* accounts/abi/bind: Accept function ptr parameter They are translated as [24]byte * Add Java template version * accounts/abi/bind: fix merge issue * Fix CI
-
- Jul 01, 2019
-
-
zer0to0ne authored
* accounts/abi: Fix method overwritten by same name methods. * accounts/abi: Fix method overwritten by same name methods. * accounts/abi: avoid possible name conflict Co-authored-by:
Guillaume Ballet <gballet@gmail.com>
-
- Jun 28, 2019
-
-
Gary Rong authored
* all: implement simple checkpoint syncing cmd, les, node: remove callback mechanism cmd, node: remove callback definition les: simplify the registrar les: expose checkpoint rpc services in the light client les, light: don't store untrusted receipt cmd, contracts, les: discard stale checkpoint cmd, contracts/registrar: loose restriction of registeration cmd, contracts: add replay-protection all: off-chain multi-signature contract params: deploy checkpoint contract for rinkeby cmd/registrar: add raw signing mode for registrar cmd/registrar, contracts/registrar, les: fixed messages * cmd/registrar, contracts/registrar: fix lints * accounts/abi/bind, les: address comments * cmd, contracts, les, light, params: minor checkpoint sync cleanups * cmd, eth, les, light: move checkpoint config to config file * cmd, eth, les, params: address comments * eth, les, params: address comments * cmd: polish up the checkpoint admin CLI * cmd, contracts, params: deploy new version contract * cmd/checkpoint-admin: add another flag for clef mode signing * cmd, contracts, les: rename and regen checkpoint oracle with abigen
-
- Jun 27, 2019
-
-
Matthew Halpern authored
-
Gary Rong authored
* mobile: fix mobile interface * mobile, accounts: generate correct java binding * accounts: fix java type binding * mobile: support integer slice * accounts/abi/bind, cmd/abigen: implement java binding tests
-
- Jun 26, 2019
-
-
Gary Rong authored
* eth: fix sync bloom panic * eth: delete useless test cases
-
- Jun 25, 2019
-
-
Guillaume Ballet authored
* whisper: PoW calculations as specified in EIP-627 * Fix unit tests
-
Martin Holst Swende authored
* cmd/evm: evm input minor fixes, handle prefix, validate length, fixes #18041 * cmd/evm: remove whitespace
-
- Jun 24, 2019
-
-
Martin Holst Swende authored
* core/state, cmd/geth: streaming json output dump cmd + optional code+storage * dump: add option to continue even if preimages are missing * core, evm: lint nits * cmd: use local flags for dump, omit empty code/storage * core/state: fix state dump test
-
salanfe authored
This function searches for an event+parameters in the ABI and returns it if found. Co-authored-by:
Victor Tran <vu.tran54@gmail.com> Co-authored-by:
Guillaume Ballet <gballet@gmail.com>
-
Rob Mulholand authored
This PR updates a comment about the maximum client subscription buffer to reflect changes made previously, and fixes a test that wouldn't fail when wantError == true but execution did not return an error.
-
Kurkó Mihály authored
* graphql: check the integrity of the cdn files * graphql: omit go-bindata
-
Martin Holst Swende authored
-
- Jun 21, 2019
-
-
Louis Holbrook authored
-