Popular repositories
-
django-dynamic-scraper Public
Creating Scrapy scrapers via the Django admin interface
-
django-website-showroom Public
General purpose showroom for presenting a collection of categorized websites
-
django-public-project Public
Custom Python/Django CMS - Transparency for Public Projects (used for BERwatch/BLBwatch)
-
opendata-tools-org Public
Collection of Open Data tools for exploring, publishing and sharing public datasets
-
-
1,592 contributions in the last year
Less
More
Contribution activity
September 2021
Created 24 commits in 1 repository
Created a pull request in ethereumjs/ethereumjs-monorepo that received 8 comments
Devp2p: Per-Message debugging for ETH and other protocols / Improved docs
This PR adds per-message debugging on the devp2p library for the ETH protocol as well as other protocols. This should hopefully significantly help …
+410
−88
•
8
comments
Opened 10 other pull requests in 1 repository
ethereumjs/ethereumjs-monorepo
9
merged
1
closed
- Util v7.1.2 and Tx v3.3.2 Releases
-
Client: first stable release v0.1.0
🎉 - Block, Blockchain: bugfix releases (client preparation) fixing London HF at block 0 or 1 handling (test)
- Block, Blockchain: bugfix releases (client preparation) fixing London HF at block 0 or 1 handling
- Monorepo: Client preparing Releases
- Client: README Overhaul
-
devp2p: fix
RLPxsnappy uncompress issue forDISCONNECTmsgs along handshake - Common: allow setting and retrieving HF by total difficulty
- Util: More explicit EIP-1191 checksum usage discouraged note / Client: remove Rinkeby from CLI test matrix
- Monorepo: Update tape from v4 to v5
Reviewed 24 pull requests in 1 repository
ethereumjs/ethereumjs-monorepo
24 pull requests
- Tx/Util: ensure only integers are allowed as input
- Block, Blockchain: bugfix releases (client preparation) fixing London HF at block 0 or 1 handling
- Ethash: add CPU miner
- VM: Fix Blake2B with messages with a length >= 5
- client: add miner london hf switch test
- client: add miner integration test
- common: improve TS types for hardfork, chain and genesis parameters
- monorepo: dedupe prepublish script
- client: add simple miner
- client: Bug fix in logic for adding known blocks to peers
- util: return undefined or null from toType
- VM: Update ethereum/tests to 10.0
- Common: allow setting and retrieving HF by total difficulty
- Monorepo: Update tape from v4 to v5
- client -> FullSynchronizer: handle NEW_BLOCK message and rebroadcast to peers
- ci: fix hardhat e2e
- VM: Add test to ensure that IDENTITY precompile copies the memory (chain split from 2021-08)
- client: change event params to named tuples
- Block, Tx: Caching for hash method
- vm: debug failing nightly browser test
-
client: add
NEW_BLOCKdevp2p message handler - ci: add develop branch
- VM: Make CodeHashes have a DB prefix in StateManager
- Common: Remove calaveras ephemeral testnet
Created an issue in ethereumjs/ethereumjs-monorepo that received 4 comments
Monorepo / Client: Rinkeby CLI test are often failing
The client CLI tests (see client-build.yml) are often failing lately, especially the run against the Rinkeby network, see e.g. this test run. This …
4
comments
Opened 6 other issues in 1 repository
ethereumjs/ethereumjs-monorepo
3
open
3
closed
- devp2p: deduplicate per-Message/DISCONNECT/DISCONNECT reason/IP-based debug logger messages
- Block: add calcBaseFeeFromHeader option
-
Util: toType() behaviour for
undefinedandnullvalues - Monorepo: Hardhat E2E tests failing
- devp2p: Add superclass to ETH and LES protocol implementations
-
Monorepo, VM: API browser tests failing on
master(nightly CI run)