A suggestion to add support for BigInt which need to be serialized and de-serialized at taco-web and the nodes. This is especially that int number cannot hold large int numbers that evm supports and return as bigint.
Not handling bigints would cause currently an exception, if there was a bigint.
(The description above has been updated to point to int numbers instead of mentioning just numbers)
Reviewers:
@derekpierre @KPrasch
A suggestion to add support for BigInt which need to be serialized and de-serialized at taco-web and the nodes. This is especially that int
numbercannot hold large int numbers that evm supports and return asbigint.Not handling bigints would cause currently an exception, if there was a bigint.
(The description above has been updated to point to int numbers instead of mentioning just numbers)
Reviewers:
@derekpierre @KPrasch