Create your own GitHub profile
Join the platform over 31 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Popular repositories
1,514 contributions in the last year
Activity overview
Contribution activity
April 2019
Created a pull request in ethereum/go-ethereum that received 10 comments
eth, les, light: enforce CHT checkpoints on fast-sync too
Fast sync is susceptible to a grieving version of an eclipse attack, where a malicious remote node attempts to get a new Geth node to fast sync to …
+211
−115
•
10
comments
- core, eth, trie: bloom filter for trie node dedup during fast sync
- [1.8.27 backport] eth, les, light: enforce CHT checkpoints on fast-sync too
- cmd/clef, signer: make fourbytes its own package, break dep cycle
- all: mega format fixes
- accounts: switch Ledger derivation path to canonical one
- vendor: fix some vendor config leftover
- params: set Rinkeby Petersburg fork block (4th May, 2019)
- trie: there's no point in retrieving the metaroot
- cmd: nuke geth bug, nobody is using it anyway
- cmd/geth, internal, node, vendor: nuke geth monitor
- console: handle eth.coinbase throws
- Backport PR for the v1.8.24 maintenance release
- light, params: update CHTs, integrate CHT for Goerli too
- miner: polish miner configuration
- core/les: import header chains in batches
- consensus,core,miner: avoid overhead of creating a new block
- appveyor.yml: Upgraded to Go 1.12.4
- core, eth, les, light: avoid storing computable receipt metadata
- clef: bundle 4byte db into clef,
- metrics/prometheus: added prometheus metrics
- clef: update warning-text
- accounts/scwallet: fix card pairing instruction message
- rpc: cancel root context after all requests are served
- p2p/rlpx.go: remove useless parameter
- accounts/scwallet: Update README for v2.2.1 support
- vendor: remove leftover trace
- appveyor.yml: Upgraded to Go 1.12.3
- eth, les, geth: implement cli-configurable global gas cap for RPC calls
- consensus,core: shortcut uncle validation
- appveyor.yml: Upgrade to go1.12.2
- core/state: fix state iterator
- node: switching prometheus flock location to tsdb
- core: re-emit new log event when logs rebirth
- accounts, cmd, internal: disable unlock account as default
- core/vm: instruction tests
- chain ancestry hash storage
- les: changed error message for Coinbase/Etherbase API call
- console: run welcome message commands individually
- Some pull request reviews not shown.
Created an issue in mvdan/gofumpt that received 6 comments
Remove mid-function empty lines after a closing brace
This might be a bit opinionated, but here it goes anyway. I'm wondering whether it would make sense to remove empty lines after closing braces, if …
6
comments