nspcc-dev / neo-go

Go Node and SDK for the Neo blockchain
MIT License
123 stars 79 forks source link

Migrate `upload-bin` from object GET to object HEAD #3656

Open AnnaShaleva opened 2 weeks ago

AnnaShaleva commented 2 weeks ago

https://github.com/nspcc-dev/neo-go/pull/3650/commits/c955c1e4ea4e78886e751d74bacedb6762972c14 replaces object HEAD with object GET due to https://github.com/nspcc-dev/neofs-node/issues/2988. Once this issue is resolved, we need to revert this commit.