Commit Graph

16 Commits

Author SHA1 Message Date
omahs 99d01324b8
aptos: fix typos (#3386)
* fix typos

* fix typos

* fix typos
2023-09-25 16:54:50 -04:00
Csongor Kiss 451f7d2c63 aptos: use aptos_account::deposit_coins
This allows transferring coins to accounts that don't exist, or exist
but haven't opted in to the coins yet.
e71a516921/aptos-move/framework/aptos-framework/sources/aptos_account.move (L98-L115)
2023-08-28 10:20:43 -04:00
Csongor Kiss 79e255fa5b aptos: add entry for sending payload 3s 2023-08-28 10:10:18 -04:00
Csongor Kiss 4a4873c9a3 aptos: upgrade to 2.0.3 (toolchain and stdlib)
This upgrades the toolchain and the move dependencies to
eb0144a39a.

Also required adding the `--dev` flag to the test commands in the
makefiles, as that is no longer the default with the new toolchain.
2023-08-28 09:36:11 -04:00
heyitaki f29c8c9351 aptos: pin tag instead of deleted branch 2023-05-25 10:55:06 -04:00
Csongor Kiss 9d971c2772 aptos: pin framework deps to `mainnet_20221115` 2023-04-11 14:47:34 -04:00
Csongor Kiss 9824d71fe1 aptos/nft_bridge: implement contract 2023-01-12 02:46:42 +00:00
Csongor Kiss 6da8e4ae7d aptos: formatting fixes 2023-01-12 02:46:42 +00:00
Josh Siegel c8da62e383 aptos_update: Fix aptos errors 2022-12-14 01:57:17 -06:00
Csongor Kiss 5abdb1c4dd aptos: build dependencies from 'mainnet' branch
Instead of 'main', as it introduced breaking changes recently
2022-12-12 14:26:22 -06: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 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 be0f58a537 aptos/contracts: implement token bridge 2022-10-14 12:42:44 -05:00