Skip to content

Commit

Permalink
Update Spacewalk dependencies (#323)
Browse files Browse the repository at this point in the history
* Update `rev` of Spacewalk dependencies to latest commit

* Bump `spec_version` and `transaction_version`

* Manually change dependency for `substrate-stellar-sdk` in Cargo.lock

* Implement `get_exchange_rate` for oracle RPC
  • Loading branch information
ebma authored Oct 19, 2023
1 parent 08b2eef commit e4c19e3
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 88 deletions.
61 changes: 30 additions & 31 deletions Cargo.lock

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

13 changes: 6 additions & 7 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ codec = { package = "parity-scale-codec", version = "3.0.0" }
serde = { version = "1.0.145", features = ["derive"] }
jsonrpsee = { version = "0.16.2", features = ["server"] }

module-issue-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "6a3b14a33da0a97f391a5a7e689ee658da52da84"}
module-oracle-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "6a3b14a33da0a97f391a5a7e689ee658da52da84"}
module-redeem-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "6a3b14a33da0a97f391a5a7e689ee658da52da84"}
module-replace-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "6a3b14a33da0a97f391a5a7e689ee658da52da84"}
module-vault-registry-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "6a3b14a33da0a97f391a5a7e689ee658da52da84"}
module-issue-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "468ec562bcee16257335b0ba488c4024983af1c5"}
module-oracle-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "468ec562bcee16257335b0ba488c4024983af1c5"}
module-redeem-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "468ec562bcee16257335b0ba488c4024983af1c5"}
module-replace-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "468ec562bcee16257335b0ba488c4024983af1c5"}
module-vault-registry-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "468ec562bcee16257335b0ba488c4024983af1c5"}

spacewalk-primitives = { git = "https://github.com/pendulum-chain/spacewalk", rev = "6a3b14a33da0a97f391a5a7e689ee658da52da84"}
dia-oracle-runtime-api = { git = "https://github.com/pendulum-chain/oracle-pallet", default-features = false, branch = "polkadot-v0.9.40" }
spacewalk-primitives = { git = "https://github.com/pendulum-chain/spacewalk", rev = "468ec562bcee16257335b0ba488c4024983af1c5"}

# Local
amplitude-runtime = {path = "../runtime/amplitude"}
Expand Down
Loading

0 comments on commit e4c19e3

Please sign in to comment.