-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: sign oracle data #17
Conversation
e7d66c6
to
edda8d9
Compare
167dee2
to
110274f
Compare
3c71f5e
to
186daa2
Compare
186daa2
to
c6775a6
Compare
1b65afb
to
37fab2c
Compare
@@ -80,7 +80,7 @@ describe('sendNanoContractTx', () => { | |||
|
|||
const result = await sendNanoContractTx(rpcRequest, wallet, {}, promptHandler); | |||
|
|||
expect(promptHandler).toHaveBeenCalledTimes(3); | |||
expect(promptHandler).toHaveBeenCalledTimes(4); |
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.
LoadingFinished
trigger was added and test was not updated
ignores: [ | ||
'dist/**/*.js', | ||
], |
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.
Added the ignore on package.json
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.
question(non-blocking): Is there a specific reason for moving this rule there?
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.
For some reason eslint was ignoring this, I didn't dive much deeper into figuring out why, so I just moved it to package.json
ignores: [ | ||
'dist/**/*.js', | ||
], |
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.
question(non-blocking): Is there a specific reason for moving this rule there?
Acceptance Criteria
htr_signOracleData
RPC requestChecklist
master
, confirm this code is production-ready and can be included in future releases as soon as it gets merged