neoneo-go/pkg/rpc/response
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
..
result rpc: marshal GAS correctly 2020-12-10 15:32:00 +03:00
errors.go rpc: implement submitblock RPC 2020-03-06 12:03:08 +03:00
events.go remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
types.go rpc: allow batch JSON-RPC requests 2020-11-06 17:06:20 +03:00