-
Notifications
You must be signed in to change notification settings - Fork 38
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
ir: Do not configure network settings #2664
Conversation
Balance and Container contracts now depend on the Netmap one which is completely independent. Also reflect the current order in the file names of `contracts/` directory. Signed-off-by: Leonard Lyubich <[email protected]>
deployment works with nspcc-dev/neofs-dev-env#282 but IR does not become healthy, will take a look UPD: there was smth with my checked that configurations are equal with removed $ neofs-cli -r s01.neofs.devenv:8080 -w ../devenv/wallets/wallet.json netmap netinfo
Epoch: 3
Network magic: [net 0x3c2d] 15405
Time per block: 1s
NeoFS network configuration (system)
Audit fee: 0
Storage price: 0
Container fee: 1000
Container alias fee: 500
EigenTrust alpha: 0.1
Number of EigenTrust iterations: 4
Epoch duration: 240
Inner Ring candidate fee: 0
Maximum object size: 67108864
Withdrawal fee: 0
Homomorphic hashing disabled: false
Maintenance mode allowed: false
NeoFS network configuration (other)
SystemDNS: 636f6e7461696e6572 |
ad4333f
to
cd54f2c
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2664 +/- ##
==========================================
- Coverage 30.43% 30.22% -0.21%
==========================================
Files 406 406
Lines 30068 30025 -43
==========================================
- Hits 9150 9074 -76
- Misses 20134 20171 +37
+ Partials 784 780 -4 ☔ View full report in Codecov by Sentry. |
cd54f2c
to
6236b43
Compare
In v0.19.1 Balance contract uses epoch subscription mechanism requiring committee witness of the deployment transaction and allowance to call the Netmap contract. Container contract also needs to use this mechanism. Signed-off-by: Leonard Lyubich <[email protected]>
Starting from v0.19.1 NeoFS ID contract does not process extra deployment data. Signed-off-by: Leonard Lyubich <[email protected]>
6236b43
to
ac357fb
Compare
Network settings configuration did not justify itself because used only when initializing the FS chain. Use default network settings during the FS chain auto-deployment (same ones used by the NeoFS ADM tool). Introduce `fschain_autodeploy` config flag that replaces mode tuning previously based on `network_settings` section presence. Closes #2660. Signed-off-by: Leonard Lyubich <[email protected]>
ac357fb
to
00176f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK otherwise
No description provided.