neoneo-go/pkg
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
..
compiler compiler: remove CompileWithDebugInfo 2022-01-20 13:15:48 +03:00
config rpc: add server-side NEP-11 tracking API 2021-11-19 12:58:46 +03:00
consensus services/consensus: drop blockchainer.Blockchainer use 2022-01-14 19:57:16 +03:00
core compiler: remove CompileWithDebugInfo 2022-01-20 13:15:48 +03:00
crypto hash: avoid allocation in RipeMD160 calculation 2021-12-02 16:11:09 +03:00
encoding *: use internal variables for simple big.NewInt() values 2021-12-01 21:36:25 +03:00
interop core: adjust native Notary withdraw call flags 2022-01-19 11:33:33 +03:00
io io: optimize WriteString, avoid allocation 2021-12-01 21:36:25 +03:00
neotest compiler: remove CompileWithDebugInfo 2022-01-20 13:15:48 +03:00
network network: don't request blocks we already have in the queue 2022-01-18 00:04:41 +03:00
rpc Merge pull request #2330 from nspcc-dev/transfer-logs-opt 2022-01-19 21:55:40 +03:00
services Merge pull request #2323 from nspcc-dev/drop-blockchainer 2022-01-14 20:47:26 +03:00
smartcontract *: use NEP-XX naming consistently in docs/comments 2021-11-19 12:58:46 +03:00
util util: reduce allocations in util.Uint256DecodeStringLE 2021-08-17 16:53:39 +03:00
vm compiler: remove CompileWithDebugInfo 2022-01-20 13:15:48 +03:00
wallet Merge pull request #2264 from nspcc-dev/fix-win-tests 2021-11-29 11:25:35 +03:00