neoneo-go/pkg
Roman Khimov e1fe76137e rpcclient: use separate reader/writer structs in nep11 and nep17
Which greatly simplifies reuse of these packages (and they're expected to be
reused since real tokens implement standards and also add something of their
own) and allows to avoid effects like

  doc_test.go:68:28: ambiguous selector neoContract.BalanceOf

when neo.Contract is used. Avoids duplication in NEP-11 implementation as
well.
2022-09-08 14:33:03 +03:00
..
compiler compiler: add test for #2661 2022-09-01 13:39:22 +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 golangci: add predeclared linter 2022-09-02 18:36:26 +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 *: apply go 1.19 formatter heuristics 2022-08-09 15:37:52 +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: use separate reader/writer structs in nep11 and nep17 2022-09-08 14:33:03 +03:00
services golangci: enable errorlint and fix everything it found 2022-09-02 18:36:23 +03:00
smartcontract smartcontract: add some notes on API limitations 2022-09-08 13:27:07 +03:00
util slice: add Clean microfunction 2022-09-02 14:44:32 +03:00
vm golangci: enable errorlint and fix everything it found 2022-09-02 18:36:23 +03:00
wallet wallet: add some warnings to Decrypt and PrivateKey docs 2022-09-02 14:44:18 +03:00