Skip to content
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

int have upperbound limit too low for graphql? #39

Closed
nicolasburtey opened this issue Nov 13, 2020 · 4 comments
Closed

int have upperbound limit too low for graphql? #39

nicolasburtey opened this issue Nov 13, 2020 · 4 comments
Assignees
Labels

Comments

@nicolasburtey
Copy link
Member Author

if the max value of int is 2,147,483,647, then the issue would arise only when sending 2.1 BTC. This is not really an issue right now but will be if we start opening our wallet to other groups that might have a higher stack of BTC.

@krtk6160
Copy link
Member

if the max value of int is 2,147,483,647, then the issue would arise only when sending 2.1 BTC.

Don't you mean 21.4 BTC?

@nicolasburtey
Copy link
Member Author

yep 21 BTC actually. quite a big number! :) but if this is an attack vector this should still be fixed.

@nicolasburtey
Copy link
Member Author

afaik this has been fixed/handled with the new graphql API @samerbuna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants