neoneo-go/pkg/neotest
Evgeniy Stratonikov 8af9c870b1 compiler: remove CompileWithDebugInfo
It is a simple wrapper over `CompileWithOptions` which we don't really
need. Custom options can be specified explicitly instead of using some
random default. This default was introduced in 1578904da, however tests
written there use `CompileWithOptions` and all other tests
pass on that commit even without this default.

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2022-01-20 13:15:48 +03:00
..
chain nativetest: migrate Management contract tests to neotest 2022-01-14 17:56:04 +03:00
account.go neotest: export nonce() method 2021-11-11 20:00:40 +03:00
basic.go Merge pull request #2323 from nspcc-dev/drop-blockchainer 2022-01-14 20:47:26 +03:00
client.go Merge pull request #2323 from nspcc-dev/drop-blockchainer 2022-01-14 20:47:26 +03:00
compile.go compiler: remove CompileWithDebugInfo 2022-01-20 13:15:48 +03:00
signer.go neotest: allow to extract simple signers from multi-signer 2021-12-09 21:59:02 +03:00
signer_test.go neotest: allow to extract simple signers from multi-signer 2021-12-09 21:59:02 +03:00