neo-go/cli
Ekaterina Pavlova d80e14dcbb cli: fix TestAwaitUtilCancelTx failing
Occasionally the block is being accepted right after main transaction
submission. Added two branches into this TestAwaitUtilCancelTx. One
branch handles the case of original transaction acceptance, the
other branch handles the conflicting transaction acceptance.

Close #3365

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2024-03-22 16:22:11 +03:00
..
app internal: avoid race access to config.Version by tests 2023-10-10 11:59:53 +03:00
cmdargs *: drop legacy addresses from examples 2023-05-31 18:32:02 +03:00
flags [#2442] English Check 2022-05-04 19:48:27 +03:00
input *: bump minimum supported go version 2022-08-08 13:59:32 +03:00
nep_test cli: fix race in TestNEP17Balance 2024-03-01 19:19:02 +03:00
options cli: add await flag for operations with transactions 2023-12-29 15:14:16 +03:00
paramcontext context: define a constant for transaction context type 2022-09-08 14:33:04 +03:00
query cli: use fmt.Append* where possibble 2023-10-12 18:07:54 +03:00
server network: change server Start() behavior 2024-02-27 15:10:51 +03:00
smartcontract go.mod: upgrade minimum required Go version to 1.20 2024-03-05 13:54:10 +03:00
testdata *: regenerate all wallets with adjusted parameters 2024-03-01 19:19:03 +03:00
txctx cli: add await flag for operations with transactions 2023-12-29 15:14:16 +03:00
util cli: fix TestAwaitUtilCancelTx failing 2024-03-22 16:22:11 +03:00
vm *: use multierror wrapping where possible 2024-03-05 13:54:10 +03:00
wallet *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go cli: move tests to subpackages 2022-10-06 09:21:26 +03:00