File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
lightspark-remote-signing Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.0
4+ - Added Signet Bitcoin network support.
5+
36## v0.3.0
47- Handle REVEAL_COUNTERPARTY_PER_COMMITMENT_SECRET webhook.
58
2326- Change the validation interface to take in a json string.
2427
2528## v0.1.0
26- - First draft of the SDK.
29+ - First draft of the SDK.
Original file line number Diff line number Diff line change 22name = " lightspark-remote-signing"
33description = " Lightspark Remote Signing SDK for Rust"
44authors = [
" Lightspark Group, Inc. <[email protected] >" ]
5- version = " 0.3 .0"
5+ version = " 0.5 .0"
66edition = " 2021"
77documentation = " https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust"
88homepage = " https://www.lightspark.com/"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ # v0.11.0
4+ - Added Signet Bitcoin network support.
5+
36# v0.10.1
47- Fix: Removes default params on graphql mutation ` PayUmaInvoice `
58
Original file line number Diff line number Diff line change 22name = " lightspark"
33description = " Lightspark Rust SDK"
44authors = [
" Lightspark Group, Inc. <[email protected] >" ]
5- version = " 0.10.1 "
5+ version = " 0.11.0 "
66edition = " 2021"
77documentation = " https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust"
88homepage = " https://www.lightspark.com/"
Original file line number Diff line number Diff line change 2828//! See more examples in examples/example.rs
2929//!
3030/// The version of this library.
31- pub const VERSION : & str = "0.10.1 " ;
31+ pub const VERSION : & str = "0.11.0 " ;
3232
3333#[ cfg( feature = "client" ) ]
3434pub mod client;
You can’t perform that action at this time.
0 commit comments