-
Notifications
You must be signed in to change notification settings - Fork 377
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
governance:build-proposal can't handle big numbers #7466
Labels
Applications
Applications circle tasks
bug
Something isn't working
cli
Component: ContractKit
devux
Developer UX
Priority: P2
Major
Comments
we are checking that these values are indeed
it looks like this is in the CeloTxObject.encodeABI which is upstream
|
IMO this is blocking indeed, I.e I was unable to use |
Possibly related to #6787 |
mergify bot
pushed a commit
that referenced
this issue
Jun 2, 2021
Looks like this was related to ethers-io/ethers.js#228, but we just need to force the bignumber string to not be in scientific notation when transforming the value, and then this works as expected. Note that the outputted value in the outputted transaction will **not** be in scientific notation. Closes #7466
tkporter
pushed a commit
that referenced
this issue
Jul 8, 2021
Looks like this was related to ethers-io/ethers.js#228, but we just need to force the bignumber string to not be in scientific notation when transforming the value, and then this works as expected. Note that the outputted value in the outputted transaction will **not** be in scientific notation. Closes #7466
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Applications
Applications circle tasks
bug
Something isn't working
cli
Component: ContractKit
devux
Developer UX
Priority: P2
Major
Expected Behavior
Building the proposal interactively should work
Current Behavior
build-proposal with GoldToken#approve 15000k CELO failed
The text was updated successfully, but these errors were encountered: