neoneo-go/pkg/rpc/request
Roman Khimov c8ba155d47 server: don't always Sprintf params for logger
Add Stringer to Params, if we're not printing Debug messages (which usually is
the case), it won't be called at all. Micro-optimization.
2020-10-08 16:37:28 +03:00
..
param.go rpc: support 0x form of Uint256 in requests 2020-08-27 12:36:33 +03:00
param_test.go transaction: rename FeeOnly to None 2020-10-01 15:28:19 +03:00
params.go server: don't always Sprintf params for logger 2020-10-08 16:37:28 +03:00
tx_builder_test.go rpc: allow to use arrays in expandArrayIntoScript 2020-08-27 16:38:45 +03:00
txBuilder.go emit: accept multiple opcodes in Opcode() 2020-10-06 18:03:25 +03:00
types.go always wrap errors when creating new ones with fmt.Errorf() 2020-08-07 12:21:52 +03:00