-
Notifications
You must be signed in to change notification settings - Fork 179
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
Generate contract bindings for Arbitrum + related fixes #2180
Conversation
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.
Just two comments. Also, let's also sync dev
with master
to pull in some of the testing fixes so that CI won't consistently fail for this PR.
6aae56f
to
a4964c0
Compare
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.
LGTM! Just one comment about removing an extraneous CHANGELOG_PENDING entry - feel free to remove prior to merging.
…ated non-backward-compatible changes
a4964c0
to
15e0854
Compare
What does this pull request do? Explain your changes. (required)
Regenerate contract bindings related to the confluence protocol upgrade.
Specific updates (required)
withdrawFees
with additional parameters (related to bonding: Support address + amount params in withdrawFees protocol#511)ArbitrumTestnetChainID
to livepeer cli test networks to enable the options "Get test LPT"How did you test each of these updates (required)
withdrawFees
from Livepeer CLI created this transactionDoes this pull request close any open issues?
fix https://github.com/livepeer/internal-project-tracking/issues/287
Checklist:
make
runs successfully./test.sh
pass