cosmos / ibc-apps

IBC applications and middleware for Cosmos SDK chains.
Apache License 2.0
82 stars 62 forks source link

feat: add polytone #169

Closed Reecepbcups closed 1 month ago

Reecepbcups commented 6 months ago

ref: #149

The initial migration of Polytone over with reviewers added from the DAODAO team. Releases CI will be done in another PR since it does not work in main currently (we can either do on every push to main, just optimize, or just on tagged releases (prefered))

Reecepbcups commented 3 months ago

cc @NoahSaso / @JakeHartnell All v1.1.0 is merged & workflows.

Releases tested in my personal repo (https://github.com/Reecepbcups/ibc-apps/releases). The 1.1.3 tag is just unique so I did not have to delete tags while testing workflows image

All that is left is pulling over issues & the wiki copy paste. I'll tag v1.1.0 here once merged to main :)

Reecepbcups commented 1 month ago

The remaining audit dep check is an upstream wasm import

    ... which satisfies dependency `ed25519-zebra = "^3"` (locked to 3.1.0) of package `cosmwasm-crypto v1.5.5`
    ... which satisfies dependency `cosmwasm-crypto = "^1.5.5"` (locked to 1.5.5) of package `cosmwasm-std v1.5.5`

This repo uses the 4.1.3 safely. Safe to merge, CI / test passing