mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-06-13 17:41:03 +00:00
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:
@@ -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 ..
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user