Skip to content

Commit

Permalink
Merge pull request #16 from pnetwork-association/multi-incremerkles
Browse files Browse the repository at this point in the history
feat(v2-eos-cores): <- allow those to work with multi incremerkles
  • Loading branch information
gskapka authored Feb 26, 2024
2 parents 29f850d + 3d427e0 commit 6ed835c
Show file tree
Hide file tree
Showing 54 changed files with 1,498 additions and 1,170 deletions.
232 changes: 4 additions & 228 deletions Cargo.lock

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

24 changes: 14 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,37 @@ members = [
"common/safe_addresses",
"common/ethereum_debug",
"v2_bridges/btc_on_int",
"v1_bridges/btc_on_eos",
"v1_bridges/btc_on_eth",
"v1_bridges/eos_on_eth",
"v2_bridges/int_on_eos",
"v2_bridges/int_on_evm",
"v2_bridges/eos_on_int",
"v2_bridges/int_on_algo",
"common/jsonrpc_database",
"common/rocksdb_database",
"v1_bridges/erc20_on_evm",
"v1_bridges/erc20_on_eos",
"v2_bridges/erc20_on_int",
"v3_bridges/sentinel-app",
"v3_bridges/sentinel-strongbox",
"v2_bridges/vanilla_apps/pint-on-evm",
"v1_bridges/vanilla_apps/pbtc-on-eos",
"v1_bridges/vanilla_apps/pbtc-on-eth",
"v1_bridges/vanilla_apps/peos-on-eth",
"v2_bridges/vanilla_apps/pbtc-on-int",
"v2_bridges/vanilla_apps/peos-on-int",
"v2_bridges/vanilla_apps/pint-on-eos",
"v2_bridges/vanilla_apps/pint-on-algo",
"v2_bridges/vanilla_apps/perc20-on-int",
"v1_bridges/vanilla_apps/perc20-on-eos",
"v1_bridges/vanilla_apps/perc20-on-evm",
]

# NOTE: These crates are all now deprecated, an no longer build. The latest release with which they still compile is:
# https://github.com/pnetwork-association/ptokens-core/releases/tag/v2024.01.24
# Their code remains herein (for now) for posterity.
# "v1_bridges/btc_on_eos",
# "v1_bridges/btc_on_eth",
# "v1_bridges/eos_on_eth",
# "v1_bridges/erc20_on_evm",
# "v1_bridges/erc20_on_eos",
# "v1_bridges/vanilla_apps/pbtc-on-eos",
# "v1_bridges/vanilla_apps/pbtc-on-eth",
# "v1_bridges/vanilla_apps/peos-on-eth",
# "v1_bridges/vanilla_apps/perc20-on-eos",
# "v1_bridges/vanilla_apps/perc20-on-evm",

[profile.dev]
split-debuginfo = "unpacked"

Expand Down
1 change: 1 addition & 0 deletions common/eos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ lazy_static = { workspace = true }
derive_more = { workspace = true }
tiny-keccak = { workspace = true }
function_name = { workspace = true }
ethereum-types = { workspace = true }
bitcoin = { workspace = true, optional = true }
litecoin = { workspace = true, optional = true }

Expand Down
20 changes: 0 additions & 20 deletions common/eos/src/append_interim_block_ids.rs

This file was deleted.

Loading

0 comments on commit 6ed835c

Please sign in to comment.