Skip to content

Commit

Permalink
Merge pull request #115 from dusk-network/check_owned_fix
Browse files Browse the repository at this point in the history
Optimize check owned by removing json and fix double rkyv serialization bug
  • Loading branch information
Daksh14 committed Jun 12, 2024
2 parents 7deceb6 + ac13f28 commit 27aa129
Show file tree
Hide file tree
Showing 13 changed files with 229 additions and 361 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-wallet-core"
version = "0.21.6"
version = "0.21.8"
edition = "2021"
description = "The core functionality of the Dusk wallet"
license = "MPL-2.0"
Expand All @@ -21,7 +21,7 @@ dusk-jubjub = { version = "0.14", default-features = false }
jubjub-schnorr = { version = "0.2", default-features = false, features = [
"rkyv-impl",
"alloc",
"double",
"double",
] }
phoenix-core = { version = "0.26", default-features = false, features = [
"alloc",
Expand Down Expand Up @@ -73,3 +73,8 @@ wasmtime = "20"

[build-dependencies]
schemafy_lib = "0.6"

[profile.release]
lto = true
codegen-units = 1
opt-level = 'z'
Binary file modified assets/dusk_wallet_core.wasm
Binary file not shown.
Loading

0 comments on commit 27aa129

Please sign in to comment.