Commit Graph

6 Commits

Author SHA1 Message Date
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 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 909238c51b aptos/contracts: implement wormhole 2022-10-14 12:42:44 -05:00