-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Functions] Use latest CBOR & Buffer contracts #8485
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
e34c8d1
to
5af8291
Compare
Go solidity wrappers are out-of-date, regenerate them via the |
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.
As long as all CI is green, this looks good to me.
5af8291
to
dd12f27
Compare
a622a20
to
f21f69d
Compare
SonarQube Quality Gate 0 Bugs No Coverage information |
codeLocation: 0, | ||
source: '', | ||
}) | ||
assert.deepEqual( |
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.
Kludge to avoid adding a new dependency for bignumber.js
, which is what the cbor
package uses.
No description provided.