We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NeoFS Inner Ring node does not require NeoFS and Processing contract hashes when running in WITHOUT_MAINNET mode.
WITHOUT_MAINNET
$ docker logs ir01 -f ir: can't read neofs script-hash: expected string size of 40 got 0
NEOFS_IR_WITHOUT_MAINNET=true
NEOFS_IR_CONTRACTS_NEOFS
NEOFS_IR_CONTRACTS_PROCESSING
neofs-node v0.22.0
The text was updated successfully, but these errors were encountered:
carpawell
Successfully merging a pull request may close this issue.
Expected Behavior
NeoFS Inner Ring node does not require NeoFS and Processing contract hashes when running in
WITHOUT_MAINNET
mode.Current Behavior
Steps to Reproduce (for bugs)
NEOFS_IR_WITHOUT_MAINNET=true
NEOFS_IR_CONTRACTS_NEOFS
andNEOFS_IR_CONTRACTS_PROCESSING
from config.Your Environment
neofs-node v0.22.0
The text was updated successfully, but these errors were encountered: