Skip to content

Commit 3c96e2f

Browse files
authored
feat(dpp): add bech32m address encoding for Platform addresses (DIP-0018) (#2889)
1 parent 57e356a commit 3c96e2f

File tree

3 files changed

+392
-2
lines changed

3 files changed

+392
-2
lines changed

Cargo.lock

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

packages/rs-dpp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors = [
1515
anyhow = { version = "1.0.81" }
1616
async-trait = { version = "0.1.79" }
1717
base64 = "0.22.1"
18+
bech32 = "0.11"
1819
bs58 = "0.5"
1920
byteorder = { version = "1.4" }
2021
chrono = { version = "0.4.35", default-features = false, features = [

0 commit comments

Comments
 (0)