-
Notifications
You must be signed in to change notification settings - Fork 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
tx simulation + config diff + minor refactor #257
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.
Looks good overall. Left some comments
gauntlet/packages/gauntlet-solana-contracts/src/commands/contracts/ocr2/proposePayees.ts
Outdated
Show resolved
Hide resolved
gauntlet/packages/gauntlet-solana-contracts/src/commands/contracts/ocr2/proposePayees.ts
Outdated
Show resolved
Hide resolved
gauntlet/packages/gauntlet-solana-contracts/src/commands/contracts/ocr2/proposeConfig.ts
Outdated
Show resolved
Hide resolved
...tlet/packages/gauntlet-solana-contracts/src/commands/contracts/ocr2/proposeOffchainConfig.ts
Show resolved
Hide resolved
...et/packages/gauntlet-solana-contracts/src/commands/contracts/ocr2/proposal/acceptProposal.ts
Show resolved
Hide resolved
|
||
const ocr2 = getContract(CONTRACT_LIST.OCR_2, '') | ||
const address = ocr2.programId.toString() | ||
this.program = this.loadProgram(ocr2.idl, address) |
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 you move this into buildCommand
?
gauntlet/packages/gauntlet-solana-contracts/src/commands/contracts/ocr2/proposePayees.ts
Outdated
Show resolved
Hide resolved
gauntlet/packages/gauntlet-solana-contracts/src/commands/contracts/ocr2/proposePayees.ts
Outdated
Show resolved
Hide resolved
gauntlet/packages/gauntlet-solana-contracts/src/commands/contracts/ocr2/proposePayees.ts
Outdated
Show resolved
Hide resolved
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 think is good to go. Please open the issue regarding the diff improvements
Issue created here - #263 |
…und printDiff object comparison bug
f251f04
to
6e3bf7f
Compare
6e3bf7f
to
9bee832
Compare
No description provided.