neo-go/scripts
Roman Khimov 09921bb3a4 check_deps: fix the check for stable NeoGo revisions used in nft-nd-nns
vX.Y.Z-date-commit is very much different from vX.Y.Z and we can have any of
them for NeoGo (vX.Y.Z is even preferable). Previous code ended up this way
for v0.106.3:

++ sed -E -n -e 's/.*neo-go\s.+-.+-(\w+)/\1/ p' examples/nft-nd-nns//go.mod
+ NEO_GO_COMMIT=
+ git merge-base --is-ancestor '' HEAD
fatal: Not a valid object name
+ die 'examples/nft-nd-nns/: neo-go commit  was not found in git'
+ echo 'examples/nft-nd-nns/: neo-go commit  was not found in git'
examples/nft-nd-nns/: neo-go commit  was not found in git
+ exit 1

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-09-04 11:03:01 +03:00
..
compare-dumps *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
compare-states cli: fix flag alias in compare-states command 2024-07-22 11:47:01 +03:00
gendump *: improve for loop syntax 2024-08-30 21:45:18 +03:00
check_deps.sh check_deps: fix the check for stable NeoGo revisions used in nft-nd-nns 2024-09-04 11:03:01 +03:00
go.mod scripts: move 'em to a separate Go module 2024-09-04 10:49:58 +03:00
go.sum scripts: move 'em to a separate Go module 2024-09-04 10:49:58 +03:00
update_deps.sh scripts: add zkp examples to dependencies updator 2023-10-05 13:46:05 +03:00