neoneo-go/pkg
Roman Khimov d0634a7829 network: don't attempt to connect to the same node twice
We can have multiple copies of the same address in the pool and we should only
proceed to connect once per attempt.
2021-03-26 12:26:45 +03:00
..
compiler Merge pull request #1854 from nspcc-dev/examples/fix-owner 2021-03-23 17:43:31 +03:00
config config: adjust default testnet magic for RC1 testnet 2021-03-24 10:57:05 +03:00
consensus *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
core core: move NotaryVerificationPrice to a separate package 2021-03-23 13:56:39 +03:00
crypto *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
encoding *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
interop roles: add missing NeoFSAlphabet role 2021-03-19 16:18:45 +03:00
io *: upgrade tests to use T.Cleanup() 2021-03-01 17:08:00 +03:00
network network: don't attempt to connect to the same node twice 2021-03-26 12:26:45 +03:00
rpc rpc: add (*Client).GetDesignatedByRole method 2021-03-23 13:56:39 +03:00
services oracle/neofs: change result types 2021-03-15 10:54:08 +03:00
smartcontract core: fix transaction hashes 2021-03-18 17:57:54 +03:00
util native/vm: add script check for deployed contracts 2021-02-09 22:31:26 +03:00
vm emit: allow to emit big.Int 2021-03-11 10:12:30 +03:00
wallet examples: add documentation 2021-03-23 16:46:15 +03:00