neoneo-go/pkg
Roman Khimov 686f983ccf network: prevent disconnects during initial sync
Node receiving extensible payload from the future is confused and drops
connection. Note that this can still happen if the node is to loose its
synchrony.

Calling `IsInSync()` is quite expensive, so we stop doing that once synchrony
is reached (hence bool flag).
2021-02-05 14:54:43 +03:00
..
compiler native: add Ledger contract, fix #1696 2021-02-04 13:12:11 +03:00
config core, network: add Notary module 2021-02-02 22:01:20 +03:00
consensus consensus: flush previous proposal on new block 2021-02-04 18:54:01 +03:00
core core: allow to read states for non-contract verifications 2021-02-04 13:12:11 +03:00
crypto keys: allow to create keys on arbitrary curve 2020-12-03 14:06:35 +03:00
encoding fixedn: always correctly unmarshal Fixed8 values 2021-01-22 19:14:33 +03:00
interop native: add Ledger contract, fix #1696 2021-02-04 13:12:11 +03:00
io io: allow to restrict string size 2021-01-19 11:16:23 +03:00
network network: prevent disconnects during initial sync 2021-02-05 14:54:43 +03:00
rpc native: add Ledger contract, fix #1696 2021-02-04 13:12:11 +03:00
services core: add Notary module test 2021-02-02 22:01:32 +03:00
smartcontract core: allow to overload contract methods 2021-01-27 12:51:07 +03:00
util util: move Fixed8 to encoding/fixedn package 2020-12-09 11:18:18 +03:00
vm Merge pull request #1678 from nspcc-dev/nameservice 2021-02-01 22:52:59 +03:00
wallet wallet: export NewAccountFromPrivateKey() 2020-12-04 12:45:53 +03:00