Skip to content

Commit

Permalink
Merge pull request #53 from dashpay/fix/core-20-test
Browse files Browse the repository at this point in the history
Core v0.20: fixes and improvements
  • Loading branch information
pankcuf authored Nov 6, 2023
2 parents 06c2593 + f297988 commit a6cc177
Show file tree
Hide file tree
Showing 116 changed files with 59,260 additions and 456 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ keywords = ["crypto", "dash", "spv"]
[profile.release]
lto = "thin"
opt-level = 3
debug = true
2 changes: 1 addition & 1 deletion DashSharedCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DashSharedCore'
s.version = '0.4.12'
s.version = '0.4.13'
s.summary = 'Dash Core SPV written in Rust'
s.author = 'Dash'
s.description = "C-bindings for Dash Core SPV that can be used in projects for Apple platform"
Expand Down
9 changes: 5 additions & 4 deletions dash-spv-apple-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dash_spv_apple_bindings"
version = "0.4.12"
version = "0.4.13"
description = "C-bindings for using and interoperating with Dash SPV"
readme = "README.md"
edition = "2021"
Expand All @@ -11,6 +11,7 @@ publish = true

[dependencies.dash-spv-masternode-processor]
path = "../dash-spv-masternode-processor"
features = ["default", "generate-dashj-tests"]

[dependencies.rs-merk-verify-c-binding]
git = "https://github.com/dashpay/rs-merk-verify-c-binding"
Expand All @@ -24,8 +25,8 @@ cbindgen = "0.24.3"
name = "dash_spv_apple_bindings"
crate-type = ["staticlib", "cdylib"]

[profile.release]
lto = "thin"
opt-level = 3
#[profile.release]
#lto = "thin"
#opt-level = 3
#debug = true

3 changes: 3 additions & 0 deletions dash-spv-masternode-processor/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ Cargo.lock
# Generated by Intellij Idea
/.idea/
*.iml

/scripts/result.json
/scripts/__pycache__
4 changes: 2 additions & 2 deletions dash-spv-masternode-processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "dash-spv-masternode-processor"
version = "0.4.12"
version = "0.4.13"
description = "Library for processing masternodes and quorums (SPV)"

edition = "2021"
build = "build.rs"
publish = false

[features]
default = ["std", "secp-recovery"]
default = ["std", "secp-recovery", "generate-dashj-tests"]
unstable = []
rand = ["secp256k1/rand-std"]
secp-lowmemory = ["secp256k1/lowmemory"]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit a6cc177

Please sign in to comment.