Skip to content

*: use wallet scrypt params instead of default ones#3675

Merged
cthulhu-rider merged 1 commit intomasterfrom
nep2-scrypt
Nov 14, 2025
Merged

*: use wallet scrypt params instead of default ones#3675
cthulhu-rider merged 1 commit intomasterfrom
nep2-scrypt

Conversation

@roman-khimov
Copy link
Member

Even though we're always using the same Scrypt parameters everywhere (except for some NeoGo internal tests), NEP-6 itself doesn't limit wallet in what scrypt settings they use, so the default ones might be wrong for some specific wallet and this can lead to decryption failure.

Even though we're always using the same Scrypt parameters everywhere (except
for some NeoGo internal tests), NEP-6 itself doesn't limit wallet in what
scrypt settings they use, so the default ones might be wrong for some specific
wallet and this can lead to decryption failure.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

❌ Patch coverage is 11.11111% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 27.40%. Comparing base (9959af2) to head (b1f3aef).
⚠️ Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
cmd/neofs-adm/internal/modules/fschain/generate.go 0.00% 0 Missing and 1 partial ⚠️
...d/neofs-adm/internal/modules/fschain/initialize.go 0.00% 1 Missing ⚠️
cmd/neofs-adm/internal/modules/fschain/notary.go 0.00% 1 Missing ⚠️
cmd/neofs-adm/internal/modules/fschain/quota.go 0.00% 1 Missing ⚠️
...s-adm/internal/modules/fschain/verified_domains.go 0.00% 1 Missing ⚠️
cmd/neofs-adm/internal/modules/storagecfg/root.go 0.00% 1 Missing ⚠️
pkg/innerring/innerring.go 0.00% 1 Missing ⚠️
pkg/util/config/crypto.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3675   +/-   ##
=======================================
  Coverage   27.39%   27.40%           
=======================================
  Files         658      658           
  Lines       41728    41728           
=======================================
+ Hits        11431    11434    +3     
+ Misses      29229    29227    -2     
+ Partials     1068     1067    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cthulhu-rider cthulhu-rider merged commit 6ad746f into master Nov 14, 2025
21 of 22 checks passed
@cthulhu-rider cthulhu-rider deleted the nep2-scrypt branch November 14, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants