status-react/src/status_im/signing
Andrea Maria Piana 8748280279
[Fixes: #10777] Always convert value to string
When calling `SendTransaction` sometimes the value would be a string
(most cases), sometimes the value would instead big a `BigInt`, which
would be serialized to an integer, and status-go would be unable to
parse it as it expects values to be a string.
This commit makes sure that values are always serialized as string
before sending them over.

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-12-10 08:26:38 +01:00
..
core.cljs [Fixes: #10777] Always convert value to string 2020-12-10 08:26:38 +01:00
core_test.cljs [#11214] Add option for user to increase the gas payment for a pending transaction 2020-11-26 14:51:18 +01:00
gas.cljs [#9037] Error states for new Tx overview: contract & network fees 2020-06-23 15:00:13 +02:00
gas_test.cljs move tests alongside their cljs counterpart 2020-04-30 18:07:17 +02:00
keycard.cljs [keycard] Rename all "hardwallet" occurencies to "keycard" 2020-07-14 14:17:48 +03:00