Pinned
717 contributions in the last year
Less
More
Activity overview
Contributed to
ethereum/go-ethereum,
ipsn/go-libtor,
filecoin-project/lotus
and 5 other
repositories
Contribution activity
August 2021
Created 25 commits in 2 repositories
Created a pull request in ethereum/go-ethereum that received 1 comment
accounts/external, core/types: don't blindly init tx fields on copy
The transaction deep copy methods blindly initialized all optional fields to 0 and updated those that have been specified. This should be mostly be…
+27
−48
•
1
comment
Opened 10 other pull requests in 2 repositories
ethereum/go-ethereum
8
merged
- Revert "Revert "eth: drop eth/65, the last non-reqid protocol version""
- Revert "eth: drop eth/65, the last non-reqid protocol version"
- accounts/external: handle 0 chainid as not-set for the Clef API
- params: update CHTs for the 1.10.7 release
-
build: fix docker tag to include
vprefix in version string - travis: transition from docker auto builds to manual pushes
- core/state/snapshot: gofmt
- core/state/pruner: fix state bloom sync permission in Windows
ethereum/homebrew-ethereum
2
merged
Reviewed 23 pull requests in 2 repositories
ethereum/go-ethereum
22 pull requests
- all: add go:build lines
- metrics: fix compilation for GOOS=js
- cmd/utils: fix typo in variable name
- core: add change counter
- core, light, tests, trie: add state metrics
- eth/downloader: fix typo in comment
- accounts/external: handle 0 chainid as not-set for the Clef API
- docs: update docs to v1.10.7 CLI commands
- internal/ethapi: add back missing check for maxfee < maxPriorityFee
- core: check if sender is EOA
- internal/ethapi/api: return maxFeePerGas for gasPrice for EIP-1559 txs
- core/state/snapshot: clarify comment
- mobile: remove deprecated code strings
- core/rawdb: implement sequential reads in freezer_table
- cmd, core, eth, miner: deprecate miner.gastarget flag
- internal/ethapi: accept both hex and decimal for blockCount
- There is no need to call ’IsLondon‘ twice
- docs: typo fix on tracer tutorial
- node: remove dependency on wallet backend packages
- core, eth: improve delivery speed on header requests
- Follow convention for balanceCheck
- Update Command-Line-Options.md
ethereum/EIPs
1 pull request
Created an issue in ethereum/go-ethereum that received 14 comments
Trie pruning v9000
[Credits: This is a summary of various ideas from @rjl493456442, @fjl and myself] Currently Geth's trie pruning is based on an in-memory (refcount …
•
14
comments