neo-go/pkg/rpc
Evgenii Stratonikov 7368ff09ef rpc: marshal GAS correctly
When using ",string" in JSON struct tag, value is first unmarshaled to
a numeric value (float64 in our case), then to our real type via
`UnmarshalJSON()`, which can lead to rounding errors.
2020-12-10 15:32:00 +03:00
..
client rpc: marshal GAS in getunclaimedgas as decimal 2020-12-09 11:19:25 +03:00
request request: make CreateDeploymentScript work with NEFs 2020-11-27 21:53:39 +03:00
response rpc: marshal GAS correctly 2020-12-10 15:32:00 +03:00
server wallet: export NewAccountFromPrivateKey() 2020-12-04 12:45:53 +03:00
rpc_config.go util: move Fixed8 to encoding/fixedn package 2020-12-09 11:18:18 +03:00