Commit Graph

13 Commits

Author SHA1 Message Date
Dev Kalra a69f5fb9f1
[cosmwasm] add readme to pyth cosmwasm (#520)
* add readme to pyth cosmwasm

* update readme

* update readme
2023-01-23 23:00:32 +05:30
Dev Kalra 11d0b3ca55
[cosmwasm] Add example cw contract (#516)
* move example to cosmwasm

* gen schema and update developing.md

* update readme file

* remove example schema gen file

* correct var name

* correct the response of the query

* correct schema output
2023-01-20 20:36:40 +05:30
Dev Kalra 18b1479c4c
[cosmwasm] generate schema (#515)
* schema gen

* include bin for schema gen

* update cosmwasm compiler

* update compiler version

* update their sha digest
2023-01-20 14:20:15 +05:30
Dev Kalra 1f4c0ba9cc
update key to v4 (#513) 2023-01-19 16:46:26 +05:30
Dev Kalra 5d0acc1a76
[cosmwasm] update contract (#509)
* contract updated

* add tests for the logic
2023-01-19 15:27:59 +05:30
Dev Kalra ff89f36c46
[cosmwasm] Add osmosis testnet config (#499)
* add osmosis testnet config

* empty commit
2023-01-18 15:23:37 +05:30
Ali Behjati 9d2bd87f95
[ethereum] Update receiver guardian set (#493)
* [ethereum] Update receiver guardian set

* Remove the test vaa

* Add docs + reformat

* Empty commit to trigger CI
2023-01-17 16:25:45 +01:00
Ali Behjati daad5c6dc5
[governance] move governance related components under this directory (#489)
* [governance] bring related stuff in governance dir

* [governance] fix changes
2023-01-13 18:58:44 +01:00
Reisen 98db3eca10
[near] Fix governance inconsistencies. (#453)
* near: update governance inconsistencies
* near: add small script for automated testing
* near: address feedback and update tests
* near: cannot trust outcome(), use failure len
2023-01-13 16:20:32 +00:00
Dev Kalra e169da0a93
[cosmwasm] Deploy tool: Add new commands (update contract admin + get contract info) (#473)
* add terra local config

* terra update admin and contract info

* osmosis update admin and contract info

* update deployer interface

* injective update admin and contract info

* refactor yargs structure

* update injective sdk ts library

* update readme.md

* error handling for update admin code

* fix typo

* move logging to the calling function

* comment the update admin method
2023-01-12 18:06:37 +05:30
Dev Kalra 670fc23d2f
Osmosis deployment code (#469)
* Osmosis deployment code

* extract out pyth sources
2023-01-10 21:33:37 +05:30
Dev Kalra 627edaa62a
Injective deployment code (#465)
* make it all typescript

* what the hell

* injective - store, instantiate, and migrate works

* terra, injective refactored

* update compiler in build.sh

* update package.json

* deploy.ts

* pre-commit run

* replace helper functions call with actual call

* correct case of RaiseCLError

* update deployer factory to take in config

* add comment to gas for injective store code

* extract raw log logic

* remove comment from injective config

* update deploy script for tilt

Co-authored-by: Jayant Krishnamurthy <jkrishnamurthy@jumptrading.com>
2023-01-10 15:45:35 +05:30
Stanisław Drozd 01c4661985
Repo structure refactor (#449)
* Repo structure refactor

This change introduces major codebase layout changes in three areas:
* Tilt devnet lives in tilt-devnet/ - all k8s and docker files,
scripts, local testing private keys are moved to this directory.
* pyth2wormhole becomes pyth-wormhole-attester and is relocated to
wormhole-attester/ - This long-needed rename will hopefully eradicate
most of the confusing naming around the attester. The Rust client binary
becomes pyth-wormhole-attester-client.
* Target-chain code lives in target-chain/ - This leaves just the
attester, third_party and pythnet-specific things at top-level.

Other opportunistic changes:
* Fixed rebuild trigger for Dockerfile.wasm

These items are a fraction of the necessary structure changes in the repo.

* cosmwasm: fix contract after faulty merge

* .github: remove unused dependabot config

* Fix path references in .github and .pre-commit-config.yml

* .github: Rename attester references to pyth-wormhole-attester

* .pre-commit-config.yaml: fix paths and run all commit hooks

* p2w-relay: Fix faulty merge resolution in favor of origin/main

* Dockerfile.pyth_relay: Fix Ethereum path reference

* Dockerfile.solana: Trip early cache with arbitrary change

* Dockerfile.pyth_relay: typo

* p2w-relay: fix evm build in npm script

* Dockerfile.solana: Retry invalidating cache again

* near -> target-chains/near

* wormhole-attester: bump on/off-chain major versions due to rename

Attester packages were renamed. This possibly breaks most dependees.

* Dockerfile.solana: Improve decoy-crate to have a real lib target

* .github/[...]/pyth-cosmwasm-contract.yml: typo

* rust-toolchain: Bump rust to stable 1.63

* rust-toolchain: use christmas nightly

* empty commit to trigger build

* attester-image-push.yaml: keep xc-attest image name intact

* multisig-wh-message-builder: remove accidental revert
2023-01-04 14:46:42 +01:00