neoneo-go/pkg
Roman Khimov 62092c703d network: use local timestamp to decide when to ping
We don't and we won't have synchronized clocks in the network so the only
timestamp that we can compare our local time with is the one made
ourselves. What this ping mechanism is used for is to recover from missing the
block broadcast, thus it's appropriate for it to trigger after X seconds of
the local time since the last block received.

Relates to #430.
2020-01-20 19:37:17 +03:00
..
compiler Merge pull request #568 from nspcc-dev/feature/compiler_clean_and_tests 2020-01-14 18:44:07 +03:00
consensus Merge pull request #601 from nspcc-dev/refactoring/core 2020-01-20 16:19:20 +03:00
core Merge pull request #601 from nspcc-dev/refactoring/core 2020-01-20 16:19:20 +03:00
crypto keys: don't return error from PrivateKey.Sign 2020-01-17 17:00:30 +03:00
encoding address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
internal internal: moved testutil method to internal package 2019-12-11 13:14:43 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: remove ReadLE/BE and WriteLE/BE 2019-12-13 11:38:28 +03:00
network network: use local timestamp to decide when to ping 2020-01-20 19:37:17 +03:00
rpc Merge pull request #601 from nspcc-dev/refactoring/core 2020-01-20 16:19:20 +03:00
smartcontract network: allow single-node privnet setup 2020-01-13 18:01:20 +03:00
util io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
vm vm: use new big.Int (de-)serialization routines 2020-01-17 17:37:50 +03:00
wallet wallet: add GetAccount() method to Wallet 2020-01-17 17:25:51 +03:00