quorum/console
Felix Lange 32db571681 console: avoid float64 when remarshaling parameters
With Go 1.7, encoding/json marshals float64 using scientific
notation ("10e+6"), but Go's int and *big.Int decoders don't accept such
numbers. This change disables use of float64 to avoid the problem.
2017-05-02 13:42:55 +02:00
..
testdata cmd, console: split off the console into a reusable package 2016-05-30 17:25:23 +03:00
bridge.go console: avoid float64 when remarshaling parameters 2017-05-02 13:42:55 +02:00
console.go console, internal/web3ext: remove bzz and ens extensions (#3602) 2017-01-25 16:29:40 +01:00
console_test.go cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00
prompter.go all: fix spelling errors 2017-01-06 19:44:35 +02:00