Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tips: Helpful features in Geth Annos Basin (v1.11.0) #220

Open
hsyodyssey opened this issue Feb 16, 2023 · 0 comments
Open

Tips: Helpful features in Geth Annos Basin (v1.11.0) #220

hsyodyssey opened this issue Feb 16, 2023 · 0 comments

Comments

@hsyodyssey
Copy link

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.

  1. 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
  2. Tracer(I think you're already tracking this part)
  3. 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.

@HAOYUatHZ HAOYUatHZ reopened this Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants