neo-go/pkg
Anna Shaleva d49294b046 core: fix the way candidates are sorted
(*NEO).GetCandidates along with getCandidatesCall use candidates sorted
by serialized ECPoint bytes.

(*NEO).computeCommitteeMembers use candidates sorted by votes, and then
by deserialized ECPoint, i.e. using default ECPoint comparator.
2021-06-16 17:35:04 +03:00
..
compiler Merge pull request #1988 from nspcc-dev/cli-permission 2021-06-07 10:27:29 +03:00
config config: make MaxValidUntilBlockIncrement configurable 2021-05-17 13:43:03 +03:00
consensus crypto: allow to provide non-default scrypt parameters 2021-06-11 15:22:28 +03:00
core core: fix the way candidates are sorted 2021-06-16 17:35:04 +03:00
crypto crypto: allow to provide non-default scrypt parameters 2021-06-11 15:22:28 +03:00
encoding *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
interop native/neo: add getAccountState method, close #1975 2021-05-27 10:59:38 +03:00
io *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
network Merge pull request #1997 from nspcc-dev/drop-syncreached-check 2021-06-04 23:39:34 +03:00
rpc crypto: allow to provide non-default scrypt parameters 2021-06-11 15:22:28 +03:00
services *: regenerate test wallets with resources-friendly scrypt parameters 2021-06-11 15:22:32 +03:00
smartcontract *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
util *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
vm vm: serialize + rune as \u002B for byte-contained stackitems 2021-06-08 16:40:38 +03:00
wallet *: regenerate test wallets with resources-friendly scrypt parameters 2021-06-11 15:22:32 +03:00