neoneo-go/pkg/rpc/server
Roman Khimov ac527650eb native: add Ledger contract, fix #1696
But don't change the way we process/store transactions and blocks. Effectively
it's just an interface for smart contracts that replaces old syscalls.

Transaction definition is moved temporarily to runtime package and Block
definition is removed (till we solve #1691 properly).
2021-02-04 13:12:11 +03:00
..
testdata native: add Ledger contract, fix #1696 2021-02-04 13:12:11 +03:00
client_test.go smartcontract: move flags to a separate package 2021-01-14 17:52:09 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go oracle: integrate module in core and RPC 2021-01-28 13:00:58 +03:00
server_helper_test.go oracle: integrate module in core and RPC 2021-01-28 13:00:58 +03:00
server_test.go native: add Ledger contract, fix #1696 2021-02-04 13:12:11 +03:00
subscription.go rpc: fix Matches and marshalling for notification events 2020-10-19 13:44:20 +03:00
subscription_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00