neoneo-go/pkg/services/notary
Roman Khimov d2a7162217 notary: fix "Condition never satisfied" in Notary test, fix #2422
The theory is:
 * we add a block
 * it triggers notary
 * which can process the fallback before we're to setFinalizeWithError
 * it'll fail and require an additional block to enter, but it's never added
 * FAIL

The solution is:
 * always add an additional block, but treat the first fb specially

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-03-05 18:09:25 +03:00
..
testdata *: regenerate all wallets with adjusted parameters 2024-03-01 19:19:03 +03:00
core_test.go notary: fix "Condition never satisfied" in Notary test, fix #2422 2024-03-05 18:09:25 +03:00
node.go *: do not get private key from Account to check if it CanSign() 2022-09-02 14:43:34 +03:00
node_test.go core: distinguish notarypool/mempool metrics 2023-04-13 18:40:19 +03:00
notary.go *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
notary_test.go core: distinguish notarypool/mempool metrics 2023-04-13 18:40:19 +03:00
request_type.go [#2442] English Check 2022-05-04 19:48:27 +03:00