Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,256 changes: 1,137 additions & 1,119 deletions Cargo.lock

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,16 @@ async-stream = "0.3.6"
strum = { version = "0.28.0", features = ["derive"] }
mockall = "0.15.0"

logos-blockchain-common-http-client = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "97d5e104fc20ce6e2fb404f8a9364afcb181a3e5" }
logos-blockchain-key-management-system-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "97d5e104fc20ce6e2fb404f8a9364afcb181a3e5" }
logos-blockchain-codec = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "97d5e104fc20ce6e2fb404f8a9364afcb181a3e5" }
logos-blockchain-core = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "97d5e104fc20ce6e2fb404f8a9364afcb181a3e5" }
logos-blockchain-chain-broadcast-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "97d5e104fc20ce6e2fb404f8a9364afcb181a3e5" }
logos-blockchain-chain-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "97d5e104fc20ce6e2fb404f8a9364afcb181a3e5" }
logos-blockchain-zone-sdk = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "97d5e104fc20ce6e2fb404f8a9364afcb181a3e5" }
logos-blockchain-http-api-common = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "97d5e104fc20ce6e2fb404f8a9364afcb181a3e5" }
logos-blockchain-testing-framework = { package = "testing-framework", git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "97d5e104fc20ce6e2fb404f8a9364afcb181a3e5" }
logos-blockchain-common-http-client = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "4a0564b71b825d19ab1446e4b089aebc2ee8167a" }
logos-blockchain-key-management-system-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "4a0564b71b825d19ab1446e4b089aebc2ee8167a" }
logos-blockchain-codec = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "4a0564b71b825d19ab1446e4b089aebc2ee8167a" }
logos-blockchain-core = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "4a0564b71b825d19ab1446e4b089aebc2ee8167a" }
logos-blockchain-chain-broadcast-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "4a0564b71b825d19ab1446e4b089aebc2ee8167a" }
logos-blockchain-chain-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "4a0564b71b825d19ab1446e4b089aebc2ee8167a" }
logos-blockchain-zone-sdk = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "4a0564b71b825d19ab1446e4b089aebc2ee8167a" }
logos-blockchain-http-api-common = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "4a0564b71b825d19ab1446e4b089aebc2ee8167a" }

logos-blockchain-testing-framework = { package = "testing-framework", git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "4a0564b71b825d19ab1446e4b089aebc2ee8167a" }
testing-framework-app = { git = "https://github.com/logos-blockchain/logos-blockchain-testing.git", rev = "db880d61155db3a4f32177ef16b0f1e4bf22b1f6" }
testing-framework-core = { git = "https://github.com/logos-blockchain/logos-blockchain-testing.git", rev = "db880d61155db3a4f32177ef16b0f1e4bf22b1f6" }

Expand Down
Binary file not shown.
Binary file modified artifacts/lez/programs/amm.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/associated_token_account.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/authenticated_transfer.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/bridge.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/bridge_lock.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/clock.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/cross_zone_inbox.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/cross_zone_outbox.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/faucet.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/pinata.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/pinata_token.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/ping_receiver.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/ping_sender.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/sequencer_stake.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/token.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/vault.bin
Binary file not shown.
Binary file modified artifacts/lez/programs/wrapped_token.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ sequencer_stake_core.workspace = true
programs.workspace = true
test_programs.workspace = true
testnet_initial_state.workspace = true
chain_state.workspace = true

logos-blockchain-core.workspace = true
logos-blockchain-key-management-system-service.workspace = true
logos-blockchain-http-api-common.workspace = true
logos-blockchain-testing-framework.workspace = true
logos-blockchain-zone-sdk.workspace = true
testing-framework-app.workspace = true
Expand All @@ -52,6 +54,9 @@ testing-framework-core.workspace = true
anyhow.workspace = true
async-trait.workspace = true
bytesize.workspace = true
borsh.workspace = true
reqwest.workspace = true
futures.workspace = true
cucumber = { features = [
"macros",
"output-junit",
Expand Down
Loading
Loading