neoneo-go/pkg
Anna Shaleva 08427f23b6 compiler: do not check Any event parameter for compliance
It's possible that declared manifest event has parameter of AnyT for
those cases when parameter type differs from method to method. If so,
then we don't need to enforce type check after compilation.
2022-09-30 08:40:55 +03:00
..
compiler compiler: do not check Any event parameter for compliance 2022-09-30 08:40:55 +03:00
config cli: also check new ApplicationConfiguration for consistency 2022-07-27 12:30:08 +03:00
consensus *: always close the wallet after use 2022-09-02 14:44:32 +03:00
core native: add some tests for stdlib's atoi 2022-09-19 16:18:53 +03:00
crypto keys: check length first, then do things in WIFDecode 2022-09-02 14:44:32 +03:00
encoding fixedn: add a test for empty string 2022-08-19 21:52:43 +03:00
interop interop: refactor address.FromHash160 code 2022-09-27 15:32:57 +03:00
io [#2442] English Check 2022-05-04 19:48:27 +03:00
neorpc golangci: add predeclared linter 2022-09-02 18:36:26 +03:00
neotest wallet: provide (*Account).SignHashable API 2022-09-02 14:44:01 +03:00
network golangci: enable errorlint and fix everything it found 2022-09-02 18:36:23 +03:00
rpcclient rpcclient: simplify historic API 2022-09-09 13:41:45 +03:00
services stateroot: fix panic on shutdown 2022-09-13 13:18:13 +03:00
smartcontract smartcontract: add Len to Builder 2022-09-14 10:25:10 +03:00
util slice: add Clean microfunction 2022-09-02 14:44:32 +03:00
vm vm: adjust emit.AppCall comment 2022-09-21 17:25:45 +03:00
wallet wallet: add some warnings to Decrypt and PrivateKey docs 2022-09-02 14:44:18 +03:00