Skip to content

Commit

Permalink
[refactor] #4045: Use concrete key types (#4181)
Browse files Browse the repository at this point in the history
* [refactor] #4045: Use concrete key types

* [feature]: Allow `iroha_crypto` in WASM

* [refactor]: Replace amcl_wrapper with w3f-bls

* [refactor]: Hide random key generation under feature flag

* [ci]: Fix docker compose consistency check

* [refactor]: Remove `Box` from `PrivateKey`

* [refactor] #4199: Sign by reference

* [refactor]: Reduce key size with Box

---------

Signed-off-by: Daniil Polyakov <[email protected]>
  • Loading branch information
Arjentix authored Feb 6, 2024
1 parent 99ce62c commit e5ad44a
Show file tree
Hide file tree
Showing 93 changed files with 1,759 additions and 1,724 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: cargo install --path tools/wasm_test_runner
- name: Run smart contract tests on WebAssembly VM
working-directory: smart_contract
run: mold --run cargo test --tests --target wasm32-unknown-unknown --no-fail-fast --quiet
run: mold --run cargo test --release --tests --target wasm32-unknown-unknown --no-fail-fast --quiet
Loading

0 comments on commit e5ad44a

Please sign in to comment.