neoneo-go/pkg/rpc/server
Anna Shaleva c113d682bd core: fix NEO balance state handler
We need to store NEO balance's LastUpdateHeight before GAS mint,
because mint can call onNEP17Payment and onNEP17Payment can call NEO
transfer which also calls GAS mint. Storing balance height allows to
avoid recursion.
2021-09-20 19:23:35 +03:00
..
testdata core: fix NEO balance state handler 2021-09-20 19:23:35 +03:00
client_test.go *: gofmt -s 2021-09-10 21:49:11 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go rpc: return protocol parameters in getversion, fix #2160 2021-09-10 21:45:59 +03:00
server_helper_test.go block: drop Network from the Header 2021-03-26 13:45:18 +03:00
server_test.go core: fix NEO balance state handler 2021-09-20 19:23:35 +03:00
subscription.go rpc: allow to track notary requests via Notification subsystem 2021-06-01 16:29:04 +03:00
subscription_test.go rpc/server: fix sporadic test failures 2021-07-08 10:40:54 +03:00
util.go rpc, internal: fix CodeQL int conversions warnings 2021-04-19 11:30:28 +03:00