Commit Graph

21 Commits

Author SHA1 Message Date
Evan Gray 6c6661f621 js: make packages comply with ci rule 2022-10-20 17:11:13 -05:00
Csongor Kiss 1d4ab73d9d aptos: testnet redeploy (new addresses) 2022-10-18 01:19:13 -04:00
Csongor Kiss 4f40caf3f6 aptos/token_bridge: max 8 decimals for wrapped coins
u64 is too smol
2022-10-18 01:19:13 -04:00
Csongor Kiss 98f5260918 aptos/token_bridge: don't take wormhole_fee as arg in entry 2022-10-18 01:19:13 -04:00
Csongor Kiss bdd824cfaa aptos: rebuild & publish docker image 2022-10-17 16:39:34 +01:00
Csongor Kiss ee8e4b61ed aptos: unify deployment script for all networks 2022-10-17 16:39:34 +01:00
Csongor Kiss cb9915a75f aptos: testnet redeploy 2022-10-17 16:39:34 +01:00
Csongor Kiss c775cd974d aptos/token_bridge: add method to register coin on complete transfer 2022-10-17 16:39:34 +01:00
Csongor Kiss 3eaa43cad8 aptos/token_bridge: remove governance chain from state
this was unused, the governance info is stored in the core contract anyway
2022-10-17 16:39:34 +01:00
Csongor Kiss bbe2939b90 aptos: fix entry functions
these can't return values, but the compiler doesn't tell you 🤫
2022-10-17 16:39:34 +01:00
Csongor Kiss b1456b9eb1 aptos/core: remove emitter upgrade code
we'll redeploy the testnet contract anyway, this is no longer necessary
2022-10-17 16:39:34 +01:00
Csongor Kiss 4f9a491645 aptos/core: allow upgrading emitter capability 2022-10-16 20:29:09 +01:00
Csongor Kiss 12b855f3b1 tilt: add aptos 2022-10-15 15:17:36 +01:00
Csongor Kiss 856ab8bbc8 aptos/contracts: start emitter indices at 1 2022-10-14 12:42:44 -05:00
Csongor Kiss 2238f64cfb aptos/core: allow init with multiple guardians
this requires a breaking change to `init` so we have to deprecate the
old one.
2022-10-14 12:42:44 -05:00
Csongor Kiss ffa31da17c aptos: dockerfile + scripts + README 2022-10-14 12:42:44 -05:00
Csongor Kiss be0f58a537 aptos/contracts: implement token bridge 2022-10-14 12:42:44 -05:00
Csongor Kiss 3eb8daf492 aptos/contracts: dummy type for wrapped coins
this is used to fill in the CoinType phantom type variable of the Coin
type in the aptos framework to facilitate new coin creation
2022-10-14 12:42:44 -05:00
Csongor Kiss 70ccb69e86 aptos/contracts: implement simple example contract 2022-10-14 12:42:44 -05:00
Csongor Kiss da39940b13 aptos/contracts: implement deployer contract 2022-10-14 12:42:44 -05:00
Csongor Kiss 909238c51b aptos/contracts: implement wormhole 2022-10-14 12:42:44 -05:00