neoneo-go/pkg/rpc/server
Roman Khimov d0c29f52c9 core: verification script must return exactly one value
C# node is quite picky as it expects there to be exactly one value returned,
but our testchain actually adds 4 signatures for multisig cases instead of 3
which makes it technically incompatible with C# node.
2020-08-17 22:02:15 +03:00
..
testdata core: verification script must return exactly one value 2020-08-17 22:02:15 +03:00
client_test.go rpc: fix (*Client).BalanceOf 2020-08-14 11:19:24 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go rpc: answer with zero-length when there are no registered validators 2020-08-10 17:50:19 +03:00
server_helper_test.go core: use big.Int to store NEP5 balances 2020-07-09 13:26:39 +03:00
server_test.go core: verification script must return exactly one value 2020-08-17 22:02:15 +03:00
subscription.go Merge pull request #1266 from nspcc-dev/notifications/filter_by_name 2020-08-05 10:00:15 +03:00
subscription_test.go Merge pull request #1266 from nspcc-dev/notifications/filter_by_name 2020-08-05 10:00:15 +03:00