Skip to content

Commit 9dddcd7

Browse files
freddyli7tolak
andauthored
feat: Decimal converter (#57)
Co-authored-by: tolak <[email protected]>
1 parent 3422f01 commit 9dddcd7

File tree

7 files changed

+751
-33
lines changed

7 files changed

+751
-33
lines changed

Cargo.lock

+35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bridge/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ primitive-types = { version = "0.12", default-features = false, features = ["sca
1313
arrayref = { version = "0.3.6", default-features = false }
1414
funty = { version = "3.0.0-rc1", default-features = false }
1515
hex = {version = "0.4.3", default-features = false, features = ["alloc"] }
16+
fixed = {version = "1.23.0", default-features = false }
1617

1718
# Substrate
1819
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37", default-features = false }

0 commit comments

Comments
 (0)