- Munich, Germany
- keybase.io/mattsse
- @mattsse_
Highlights
- Pro
Block or Report
Block or report mattsse
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
foundry-rs/foundry Public
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
-
-
gakonst/ethers-rs Public
Complete Ethereum & Celo library and wallet implementation in Rust. https://docs.rs/ethers
4,998 contributions in the last year
Less
More
Activity overview
Contribution activity
December 2022
Created 48 commits in 4 repositories
Created 1 repository
Created a pull request in paradigmxyz/reth that received 5 comments
fix(net): prevent bad loop if no peers available
The exit condition for the poll loop only checked if there are requests, but it also depends on whether there are available peers. This adds anothe…
+45
−8
•
5
comments
Opened 37 other pull requests in 4 repositories
paradigmxyz/reth
2
open
16
merged
- chore(txpool): update TransactionPool trait bounds
- docs(net): add example docs and fix links
- feat(net): integrate TaskExecutor
- misc(net): unify naming
- feat: add TaskManager and Executor types
- feat(rpc): add eth_pubsub skeleton
- chore(deps): get rid of unused deps
- style(net): use pin_project on eceis stream
- refactor(net): box ecies error
- refactor(net): misc P2Pstream refactor
- chore(net): remove unused function
- chore(clippy): make clippy happy
- perf(net): exclude bootnodes from update stream
- fix(disc): set trace target correctly
- perf(disc): instantly lookup self in DHT
- test: add mainnet connection test
- refactor: replace reverse with HeadersDirection
- test(net): add e2e request body test
foundry-rs/foundry
14
merged
- chore: replace bad panic with error
- chore: losen tx count requirement
- fix(anvil): unify load state options
- ci: pin all runners ubuntu 20.04
- ci: pin ubuntu in release job
- chore: clippy fixes
- ci: pin ubunut-20.04
- chore(deps): bump ethers
- fix(anvil): set from field to impersonated address
- feat(config): allow gas_limit = \"max\"
- Revert "fix(anvil): make impersonated tx hashes sender unique (#3775)"
- fix(bind): exclude forge-std contracts by default
- test: reinstall on error
- chore(deps): bump ethers
gakonst/ethers-rs
4
merged
foundry-rs/foundry-rust-template
1
merged
Reviewed 38 pull requests in 5 repositories
paradigmxyz/reth
15 pull requests
- feat(net): add peer_id/ip blacklist
- Update gitignore from standard template
- feat(rpc): net namespace
-
fix(interfaces/db): remove unused
$seek:tytoken in table! macro - add github link for book
- chore(sync): remove timeout from downloader
- chore: Last PR cleanup, nits
- feat(network): add geth connection test
- feat(eth-wire): fuzzing wire encoding roundtrip
-
deps(net): move
tokio-utilto dev deps - chore(deps): get rid of unused deps
- refactor(net): misc P2Pstream refactor
- feat(sync): headers commit threshold
-
fix(eth-wire): handle
0x80for DisconnectReason and P2PMessageID -
chore(rlp): add comment on
0x80decoding
foundry-rs/book
10 pull requests
- Best practices updates
- docs: add debug_traceTransaction method
- docs: error code string aliases
- deny warnings documentation
- rm blank str at directory name 'solidity-scripting'
- Update cache path for RPC responses
- Add gas metering docs
- docs: add envOr cheatcode docs page
- feat: add mention for alternative test organisation method
- info on optimizer config to reduce build times
foundry-rs/foundry
8 pull requests
- Optimize nonce calculations
- fix(forge): exit in error if transaction is dropped when broadcasting a script
- Fix: env() need not require mutable reference to self.
- feat(chisel): Introduces a Solidity REPL
- feat(forge): Pausable gas metering
- Fix/env empty array
- fix(debugger): Large memory usage from trying to draw unseen lines
- feat: envWithDefault cheatcode initial implementation #3732
gakonst/ethers-rs
4 pull requests
foundry-rs/forge-std
1 pull request
Created an issue in foundry-rs/foundry that received 4 comments
Add --cups and --no-rate-limit options to forge
Component
Forge
Describe the feature you would like
in anvil we have
--no_rate_limit and --cups options to control budgets for the provider in fork…
4
comments





