-
Notifications
You must be signed in to change notification settings - Fork 0
feat: alias addresses #44
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
base: main
Are you sure you want to change the base?
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
cd22301 to
6985f96
Compare
| use reth::providers::{StateProvider, StateProviderFactory}; | ||
| use std::sync::{Arc, Mutex}; | ||
|
|
||
| /// Simple trait to allow checking if an address should be aliased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add some docs / links as to what aliasing is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding docs is ticketed elsewhere
44f8c5d to
e87eeb9
Compare
e87eeb9 to
09f2181
Compare

feat: alias addresses
feat: alias oracle
chore: bump to 0.13 off aliasing branch
fix: tests pass again