neo-go/internal
Anna Shaleva 0cbef58b3c consensus: enqueue newly created blocks
Do not add them directly to chain, it will be done by the block queue
manager. Close https://github.com/nspcc-dev/neo-go/issues/2923. However,
this commit is not valid without
https://github.com/roman-khimov/dbft/pull/4.
It's the neo-go's duty to initialize consensus after subsequent block
addition; the dBFT itself must wait for the neo-go to complete the block
addition and notify the dBFT, so that it can initialize at 0-th view to
collect the next block.
2023-03-15 17:37:47 +03:00
..
basicchain rpcclient: fix WS-client unsubscription process 2022-11-16 23:44:30 +03:00
contracts config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
fakechain config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
keytestcases core: rename Neo.Crypto.CheckSig interop 2021-05-11 18:37:55 +03:00
random pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
testchain core: make GetHeaderHash accept uint32 2022-11-25 14:30:51 +03:00
testcli consensus: enqueue newly created blocks 2023-03-15 17:37:47 +03:00
testserdes config: unify BasicService config within existing services 2022-12-06 16:35:09 +03:00