neoneo-go/pkg
Roman Khimov 66aafd868b network: unplug stateroot service from the Server
Notice that it makes the node accept Extensible payloads with any category
which is the same way C# node works. We're trusting Extensible senders,
improper payloads are harmless until they DoS the network, but we have some
protections against that too (and spamming with proper category doesn't differ
a lot).
2022-01-14 19:55:50 +03:00
..
compiler compiler: use CALLT for native contract calls, fix #2257 2021-12-10 11:58:50 +03:00
config rpc: add server-side NEP-11 tracking API 2021-11-19 12:58:46 +03:00
consensus network: unplug stateroot service from the Server 2022-01-14 19:55:50 +03:00
core network/cli: move Oracle service instantiation out of the network 2022-01-14 19:53:45 +03:00
crypto hash: avoid allocation in RipeMD160 calculation 2021-12-02 16:11:09 +03:00
encoding *: use internal variables for simple big.NewInt() values 2021-12-01 21:36:25 +03:00
interop compiler: use CALLT for native contract calls, fix #2257 2021-12-10 11:58:50 +03:00
io io: optimize WriteString, avoid allocation 2021-12-01 21:36:25 +03:00
neotest blockchainer: drop Policer interface 2022-01-12 00:58:03 +03:00
network network: unplug stateroot service from the Server 2022-01-14 19:55:50 +03:00
rpc blockchainer: drop Policer interface 2022-01-12 00:58:03 +03:00
services network: unplug stateroot service from the Server 2022-01-14 19:55:50 +03:00
smartcontract *: use NEP-XX naming consistently in docs/comments 2021-11-19 12:58:46 +03:00
util util: reduce allocations in util.Uint256DecodeStringLE 2021-08-17 16:53:39 +03:00
vm vm: cut trailing spaces in PrintOps 2021-12-28 11:27:31 +03:00
wallet Merge pull request #2264 from nspcc-dev/fix-win-tests 2021-11-29 11:25:35 +03:00