Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Optimize check owned by removing json and fix double rkyv serialization bug #115

Merged
merged 11 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
ZER0 marked this conversation as resolved.
Show resolved Hide resolved
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
Loading