neofs-node
neofs-node copied to clipboard
NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
I wrote code for this operation more than twice. Naming/useful flags suggestions are welcome
Closes #2811.
## Is your feature request related to a problem? Please describe. I'm always frustrated when I don't know if our node works for linux-arm64. ## Describe the solution you'd like...
## Expected Behavior Green. ## Current Behavior ``` COMMAND: ./neofs-adm --config env_files/ir_network_config_ycdplkbxll.yml morph deploy --rpc-endpoint 'http://localhost:38233' --alphabet-wallets 'env_files/ir_alphabet_lygsnfwsiu' --domain 'myzone' --contract '/tmp/pytest-of-runner/pytest-0/test_contract0/deploy' string:ok RETCODE: 1 STDOUT: NNS: Set testctr.myzone ->...
## Expected Behavior `neofs-cli control drop-objects` removing all data about the object from the node. ## Current Behavior Apparently, some traces are still left in the metabase after it, this:...
Let say we have: 1. Current epoch is `100` 2. Simple object with `__NEOFS__EXPIRATION_EPOCH=101` 3. Simple object is locked with lock until epoch `103` Steps: Tick epochs until current epoch...
It could be useful to fetch netmap directly from the contract. Maybe there are other things we could fetch.
## Expected Behavior No panics. ## Current Behavior ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x110 pc=0xa0d5ba] goroutine 210 [running]: go.etcd.io/bbolt.(*DB).page(...)...