forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 283
Closed
Description
Geth was official upgraded to v1.11.0 with several new features. In addition to the Shanghai upgrade part, there are some other features that might be helpful for Sequencer.
- Pebble as the database. pebble is a KV-based data engine like leveldb/Rocksdb maintained by cockroachdb. Pebble is derived from goleveldb with many new features and is maintained by an active team. ethdb: pebble backend (64bit platforms only) ethereum/go-ethereum#26517
- Tracer(I think you're already tracking this part)
- Prepare for path-based trie storage. PBSS is not intergrated in this version but finished most pre-works.
Other major features, like removing mobile parts and using golang generics, may not directly related to sequencer's needs.
Metadata
Metadata
Assignees
Labels
No labels