-
Couldn't load subscription status.
- Fork 0
Token pool MCMS tests #157
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
Conversation
63f5a7c to
8dd51d1
Compare
| const ( | ||
| // DefaultGasBudget is the default gas budget for transactions | ||
| DefaultGasBudget uint64 = 500_000_000 | ||
| DefaultGasBudget uint64 = 10_000_000_000 |
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.
This will likely be used only by MCMS. I removed it from the lib so we control from Sui the default.
Other transactions can control the Budget from the Operations
6ad6c13 to
1f84058
Compare
947241f to
9f2ea44
Compare
contracts/ccip/ccip_token_pools/lock_release_token_pool/sources/lock_release_token_pool.move
Outdated
Show resolved
Hide resolved
tidy modules
9f2ea44 to
a3704e7
Compare
|
@JohnChangUK @FelixFan1992 All the tests are passing with the latest TP contract state |
Ownership Tests
Config tests (missing
set_pooldue to admin issue in contracts)