DA0-DA0 / polytone

An account on every blockchain for every smart contract.
42 stars 5 forks source link

Added cw-orch + Implemented Deploy trait #54

Closed Kayanski closed 6 months ago

Kayanski commented 9 months ago

This PR aims at adding cw-orch into the repository.

It is done in 3 steps :

  1. Create an interface package with interface definitions for each main contract
  2. Implement the Deploy trait to easily deploy and reuse polytone on the chain where it is deployed
  3. Add macros on the ExecuteMsg and QueryMsg definitions of voice/proxy/note
CyberHoward commented 9 months ago

@JakeHartnell Could you use your credentials in the commit step of the artifacts build?

I tested the action here.

JakeHartnell commented 7 months ago

FYI, seems like CI keeps failing... maybe unrelated, but would like to see CI pass before merging: https://github.com/DA0-DA0/polytone/actions/runs/6507738068

This is getting close!

CyberHoward commented 7 months ago

FYI, seems like CI keeps failing... maybe unrelated, but would like to see CI pass before merging: https://github.com/DA0-DA0/polytone/actions/runs/6507738068

This is getting close!

This CI job is on main (https://github.com/DA0-DA0/polytone/blob/main/.github/workflows/audit_dependencies.yml) so not something we touched. Should be fixed in a different PR.

JakeHartnell commented 7 months ago

Please rebase or merge latest main, CI has been fixed: https://github.com/DA0-DA0/polytone/pull/56

Kayanski commented 7 months ago

Please rebase or merge latest main, CI has been fixed: #56

Rebased now

Kayanski commented 6 months ago

looks good! just remove the artifacts folder and we'll be good to go :)

This is now done