neo-go/pkg
Roman Khimov 06c3fbe455 network: rework ping sends, fix overpinging
Our node was too pingy because of wrong timer setups (that divided timeout
Duration by time.Second), it also was wrong in its time calculations (using
UTC time to calculate intervals). At the same time missing block is a
server-wide problem, so it's better solved with server-wide protocol loop.
2020-01-28 17:39:52 +03:00
..
compiler compiler: allow usage of string literals in index expressions 2020-01-23 17:28:35 +03:00
consensus consensus: close chain in tests 2020-01-20 19:40:52 +03:00
core Merge pull request #614 from nspcc-dev/configurable-mempool-size 2020-01-23 13:25:27 +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 compiler: implement ECDSA signature verification 2020-01-23 10:56:15 +03:00
io io: remove ReadLE/BE and WriteLE/BE 2019-12-13 11:38:28 +03:00
network network: rework ping sends, fix overpinging 2020-01-28 17:39:52 +03:00
rpc rpc: set MaxGasInvoke in config 2020-01-22 14:31:57 +03:00
smartcontract network: allow single-node privnet setup 2020-01-13 18:01:20 +03:00
util util: add YAML marshaler to Fixed8 2020-01-22 14:31:57 +03:00
vm vm: get rid of recursive (*VM).execute calls 2020-01-22 14:31:57 +03:00
wallet wallet: add GetAccount() method to Wallet 2020-01-17 17:25:51 +03:00