Skip to content

Commit

Permalink
merged with main, change code to adjust to refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Nov 22, 2023
2 parents 068fa77 + e7024c8 commit b659746
Show file tree
Hide file tree
Showing 20 changed files with 900 additions and 457 deletions.
56 changes: 30 additions & 26 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +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 = "e5c6acdfdc2482183ad064d1a27f75b61adf2546"}
module-oracle-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "e5c6acdfdc2482183ad064d1a27f75b61adf2546"}
module-redeem-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "e5c6acdfdc2482183ad064d1a27f75b61adf2546"}
module-replace-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "e5c6acdfdc2482183ad064d1a27f75b61adf2546"}
module-vault-registry-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "e5c6acdfdc2482183ad064d1a27f75b61adf2546"}
module-issue-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "d05b0015d15ca39cc780889bcc095335e9862a36"}
module-oracle-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "d05b0015d15ca39cc780889bcc095335e9862a36"}
module-redeem-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "d05b0015d15ca39cc780889bcc095335e9862a36"}
module-replace-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "d05b0015d15ca39cc780889bcc095335e9862a36"}
module-vault-registry-rpc = { git = "https://github.com/pendulum-chain/spacewalk", rev = "d05b0015d15ca39cc780889bcc095335e9862a36"}

spacewalk-primitives = { git = "https://github.com/pendulum-chain/spacewalk", rev = "e5c6acdfdc2482183ad064d1a27f75b61adf2546"}
spacewalk-primitives = { git = "https://github.com/pendulum-chain/spacewalk", rev = "d05b0015d15ca39cc780889bcc095335e9862a36"}

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

0 comments on commit b659746

Please sign in to comment.