Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
906 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in ethereum/go-ethereum that received 6 comments
core/state/snapshot: stop generator if it hits missing trie nodes
The snapshot generator failed to check for errors returned by the account and storage trie iterators, so a missing trie node would go unnoticed and…
- core/vm, protocol_params: implement eip-2565 modexp repricing
- EIP-2929: Gas cost increases for state access opcodes + YoloV2
- miner: don't interrupt mining after successful sync
- core/tx_pool: fix off-by-one error
- eth/downloader: fix data race around the ancientlimit
- signer/core: don't mismatch reject and no accounts
- core: improve snapshot journal recovery
- cmd/geth: set log verbosity through config file
- core/vm: dedup config check in markdown logger
- core/types: optimize bloom filters
- core/bloombits: faster generator
Created an issue in filecoin-project/lotus that received 3 comments
New sectors mined as inactive
My miner ID is f019100
All the new sectors my miner is mining are published on chain successfully and marked as Proving, but at the same time not a…

