Skip to content

Commit

Permalink
feat(tokenfactory tracker): rework logic to comply with Neutron tf mo…
Browse files Browse the repository at this point in the history
…dule

* feat(tokenfactory tracker): recover contract after first mint

* rewrite tracking logic

* update tracker wasm

* fix test

* use neutron-based test-tube
  • Loading branch information
epanchee authored Apr 11, 2024
1 parent 48991e8 commit 89319d4
Show file tree
Hide file tree
Showing 7 changed files with 306 additions and 229 deletions.
48 changes: 23 additions & 25 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions contracts/periphery/tokenfactory_tracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
cw2.workspace = true
cosmwasm-std.workspace = true
cosmwasm-std = { workspace = true, features = ["cosmwasm_1_1"] }
cw-storage-plus.workspace = true
cosmwasm-schema.workspace = true
thiserror.workspace = true
astroport = { path = "../../../packages/astroport", version = "4" }

[dev-dependencies]
osmosis-std = "0.21"
osmosis-test-tube = "21.0.0"
test-tube = "0.3.0"
cw-multi-test = { git = "https://github.com/astroport-fi/cw-multi-test", branch = "feat/bank_with_send_hooks", features = ["cosmwasm_1_1"] }
neutron-sdk = "0.8.0"
neutron-test-tube = { git = "https://github.com/j0nl1/neutron-test-tube" }
test-tube = { git = "https://github.com/j0nl1/neutron-test-tube" }
Loading

0 comments on commit 89319d4

Please sign in to comment.