Commit f61d4dd
authored
feat(target_chains/sui): add iota network (#2428)
* chore(target_chains/sui): vendor wormhole dependencies for iota
* chore(target_chains/sui): add new chain ids for new networks
* chore(target_chains/sui): add iota cli and sdk packages with no change
* chore(target_chains/sui): update iota_testnet move.toml and use iota libs
* feat(target_chains/sui): add iota js sdk
* feat(contract_manager): add support for iota
* feat(target_chains/sui): add iota cli lib
* chore(target_chains/sui): add some misc files
math lib is deprecated.
* fix: address feedbacks
* fix: remove any1 parent 4ab8195 commit f61d4dd
File tree
170 files changed
+30368
-128
lines changed- contract_manager
- scripts
- src
- contracts
- store
- chains
- contracts
- governance/xc_admin/packages/xc_admin_common/src
- target_chains/sui
- cli-iota
- src
- cli/src
- contracts
- sdk/js-iota
- src
- examples
- vendor
- wormhole_iota_testnet
- devnet
- examples
- coins
- sources
- core_messages
- sources
- templates
- wrapped_coin
- sources
- scripts
- testing
- js
- helpers
- error
- wormhole
- scripts
- sui_config
- token_bridge
- sources
- datatypes
- governance
- messages
- resources
- test
- utils
- wormhole
- sources
- datatypes
- governance
- resources
- test
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
170 files changed
+30368
-128
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
337 | 341 | | |
338 | 342 | | |
339 | 343 | | |
340 | | - | |
341 | | - | |
| 344 | + | |
| 345 | + | |
342 | 346 | | |
343 | 347 | | |
344 | 348 | | |
| |||
348 | 352 | | |
349 | 353 | | |
350 | 354 | | |
351 | | - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
352 | 422 | | |
353 | 423 | | |
354 | 424 | | |
| |||
932 | 1002 | | |
933 | 1003 | | |
934 | 1004 | | |
935 | | - | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
936 | 1008 | | |
937 | 1009 | | |
938 | 1010 | | |
| |||
951 | 1023 | | |
952 | 1024 | | |
953 | 1025 | | |
954 | | - | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
955 | 1029 | | |
956 | 1030 | | |
957 | 1031 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
0 commit comments