Skip to content

Commit

Permalink
subnet: drop this contract
Browse files Browse the repository at this point in the history
It's no longer deployed and used.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
  • Loading branch information
roman-khimov committed Sep 26, 2023
1 parent 94764ea commit 3c86804
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 3,028 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ all: sidechain mainnet
sidechain: alphabet morph nns

alphabet_sc = alphabet
morph_sc = audit balance container neofsid netmap proxy reputation subnet
morph_sc = audit balance container neofsid netmap proxy reputation
mainnet_sc = neofs processing
nns_sc = nns

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Sidechain contracts:
- nns
- proxy
- reputation
- subnet

# Getting started

Expand Down
1 change: 0 additions & 1 deletion cmd/dump/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ func overtakeContracts(from *remoteBlockchain, to *dump.Creator) error {
"neofsid",
"netmap",
"reputation",
"subnet",
} {
log.Printf("Processing contract '%s'...\n", name)

Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ Description: NeoFS-Contract contains all NeoFS related contracts.
- nns
- proxy
- reputation
- subnet
Loading

0 comments on commit 3c86804

Please sign in to comment.