Skip to content

Commit

Permalink
Merge pull request #86 from Duddino/checkpoint
Browse files Browse the repository at this point in the history
Update mainnet checkpoints
  • Loading branch information
Duddino authored Sep 27, 2024
2 parents d37aa8f + bf875bf commit 76b7dfe
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 70 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pivx-shield-rust"
version = "1.1.2"
version = "1.1.5"
authors = ["Duddino <duddino@duddino.com>", "Alessandro Rezzi <alessandrorezzi2000@gmail.com>"]
edition = "2021"
description = "WASM library for interoperation with the PIVX Shield sapling protocol."
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pivx-shield",
"version": "1.1.2",
"version": "1.1.5",
"description": "WASM library for interoperation with the PIVX Shield sapling protocol.",
"files": [
"*"
Expand Down
72 changes: 5 additions & 67 deletions src/checkpoint.rs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
mod checkpoint;
mod keys;
mod mainnet_checkpoints;
mod testnet_checkpoints;
mod transaction;
mod utils;
use wasm_bindgen::prelude::*;
Expand Down
45 changes: 45 additions & 0 deletions src/mainnet_checkpoints.rs

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions src/testnet_checkpoints.rs

Large diffs are not rendered by default.

0 comments on commit 76b7dfe

Please sign in to comment.