-
Notifications
You must be signed in to change notification settings - Fork 172
interop: supervisor_dependencySet API #684
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
For readers: this PR is not accurate, the format changed last 2 weeks. Will need to update this after other higher priority work is out of the way. |
8a6522b
to
9d018c3
Compare
Rebased and updated to match ethereum-optimism/optimism#16156 |
- `dependencies`: `MAP`: | ||
- key: `ChainID` | ||
- value: `ConfigDependency`: `OBJECT`: empty object. This may be extended in the future. | ||
- `overrideMessageExpiryWindow`: `uint64`: changes the default protocol expiry window time. |
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.
So this isn't something we only use in tests, but want to have in the specs?
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.
I already suggested to change it to just be messageExpiryWindow
, but there is no support/momentum on all the usages of this config code to change it.
Decimal-encoded string, variable length up to 256 bits. | ||
This supports decoding of hex-encoded values when prefixed with `0x`. |
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.
Description
See ethereum-optimism/optimism#15048