mirror of
https://github.com/nspcc-dev/neofs-aio.git
synced 2026-03-01 04:28:53 +00:00
Drop NeoGo from the image #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Dec 11, 2024).
Is your feature request related to a problem? Please describe.
I'm always frustrated when I realize we can have smaller AIO, but we don't have it yet. We use NeoGo just to tick epochs and adjust settings, it's not a lot of use for it. NEP-17 transfers are also mostly historic.
Describe the solution you'd like
After https://github.com/nspcc-dev/neofs-node/issues/2088 (maybe a bit more of additional tools) we can have and use NeoFS tools for doing that which would allow to drop NeoGo from the image.
Describe alternatives you've considered
Keep things as is. Bigger image, but it works.