Mamba upgrade breaks utils #8

Closed
opened 2025-12-28 18:13:49 +00:00 by sami · 0 comments
Owner

Originally created by @ixje on GitHub (Aug 9, 2023).

Originally assigned to: @evgeniiz321 on GitHub.

I noticed you upgraded the mamba version but not these areas

nspcc-dev/neofs-testlib@d0439d421c/src/neofs_testlib/utils/wallet.py (L34-L35)

nspcc-dev/neofs-testlib@d0439d421c/src/neofs_testlib/utils/converters.py (L69)

the password argument to from_json() has changed to passwords and now takes a list of passwords (ref). You could optionally simplify the code by using Wallet.from_file()

Originally created by @ixje on GitHub (Aug 9, 2023). Originally assigned to: @evgeniiz321 on GitHub. I noticed you upgraded the mamba version but not these areas https://github.com/nspcc-dev/neofs-testlib/blob/d0439d421c16c37eeb7c5736aa75e6ac6bbbb695/src/neofs_testlib/utils/wallet.py#L34-L35 https://github.com/nspcc-dev/neofs-testlib/blob/d0439d421c16c37eeb7c5736aa75e6ac6bbbb695/src/neofs_testlib/utils/converters.py#L69 the `password` argument to `from_json()` has changed to `passwords` and now takes a list of passwords ([ref](https://github.com/CityOfZion/neo-mamba/pull/269)). You could optionally simplify the code by using [Wallet.from_file()](https://github.com/CityOfZion/neo-mamba/blob/master/neo3/wallet/wallet.py#L345)
sami closed this issue 2025-12-28 18:13:49 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-testlib#8
No description provided.