|
|
8 kuukautta sitten | |
|---|---|---|
| .. | ||
| sources | 27bba80a8c feat(target_chains/sui) add test_only new method into sui contract (#2375) | 9 kuukautta sitten |
| Makefile | f34c9df224 [sui 8/x] - finalize contracts, deploy scripts, address audit feedback (#783) | 2 vuotta sitten |
| Move.iota_testnet.toml | f61d4dd546 feat(target_chains/sui): add iota network (#2428) | 8 kuukautta sitten |
| Move.lock | 2c2bfe3d54 fix(target_chains/sui): Update addresses in Move.tomls (#1741) | 1 vuosi sitten |
| Move.mainnet.toml | 2c2bfe3d54 fix(target_chains/sui): Update addresses in Move.tomls (#1741) | 1 vuosi sitten |
| Move.movement_m2_devnet.toml | 2c2bfe3d54 fix(target_chains/sui): Update addresses in Move.tomls (#1741) | 1 vuosi sitten |
| Move.testnet.toml | 2c2bfe3d54 fix(target_chains/sui): Update addresses in Move.tomls (#1741) | 1 vuosi sitten |
| Move.toml | 45e8951292 chore(target_chains/sui): update sui and wormhole dependency (#1341) | 1 vuosi sitten |
| README.md | f224486ae2 Aptos improvements (#1079) | 2 vuotta sitten |
| rust-toolchain.toml | 971036385f fix: update Rust version to 1.77.0 for Sui contracts | 9 kuukautta sitten |
Contracts are compiled with sui cli version sui 1.0.0-09b208149 that can be installed via the following command:
cargo install --locked --git https://github.com/MystenLabs/sui.git --rev 09b2081498366df936abae26eea4b2d5cafb2788 sui sui-faucet
Using the sui-tool binary, you can profile gas usage of transactions by running:
env MOVE_VM_PROFILE=1 ./sui-tool replay --rpc https://fullnode.mainnet.sui.io:443 tx -t <tx-signature>
sui-tool gas profiling works only when built with debug profile and should be compiled by your own (you can't use the precompiled binary).
We suggest benchmarking on mainnet or where the number of wormhole signature checks is the same as on mainnet.