
- @refcell
- @refcells
Highlights
Block or Report
Block or report refcell
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
huff-language/huff-rs Public
A low-level assembly language for the Ethereum Virtual Machine built in blazing-fast pure rust.
-
huff-language/huffmate Public
A library of modern, hyper-optimized, and extensible Huff contracts with extensive testing and documentation built by Huff maintainers.
-
mds1/multicall Public
Forked from makerdao/multicall
Multicall: Aggregate multiple constant function call results into one
-
3,579 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 134 commits in 4 repositories
Created 4 repositories
- refcell/pyrometer Rust
- refcell/on-edge Go
-
refcell/archon
Rust
•
Built by
- refcell/optimism-state-export Python
Created a pull request in ethereum-optimism/optimism that received 19 comments
feat(op-batcher): Batcher Config Validation
Description
Fixes CLI-3618
Fixes CLI-3623
The constraint in the FramePublished
function can underflow if the op-batcher's ChannelTimeout
and SubSaf…
Opened 26 other pull requests in 5 repositories
ethereum-optimism/optimism
3
open
6
merged
- fix(op-node): Peer Scoring Metrics
- fix(op-batcher): Fix PR #5186 Nits
- feat(op-service): Move Tx Creation to the txmgr
- fix(op-node): Fix Channel Out MaxSize Underflow
- fix(op-batcher): MaxFrameSize Validation
- feat(op-batcher): Full E2E Reorg Test
- feat(op-batcher): Channel Manager Tests
- feat(op-batcher): Channel Builder Unit Tests
- fix(op-e2e): Flaky Peering Score Test
clabby/op-reth
7
merged
a16z/helios
1
open
4
merged
huff-language/huffmate
2
merged
1
open
rkrasiuk/op-reth
2
closed
Reviewed 20 pull requests in 4 repositories
ethereum-optimism/optimism
12 pull requests
- feat(op-service): Move Tx Creation to the txmgr
- fix(op-node): Peer Scoring Metrics
- feat(op-batcher): Full E2E Reorg Test
- fix(op-batcher): Fix PR #5186 Nits
- Batcher Metrics
- fix(op-node): Fix Channel Out MaxSize Underflow
- feat(op-batcher): Channel Builder Unit Tests
- feat(op-batcher): Channel Manager Tests
- op-batcher/proposer: Increase sendTx timeout
- op-e2e: Run sequentially
- fix(op-e2e): Flaky Peering Score Test
- feat(op-node): Peer Score Hardening
huff-language/huffmate
5 pull requests
a16z/helios
2 pull requests
refcell/archon
1 pull request
Created an issue in refcell/archon that received 1 comment
feat(client): Archon Client Builder
Description
There should be a PipelineBuilder
that constructs the Archon
pipeline.
In a very idiomatic syntax, the pipeline builder would take item…