Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subnet: drop this contract #364

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Changelog for NeoFS Contract
### Updated

### Removed
- Obsolete subnet contract (#364)

### Fixed

Expand Down
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