Skip to content

Commit 03599a8

Browse files
leejw51cryptoDamon Chen
authored andcommitted
Problem: incorrect variable name in wallet-connect example (fix #299) (#300) (#298)
Solution: use correct name Problem: pre-stable ethers (#301) Solution: updated ethers to 1.0 and defi wallet core submodule to the latest one update update version update changelog update Cargo change defi-wallet-core version update changelog
1 parent e39a40c commit 03599a8

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22
## [Unreleased]
3+
4+
## [v0.0.12-alpha] - 2022-12-7
5+
- Dynamic Contract C++ Bindings : Encode,Call,Send
6+
- Minting C++ Example : Encode,Send
7+
- Replace custom cxx-build with official cxx-build
8+
- Add walletconnect registry API support
9+
- Add app token for sepgrep CI
10+
- Fix Walletconnect request deadlock issue
11+
- Upgrade ethers to 1.0
312
## [v0.0.11-alpha] - 2022-11-14
413
- Add IOS build
514
- Update defi-wallet-core-cpp to v0.3.0

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

play-cpp-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "play-cpp-sdk"
3-
version = "0.0.11-alpha"
3+
version = "0.0.12-alpha"
44
edition = "2021"
55
license = "Apache-2.0"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
defi-wallet-core-cpp = { path = "../defi-wallet-core-rs/bindings/cpp/", version = "0.3.0"}
10+
defi-wallet-core-cpp = { path = "../defi-wallet-core-rs/bindings/cpp/", version = "0.3.1"}
1111
extra-cpp-bindings = { path = "../extra-cpp-bindings/"}
1212

1313
[lib]

0 commit comments

Comments
 (0)