release: v7.5.17 - bizinikiwi signing context

- Fixed SR25519 signing context to use "bizinikiwi" for PezkuwiChain
- Implemented proper BIP39 entropy-based key derivation
- Added blake2b, twox (xxhash64) hash functions
- Published from build/ directories for correct npm package structure
This commit is contained in:
2026-02-01 21:44:08 +03:00
parent 650577eece
commit 6039925ed1
25 changed files with 2014 additions and 312 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
set -e
source ../scripts/rust-version.sh
source scripts/rust-version.sh
WSM=$PKG_NAME/build-wasm/wasm_bg.wasm
OPT=$PKG_NAME/build-wasm/wasm_opt.wasm
@@ -19,7 +19,7 @@ cd $PKG_NAME
if [ "$RUST_VER" == "stable" ]; then
RUSTC_BOOTSTRAP=1 cargo build --target wasm32-unknown-unknown --release -Z build-std=std,panic_abort
else
rustup run $RUST_VER xargo build --target wasm32-unknown-unknown --release --locked
rustup run $RUST_VER xargo build --target wasm32-unknown-unknown --release
fi
cd ..
+1 -1
View File
@@ -3,4 +3,4 @@
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.
RUST_VER=nightly-2022-06-24
RUST_VER=stable