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 upPinned
727 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 8 commits in 3 repositories
Created 4 repositories
- elpiel/adex-protocol CSS
- elpiel/rust-web3 Rust
- elpiel/openethereum Rust
- elpiel/MAVSDK-Proto Python
Created a pull request in openethereum/openethereum that received 7 comments
ethstore - remove unnecessary dir & tiny-keccak dependencies from the lib
I've encountered a very ugly dependency issue trying with journaldb because the dir dependency, although not used by the lib crate, was included in…
Opened 10 other pull requests in 6 repositories
AdExNetwork/adex-validator-stack-rust
2
merged
2
closed
1
open
elpiel/adex-protocol
1
open
AdExNetwork/adex-protocol
1
merged
ethereum-lists/tokens
1
merged
tomusdrw/rust-web3
1
merged
AdExNetwork/adex-supermarket
1
merged
Reviewed 3 pull requests in 2 repositories
AdExNetwork/adex-validator-stack-rust 2 pull requests
AdExNetwork/adex-supermarket 1 pull request
Created an issue in jonasbb/serde_with that received 2 comments
Should with_prefix be used for Unit type enums?
I have a special use case where I use an Enum as a way to define fields of a map which is dynamically build. Since serde can represent the value My…