neo-go/pkg
Evgenii Stratonikov 2dd6ef964e cli: allow to transfer multiple tokens in multitransfer
Like this:
./neogo wallet nep5 multitransfer -w wallet1_solo.json
  --from NVNvVRW5Q5naSx2k2iZm7xRgtRNGuZppAK -r http://127.0.0.1:30333
    neo:NYqxsNMHxDg3T19APYP27mBZFfauC4zngR:2
    neo:NVNvVRW5Q5naSx2k2iZm7xRgtRNGuZppAK:3
    gas:NYqxsNMHxDg3T19APYP27mBZFfauC4zngR:2
2020-08-04 10:36:06 +03:00
..
compiler Merge pull request #1241 from nspcc-dev/fix/string 2020-08-03 18:10:27 +03:00
config config: allow to specify config path directly 2020-07-03 11:47:56 +03:00
consensus *: move syscall handling out of VM 2020-07-29 13:41:08 +03:00
core Merge pull request #1241 from nspcc-dev/fix/string 2020-08-03 18:10:27 +03:00
crypto keys: fix failing Secp256k1 test 2020-07-25 12:01:12 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +03:00
internal core: rename Neo.Crypto.Verify to Neo.Crypto.VerifyWithECDsaSecp256r1 2020-07-14 16:19:12 +03:00
interop interop: update AppCall comment 2020-07-27 13:00:35 +03:00
io io: make maxArraySize public 2020-06-27 12:18:56 +03:00
network Merge pull request #1243 from nspcc-dev/protocol/uncompressed_payload_size 2020-07-31 10:03:55 +03:00
rpc cli: allow to transfer multiple tokens in multitransfer 2020-08-04 10:36:06 +03:00
smartcontract smartcontract: calculate double-SHA256 for .nef files 2020-08-03 14:25:27 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm stackitem: ensure map keys are a valid UTF-8 2020-07-30 12:37:32 +03:00
wallet Merge pull request #1169 from nspcc-dev/neo3/rpc/fields_names_adjustment 2020-07-15 18:24:54 +03:00