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
930 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: improve snapshot journal recovery
- core/state: disable snapshot iteration if it's not fully constructed
- core/state: maintain one more diff layer
- utils, params: add yolov2 bootnode
- [ethapi] Expose overrides to eth client as well
- EIP-2929: Gas cost increases for state access opcodes + YoloV2
- core/vm, protocol_params: implement eip-2565 modexp repricing
- 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
- 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/rust-fil-proofs that received 12 comments
PC2 on GPU may crash, leaks out GPU RAM and worker
I've configured my node to run both C2 and PC2 on the GPU.
FIL_PROOFS_USE_GPU_COLUMN_BUILDER=1
FIL_PROOFS_USE_GPU_TREE_BUILDER=1
I've also configu…
- Miner is scheduling sectors that have been Removed, blocks pipeline
- Feature request: Suspend and resume scheduling new sealing tasks
- PC2 on GPU may crash, leaks out GPU RAM and worker
- Scheduler does not run after FinalizeSector
- [v0.10.0] Multiple sectors looping between PC1->PC2->PC1 in ticket expired
- New sectors mined as inactive
- [v0.9.1] Database input/output error
- Feature request: list current proving tasks in lotus-miner sealing jobs?

