neo-go/cli
Ekaterina Pavlova 1237c719e3 smartcontract: fix DO NOT EDIT warning to autogenerated files
The text must appear as the first line of a properly formatted Go //
comment, and that comment must appear before but not be attached to the
package clause and before any /* */ comment.

Closes #3254

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2023-12-25 13:01:36 +03:00
..
app internal: avoid race access to config.Version by tests 2023-10-10 11:59:53 +03:00
cmdargs *: drop legacy addresses from examples 2023-05-31 18:32:02 +03:00
flags [#2442] English Check 2022-05-04 19:48:27 +03:00
input *: bump minimum supported go version 2022-08-08 13:59:32 +03:00
nep_test internal: avoid race access to config.Version by tests 2023-10-10 11:59:53 +03:00
options cli: move actor-related functions handling to options package 2023-12-07 10:35:37 +03:00
paramcontext context: define a constant for transaction context type 2022-09-08 14:33:04 +03:00
query cli: use fmt.Append* where possibble 2023-10-12 18:07:54 +03:00
server cli: add --relative-path option 2023-11-23 21:41:50 +04:00
smartcontract smartcontract: fix DO NOT EDIT warning to autogenerated files 2023-12-25 13:01:36 +03:00
testdata vm: add PUSHT and PUSHF opcodes 2022-12-02 10:02:33 +03:00
txctx cli: deduplicate smartcontract/wallet tx confirm/sign/save/send 2022-10-06 23:03:32 +03:00
util cli: move actor-related functions handling to options package 2023-12-07 10:35:37 +03:00
vm cli: add --relative-path option 2023-11-23 21:41:50 +04:00
wallet cli: optimize CosignersSeparator check in loops 2023-12-07 10:37:01 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go cli: move tests to subpackages 2022-10-06 09:21:26 +03:00