File tree Expand file tree Collapse file tree 15 files changed +352
-58
lines changed
Expand file tree Collapse file tree 15 files changed +352
-58
lines changed Original file line number Diff line number Diff line change 1+ * @ AnnaShaleva @ roman-khimov
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11module 1-print
22
3- go 1.18
3+ go 1.24.0
44
5- require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054
5+ require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c
Original file line number Diff line number Diff line change 1- github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054 h1:7hHeAhWYR2VlLU5FdiklXdvxEMU+36J+p0wM5N7xsmQ =
2- github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054 /go.mod h1:ZUuXOkdtHZgaC13za/zMgXfQFncZ0jLzfQTe+OsDOtg =
1+ github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c h1:TMo6d2jTQBxDJ3QrYSVuMkywcx0hTxNW0/Be+2LGMZE =
2+ github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c /go.mod h1:X2spkE8hK/l08CYulOF19fpK5n3p2xO0L1GnJFIywQg =
Original file line number Diff line number Diff line change 11module 2-storage
22
3- go 1.18
3+ go 1.24.0
44
5- require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054
5+ require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c
Original file line number Diff line number Diff line change 1- github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054 h1:7hHeAhWYR2VlLU5FdiklXdvxEMU+36J+p0wM5N7xsmQ =
2- github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054 /go.mod h1:ZUuXOkdtHZgaC13za/zMgXfQFncZ0jLzfQTe+OsDOtg =
1+ github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c h1:TMo6d2jTQBxDJ3QrYSVuMkywcx0hTxNW0/Be+2LGMZE =
2+ github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c /go.mod h1:X2spkE8hK/l08CYulOF19fpK5n3p2xO0L1GnJFIywQg =
Original file line number Diff line number Diff line change 11module 4-domain
22
3- go 1.18
3+ go 1.24.0
44
5- require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054
5+ require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c
Original file line number Diff line number Diff line change 1- github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054 h1:7hHeAhWYR2VlLU5FdiklXdvxEMU+36J+p0wM5N7xsmQ =
2- github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054 /go.mod h1:ZUuXOkdtHZgaC13za/zMgXfQFncZ0jLzfQTe+OsDOtg =
1+ github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c h1:TMo6d2jTQBxDJ3QrYSVuMkywcx0hTxNW0/Be+2LGMZE =
2+ github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c /go.mod h1:X2spkE8hK/l08CYulOF19fpK5n3p2xO0L1GnJFIywQg =
Original file line number Diff line number Diff line change 11<p align =" center " >
2- <img src =" ./pic /neo_color_dark_gopher.png " width =" 300px " alt =" logo " >
2+ <img src =" ./.github /neo_color_dark_gopher.png " width =" 300px " alt =" logo " >
33</p >
44
55[ Neo] ( https://neo.org/ ) builds smart economy and we at [ NeoSPCC] ( https://nspcc.ru/en/ ) help them with that big challenge.
@@ -18,7 +18,7 @@ Hope that this article will help you to get an idea of how everything is tied up
1818## What is a node?
1919
2020<p align =" center " >
21- <img src =" ./pic /node.png " width =" 300px " alt =" node " >
21+ <img src =" ./.github /node.png " width =" 300px " alt =" node " >
2222</p >
2323
2424The main goal of the node is to interact with each other (through P2P) and synchronize blocks in the network.
You can’t perform that action at this time.
0 commit comments