Skip to content

Commit

Permalink
regenerate XDR
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 21, 2024
1 parent 6775921 commit 23edd62
Show file tree
Hide file tree
Showing 5 changed files with 2,382 additions and 1,953 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@ clap = { version = "4.2.4", default-features = false, features = ["std", "derive
serde_json = { version = "1.0.89", optional = true }
thiserror = { version = "1.0.37", optional = true }
schemars = { version = "0.8.16", optional = true }
embedded-io-extras = { version = "0.0.1", default-features = false, features = ["alloc"], optional = true }
embedded-io-extras = { version = "0.0.2", default-features = false, optional = true }

[dev-dependencies]
serde_json = "1.0.89"

[features]
default = ["std", "curr"]
std = ["alloc"]
alloc = ["dep:hex", "dep:stellar-strkey", "dep:embedded-io-extras", "escape-bytes/alloc", "hex/alloc"]
embedded_io = ["alloc", "dep:embedded-io-extras"]
alloc = ["dep:hex", "dep:stellar-strkey", "escape-bytes/alloc", "hex/alloc", "embedded-io-extras/alloc"]
curr = []
next = []

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CARGO_HACK_ARGS=--feature-powerset --exclude-features default --group-features b
CARGO_DOC_ARGS?=--open

# TODO: Update this after https://github.com/stellar/xdrgen/pull/205 is merged
XDRGEN_VERSION=c63cda9c87779e9ddd9be343b8fcac24117a8f22
XDRGEN_VERSION=d7b6f935e7c026901a7d9958e5700a8caca344f8
# XDRGEN_LOCAL=1
XDRGEN_TYPES_CUSTOM_STR_IMPL_CURR=PublicKey,AccountId,MuxedAccount,MuxedAccountMed25519,SignerKey,SignerKeyEd25519SignedPayload,NodeId,ScAddress,AssetCode,AssetCode4,AssetCode12,ClaimableBalanceId
XDRGEN_TYPES_CUSTOM_STR_IMPL_NEXT=PublicKey,AccountId,MuxedAccount,MuxedAccountMed25519,SignerKey,SignerKeyEd25519SignedPayload,NodeId,ScAddress,AssetCode,AssetCode4,AssetCode12,ClaimableBalanceId
Expand Down
Loading

0 comments on commit 23edd62

Please sign in to comment.