@layerzerolabs/lz-v2-stellar-sdk 0.2.18 → 0.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/.turbo/turbo-test.log +216 -206
  2. package/dist/generated/bml.d.ts +30 -0
  3. package/dist/generated/bml.js +28 -5
  4. package/dist/generated/counter.d.ts +122 -2
  5. package/dist/generated/counter.js +36 -7
  6. package/dist/generated/dvn.d.ts +30 -0
  7. package/dist/generated/dvn.js +28 -5
  8. package/dist/generated/dvn_fee_lib.d.ts +122 -2
  9. package/dist/generated/dvn_fee_lib.js +36 -7
  10. package/dist/generated/endpoint.d.ts +122 -2
  11. package/dist/generated/endpoint.js +36 -7
  12. package/dist/generated/executor.d.ts +122 -2
  13. package/dist/generated/executor.js +36 -7
  14. package/dist/generated/executor_fee_lib.d.ts +122 -2
  15. package/dist/generated/executor_fee_lib.js +36 -7
  16. package/dist/generated/executor_helper.d.ts +30 -0
  17. package/dist/generated/executor_helper.js +28 -5
  18. package/dist/generated/oft.d.ts +1842 -0
  19. package/dist/generated/oft.js +345 -0
  20. package/dist/generated/price_feed.d.ts +122 -2
  21. package/dist/generated/price_feed.js +36 -7
  22. package/dist/generated/sml.d.ts +122 -2
  23. package/dist/generated/sml.js +36 -7
  24. package/dist/generated/treasury.d.ts +122 -2
  25. package/dist/generated/treasury.js +36 -7
  26. package/dist/generated/uln302.d.ts +122 -2
  27. package/dist/generated/uln302.js +36 -7
  28. package/dist/generated/upgrader.d.ts +15 -0
  29. package/dist/generated/upgrader.js +18 -0
  30. package/dist/index.d.ts +1 -2
  31. package/dist/index.js +1 -3
  32. package/package.json +7 -6
  33. package/src/generated/bml.ts +32 -6
  34. package/src/generated/counter.ts +135 -10
  35. package/src/generated/dvn.ts +32 -6
  36. package/src/generated/dvn_fee_lib.ts +135 -10
  37. package/src/generated/endpoint.ts +135 -10
  38. package/src/generated/executor.ts +135 -10
  39. package/src/generated/executor_fee_lib.ts +135 -10
  40. package/src/generated/executor_helper.ts +32 -6
  41. package/src/generated/{oft_std.ts → oft.ts} +330 -205
  42. package/src/generated/price_feed.ts +135 -10
  43. package/src/generated/sml.ts +135 -10
  44. package/src/generated/treasury.ts +135 -10
  45. package/src/generated/uln302.ts +135 -10
  46. package/src/generated/upgrader.ts +20 -0
  47. package/src/index.ts +1 -4
  48. package/test/oft-sml.test.ts +16 -16
  49. package/turbo.json +8 -0
  50. package/dist/generated/oft_std.d.ts +0 -1722
  51. package/dist/generated/oft_std.js +0 -316
  52. package/dist/wasm/blocked-message-lib.d.ts +0 -1
  53. package/dist/wasm/blocked-message-lib.js +0 -2
  54. package/dist/wasm/counter.d.ts +0 -1
  55. package/dist/wasm/counter.js +0 -2
  56. package/dist/wasm/dvn-fee-lib.d.ts +0 -1
  57. package/dist/wasm/dvn-fee-lib.js +0 -2
  58. package/dist/wasm/dvn.d.ts +0 -1
  59. package/dist/wasm/dvn.js +0 -2
  60. package/dist/wasm/endpoint-v2.d.ts +0 -1
  61. package/dist/wasm/endpoint-v2.js +0 -2
  62. package/dist/wasm/executor-fee-lib.d.ts +0 -1
  63. package/dist/wasm/executor-fee-lib.js +0 -2
  64. package/dist/wasm/executor-helper.d.ts +0 -1
  65. package/dist/wasm/executor-helper.js +0 -2
  66. package/dist/wasm/executor.d.ts +0 -1
  67. package/dist/wasm/executor.js +0 -2
  68. package/dist/wasm/layerzero-views.d.ts +0 -1
  69. package/dist/wasm/layerzero-views.js +0 -2
  70. package/dist/wasm/oft-std.d.ts +0 -1
  71. package/dist/wasm/oft-std.js +0 -2
  72. package/dist/wasm/price-feed.d.ts +0 -1
  73. package/dist/wasm/price-feed.js +0 -2
  74. package/dist/wasm/simple-message-lib.d.ts +0 -1
  75. package/dist/wasm/simple-message-lib.js +0 -2
  76. package/dist/wasm/treasury.d.ts +0 -1
  77. package/dist/wasm/treasury.js +0 -2
  78. package/dist/wasm/uln302.d.ts +0 -1
  79. package/dist/wasm/uln302.js +0 -2
  80. package/dist/wasm/upgrader.d.ts +0 -1
  81. package/dist/wasm/upgrader.js +0 -2
  82. package/dist/wasm.d.ts +0 -15
  83. package/dist/wasm.js +0 -15
  84. package/src/wasm/blocked-message-lib.ts +0 -2
  85. package/src/wasm/counter.ts +0 -2
  86. package/src/wasm/dvn-fee-lib.ts +0 -2
  87. package/src/wasm/dvn.ts +0 -2
  88. package/src/wasm/endpoint-v2.ts +0 -2
  89. package/src/wasm/executor-fee-lib.ts +0 -2
  90. package/src/wasm/executor-helper.ts +0 -2
  91. package/src/wasm/executor.ts +0 -2
  92. package/src/wasm/layerzero-views.ts +0 -2
  93. package/src/wasm/oft-std.ts +0 -2
  94. package/src/wasm/price-feed.ts +0 -2
  95. package/src/wasm/simple-message-lib.ts +0 -2
  96. package/src/wasm/treasury.ts +0 -2
  97. package/src/wasm/uln302.ts +0 -2
  98. package/src/wasm/upgrader.ts +0 -2
  99. package/src/wasm.ts +0 -15
@@ -23,11 +23,19 @@ Error response from daemon: No such container: stellar-localnet
23
23
  ⏳ Waiting for Stellar localnet to start...
24
24
  ❌ Failed to fund account Error: read ECONNRESET
25
25
  ⏳ Waiting for Stellar localnet to start...
26
+ ❌ Failed to fund account Error: read ECONNRESET
27
+ ⏳ Waiting for Stellar localnet to start...
28
+ ❌ Failed to fund account Error: read ECONNRESET
29
+ ⏳ Waiting for Stellar localnet to start...
26
30
  ❌ Failed to fund account Error: socket hang up
27
31
  ⏳ Waiting for Stellar localnet to start...
28
32
  ❌ Failed to fund account Error: read ECONNRESET
29
33
  ⏳ Waiting for Stellar localnet to start...
30
- ❌ Failed to fund account AxiosError: Request failed with status code 502
34
+ ❌ Failed to fund account Error: read ECONNRESET
35
+ ⏳ Waiting for Stellar localnet to start...
36
+ ❌ Failed to fund account Error: socket hang up
37
+ ⏳ Waiting for Stellar localnet to start...
38
+ ❌ Failed to fund account Error: socket hang up
31
39
  ⏳ Waiting for Stellar localnet to start...
32
40
  ❌ Failed to fund account AxiosError: Request failed with status code 502
33
41
  ⏳ Waiting for Stellar localnet to start...
@@ -44,8 +52,10 @@ Error response from daemon: No such container: stellar-localnet
44
52
  ❌ Failed to fund account AxiosError: Request failed with status code 502
45
53
  ⏳ Waiting for Stellar localnet to start...
46
54
  ❌ Failed to fund account AxiosError: Request failed with status code 502
55
+ ⏳ Waiting for Stellar localnet to start...
47
56
  ❌ Failed to fund account AxiosError: Request failed with status code 502
48
57
  ⏳ Waiting for Stellar localnet to start...
58
+ ❌ Failed to fund account AxiosError: Request failed with status code 502
49
59
  ⏳ Waiting for Stellar localnet to start...
50
60
  ❌ Failed to fund account AxiosError: Request failed with status code 502
51
61
  ⏳ Waiting for Stellar localnet to start...
@@ -68,103 +78,103 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
68
78
  🚀 Deploying Endpoint...
69
79
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/endpoint_v2.wasm
70
80
  📤 Uploading WASM...
71
- 📦 WASM buffer size: 55941 bytes (54.63 KB)
72
- 💰 Upload transaction fee: 32631631 stroops (3.2631631 XLM)
73
- ⏰ WASM TTL: live until ledger 120982 (120959 ledgers remaining, ~7.00 days)
74
- ✅ WASM uploaded, hash: b86e25337989703e3702f05c14078ed60d3d82510f8a9335204aef32a849c9cb
81
+ 📦 WASM buffer size: 58849 bytes (57.47 KB)
82
+ 💰 Upload transaction fee: 33655946 stroops (3.3655946 XLM)
83
+ ⏰ WASM TTL: live until ledger 120983 (120959 ledgers remaining, ~7.00 days)
84
+ ✅ WASM uploaded, hash: d7c15e83a1ac049aa09b98bdf584d2eee06cbc273de60ec732ab08f67f5a9b9d
75
85
  🚀 Deploying contract...
76
- ✅ Contract deployed at: CAAXJXFDDUYTAASU5K6HTINGPGOCX4RZQCHWE2EJR2OKGNVMVNHKS6R6
77
- ✅ Endpoint deployed: CAAXJXFDDUYTAASU5K6HTINGPGOCX4RZQCHWE2EJR2OKGNVMVNHKS6R6
86
+ ✅ Contract deployed at: CCYHNLAKLLLV4OSKM7YTYPIN2URC6XAXRSPWGCWCGAJT5LYAUNMV5DUV
87
+ ✅ Endpoint deployed: CCYHNLAKLLLV4OSKM7YTYPIN2URC6XAXRSPWGCWCGAJT5LYAUNMV5DUV
78
88
  🚀 Deploying Treasury...
79
89
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/treasury.wasm
80
90
  📤 Uploading WASM...
81
- 📦 WASM buffer size: 24293 bytes (23.72 KB)
82
- 💰 Upload transaction fee: 10966900 stroops (1.0966900 XLM)
83
- ⏰ WASM TTL: live until ledger 120986 (120959 ledgers remaining, ~7.00 days)
84
- ✅ WASM uploaded, hash: 9586e202580ed2950991a997af897a2ca73b85e373120fd0ec6bb6d2a7b2a8d9
91
+ 📦 WASM buffer size: 27240 bytes (26.60 KB)
92
+ 💰 Upload transaction fee: 12086106 stroops (1.2086106 XLM)
93
+ ⏰ WASM TTL: live until ledger 120988 (120959 ledgers remaining, ~7.00 days)
94
+ ✅ WASM uploaded, hash: 1bfeb72123ffa91ac90e056f03dc8b2370a5d6563e5cedc9495b175d1e8caf20
85
95
  🚀 Deploying contract...
86
- ✅ Contract deployed at: CBITDFDM2WIBQW2QCVPDSZCBVAZYQVIEDSNLA5QHZ4UBM2NV7VVGJLSZ
87
- ✅ Treasury deployed: CBITDFDM2WIBQW2QCVPDSZCBVAZYQVIEDSNLA5QHZ4UBM2NV7VVGJLSZ
96
+ ✅ Contract deployed at: CDLJ5VJTUIK7UWYONJSOOA3JBE6L3OR76SUT4TUZMX7IHTYZERM27WZX
97
+ ✅ Treasury deployed: CDLJ5VJTUIK7UWYONJSOOA3JBE6L3OR76SUT4TUZMX7IHTYZERM27WZX
88
98
  🚀 Deploying ULN302...
89
99
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/uln302.wasm
90
100
  📤 Uploading WASM...
91
- 📦 WASM buffer size: 54211 bytes (52.94 KB)
92
- 💰 Upload transaction fee: 31614801 stroops (3.1614801 XLM)
93
- ⏰ WASM TTL: live until ledger 120988 (120959 ledgers remaining, ~7.00 days)
94
- ✅ WASM uploaded, hash: dd27c711128d08f43737043bad6cd149fea952c166c50878a023906eed6984e4
101
+ 📦 WASM buffer size: 57134 bytes (55.79 KB)
102
+ 💰 Upload transaction fee: 32687761 stroops (3.2687761 XLM)
103
+ ⏰ WASM TTL: live until ledger 120992 (120959 ledgers remaining, ~7.00 days)
104
+ ✅ WASM uploaded, hash: c672ec2924162d976095c4cf9d6ea67a02d68d1c8fce2367338f46ccd3265268
95
105
  🚀 Deploying contract...
96
- ✅ Contract deployed at: CDAWZZ4Z5TUZ73MSZLMJ7CCW7XCYFRA4PT74MEJLWGGK3LZV7A4CCSXT
97
- ✅ ULN302 deployed: CDAWZZ4Z5TUZ73MSZLMJ7CCW7XCYFRA4PT74MEJLWGGK3LZV7A4CCSXT
106
+ ✅ Contract deployed at: CB3Y42BT777UPHUZKVBHFHMULQ5SLFPPTFHDQ3I3TLCNMPJZ27VZXRVR
107
+ ✅ ULN302 deployed: CB3Y42BT777UPHUZKVBHFHMULQ5SLFPPTFHDQ3I3TLCNMPJZ27VZXRVR
98
108
  🚀 Deploying SimpleMessageLib...
99
109
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/simple_message_lib.wasm
100
110
  📤 Uploading WASM...
101
- 📦 WASM buffer size: 26121 bytes (25.51 KB)
102
- 💰 Upload transaction fee: 13221637 stroops (1.3221637 XLM)
103
- ⏰ WASM TTL: live until ledger 120991 (120959 ledgers remaining, ~7.00 days)
104
- ✅ WASM uploaded, hash: fc3c7cd3f0249916cff4c361a1930507c61b1de4f84c0c591481323285589e70
111
+ 📦 WASM buffer size: 29063 bytes (28.38 KB)
112
+ 💰 Upload transaction fee: 14321765 stroops (1.4321765 XLM)
113
+ ⏰ WASM TTL: live until ledger 120996 (120959 ledgers remaining, ~7.00 days)
114
+ ✅ WASM uploaded, hash: 00d120a82635e4e4497d07d1233a432efc4301a890ce92b159b977a8b5275462
105
115
  🚀 Deploying contract...
106
- ✅ Contract deployed at: CDFATRHI66X73D5BMRVAINMAYK4QZ3NOPFVYVIJ43T2FB2AKPDXWEVIJ
107
- ✅ SimpleMessageLib deployed: CDFATRHI66X73D5BMRVAINMAYK4QZ3NOPFVYVIJ43T2FB2AKPDXWEVIJ
116
+ ✅ Contract deployed at: CBY5FT36DWEJ5BW4PY5ZBPVZO2ZCVBZOS27OXRVDKEC2HM7XQI7JDQQX
117
+ ✅ SimpleMessageLib deployed: CBY5FT36DWEJ5BW4PY5ZBPVZO2ZCVBZOS27OXRVDKEC2HM7XQI7JDQQX
108
118
  🚀 Deploying Price Feed...
109
119
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/price_feed.wasm
110
120
  📤 Uploading WASM...
111
- 📦 WASM buffer size: 32046 bytes (31.29 KB)
112
- 💰 Upload transaction fee: 17483299 stroops (1.7483299 XLM)
113
- ⏰ WASM TTL: live until ledger 120995 (120959 ledgers remaining, ~7.00 days)
114
- ✅ WASM uploaded, hash: f7d079796608eeafd46070b4a73ebaa8327d7f73cd9aa826dd9699b497976381
121
+ 📦 WASM buffer size: 34996 bytes (34.18 KB)
122
+ 💰 Upload transaction fee: 18592926 stroops (1.8592926 XLM)
123
+ ⏰ WASM TTL: live until ledger 120998 (120959 ledgers remaining, ~7.00 days)
124
+ ✅ WASM uploaded, hash: cfc1615712a9510f7edc8a62ea2a39bf33e6f9d6717342400e93a23775b55abe
115
125
  🚀 Deploying contract...
116
- ✅ Contract deployed at: CD544ZRWJTLYF4AU3JPFW3R6M2FGJ6NBS67SUTGH6X2PBS6FCQWGSQEM
117
- ✅ Price Feed deployed: CD544ZRWJTLYF4AU3JPFW3R6M2FGJ6NBS67SUTGH6X2PBS6FCQWGSQEM
126
+ ✅ Contract deployed at: CCXML7YR3XUU4S73GOMZEJQGF6MPHYGSPEAJYD4WD2HYFD42RGGZLLEM
127
+ ✅ Price Feed deployed: CCXML7YR3XUU4S73GOMZEJQGF6MPHYGSPEAJYD4WD2HYFD42RGGZLLEM
118
128
  🚀 Deploying Executor Fee Lib...
119
129
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/executor_fee_lib.wasm
120
130
  📤 Uploading WASM...
121
- 📦 WASM buffer size: 32063 bytes (31.31 KB)
122
- 💰 Upload transaction fee: 13570418 stroops (1.3570418 XLM)
123
- ⏰ WASM TTL: live until ledger 120997 (120959 ledgers remaining, ~7.00 days)
124
- ✅ WASM uploaded, hash: 37b458810f6efd38c4e7a568f64b9e4bff8542360def48b7bb3de7352b2c3a41
131
+ 📦 WASM buffer size: 35000 bytes (34.18 KB)
132
+ 💰 Upload transaction fee: 14674697 stroops (1.4674697 XLM)
133
+ ⏰ WASM TTL: live until ledger 121001 (120959 ledgers remaining, ~7.00 days)
134
+ ✅ WASM uploaded, hash: 78a68782035118b045c5980b4b7045158774d4469e103175216969efa8b589ba
125
135
  🚀 Deploying contract...
126
- ✅ Contract deployed at: CD5C3OM7IMEUKS6IFC35SVNJ3WRC6NQ4O5AFURKWLWZ2P636ZCMIIAJL
127
- ✅ Executor Fee Lib deployed: CD5C3OM7IMEUKS6IFC35SVNJ3WRC6NQ4O5AFURKWLWZ2P636ZCMIIAJL
136
+ ✅ Contract deployed at: CAUL6XZIPGYZO44SKDNZ6DVKLJIYKHIEWI6Y6VSMLHVD7UNSJPBH2ZKP
137
+ ✅ Executor Fee Lib deployed: CAUL6XZIPGYZO44SKDNZ6DVKLJIYKHIEWI6Y6VSMLHVD7UNSJPBH2ZKP
128
138
  🚀 Deploying DVN Fee Lib...
129
139
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/dvn_fee_lib.wasm
130
140
  📤 Uploading WASM...
131
- 📦 WASM buffer size: 20368 bytes (19.89 KB)
132
- 💰 Upload transaction fee: 10653461 stroops (1.0653461 XLM)
133
- ⏰ WASM TTL: live until ledger 121000 (120959 ledgers remaining, ~7.00 days)
134
- ✅ WASM uploaded, hash: 67aedc35b7d2dbf1e84011a2b7e6faf9dfecd5d187e6ccfcd3950b2d45fc71a9
141
+ 📦 WASM buffer size: 23312 bytes (22.77 KB)
142
+ 💰 Upload transaction fee: 11777082 stroops (1.1777082 XLM)
143
+ ⏰ WASM TTL: live until ledger 121005 (120959 ledgers remaining, ~7.00 days)
144
+ ✅ WASM uploaded, hash: bc0c5db74d86951e8ef2edf14feb273b5a4eb8d038b3f0d191981161ba98d5dd
135
145
  🚀 Deploying contract...
136
- ✅ Contract deployed at: CAW523NDD6IJH44EN2234HHEEXKM7F6BSN7AVCIA7CSXSCOWDHB47S4J
137
- ✅ DVN Fee Lib deployed: CAW523NDD6IJH44EN2234HHEEXKM7F6BSN7AVCIA7CSXSCOWDHB47S4J
146
+ ✅ Contract deployed at: CD3IBAA3JOIPK7KV2XMCUZ7Q2IOLN2OFNUVIODIC6RT5DM3WART5QZRS
147
+ ✅ DVN Fee Lib deployed: CD3IBAA3JOIPK7KV2XMCUZ7Q2IOLN2OFNUVIODIC6RT5DM3WART5QZRS
138
148
  🚀 Deploying DVN...
139
149
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/dvn.wasm
140
150
  📤 Uploading WASM...
141
- 📦 WASM buffer size: 56263 bytes (54.94 KB)
142
- 💰 Upload transaction fee: 26636030 stroops (2.6636030 XLM)
143
- ⏰ WASM TTL: live until ledger 121004 (120959 ledgers remaining, ~7.00 days)
144
- ✅ WASM uploaded, hash: e3856e8f0951e48af74ef84c83633161642b910fc82093e6b611b55c58033e5e
151
+ 📦 WASM buffer size: 56667 bytes (55.34 KB)
152
+ 💰 Upload transaction fee: 26661078 stroops (2.6661078 XLM)
153
+ ⏰ WASM TTL: live until ledger 121007 (120959 ledgers remaining, ~7.00 days)
154
+ ✅ WASM uploaded, hash: 5c52cac1c298d768f8af85192d911b1f33f3885278ff4ae8f05b251c068d02a2
145
155
  🚀 Deploying contract...
146
- ✅ Contract deployed at: CC3ABUWLZYQP7C3TOLTB7KFLO5423LVHLHEDDD2MXZ3HFZFCDP6ERUKE
147
- ✅ DVN deployed: CC3ABUWLZYQP7C3TOLTB7KFLO5423LVHLHEDDD2MXZ3HFZFCDP6ERUKE
156
+ ✅ Contract deployed at: CA5D2C6V2RHO2ROVKMLAAHW2QWI6PHEIAXU52YKRP7XRRRZZ3NRCXFUX
157
+ ✅ DVN deployed: CA5D2C6V2RHO2ROVKMLAAHW2QWI6PHEIAXU52YKRP7XRRRZZ3NRCXFUX
148
158
  🚀 Deploying Executor Helper...
149
159
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/executor_helper.wasm
150
160
  📤 Uploading WASM...
151
- 📦 WASM buffer size: 27388 bytes (26.75 KB)
152
- 💰 Upload transaction fee: 8834175 stroops (0.8834175 XLM)
153
- ⏰ WASM TTL: live until ledger 121006 (120959 ledgers remaining, ~7.00 days)
154
- ✅ WASM uploaded, hash: 5dd035ee62d871f20d7ef66dfacb38a9207f05d406f9504d05983442a5499e15
161
+ 📦 WASM buffer size: 27792 bytes (27.14 KB)
162
+ 💰 Upload transaction fee: 8859204 stroops (0.8859204 XLM)
163
+ ⏰ WASM TTL: live until ledger 121011 (120959 ledgers remaining, ~7.00 days)
164
+ ✅ WASM uploaded, hash: 5103971ef8c9ef09d1add5a8471f46323505ab6a40f02656f2b3f6012a7ccf9e
155
165
  🚀 Deploying contract...
156
- ✅ Contract deployed at: CCBGQAHT55533N27BNRUQBQQMIABCH7O2RNSPO5ODNYWMSKFNM5SAIOS
157
- ✅ Executor Helper deployed: CCBGQAHT55533N27BNRUQBQQMIABCH7O2RNSPO5ODNYWMSKFNM5SAIOS
166
+ ✅ Contract deployed at: CAUJQ5S6UC5HDLFVYYVDZULNXPQVRUQTZQICZ7MTN7IUUWQBZD3YOP2A
167
+ ✅ Executor Helper deployed: CAUJQ5S6UC5HDLFVYYVDZULNXPQVRUQTZQICZ7MTN7IUUWQBZD3YOP2A
158
168
  🚀 Deploying Executor...
159
169
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/executor.wasm
160
170
  📤 Uploading WASM...
161
- 📦 WASM buffer size: 53108 bytes (51.86 KB)
162
- 💰 Upload transaction fee: 24327219 stroops (2.4327219 XLM)
163
- ⏰ WASM TTL: live until ledger 121009 (120959 ledgers remaining, ~7.00 days)
164
- ✅ WASM uploaded, hash: 46bd394defe8fcacaffa8d09f6e546ca85c414d67a399584799bde1c33b98bc9
171
+ 📦 WASM buffer size: 56028 bytes (54.71 KB)
172
+ 💰 Upload transaction fee: 25360436 stroops (2.5360436 XLM)
173
+ ⏰ WASM TTL: live until ledger 121013 (120959 ledgers remaining, ~7.00 days)
174
+ ✅ WASM uploaded, hash: 8292af76dd7a2983d4ba9b224c35ec25fdf9e43803307e90ff50529a63afdf04
165
175
  🚀 Deploying contract...
166
- ✅ Contract deployed at: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
167
- ✅ Executor deployed: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
176
+ ✅ Contract deployed at: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
177
+ ✅ Executor deployed: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
168
178
 
169
179
  ========================================
170
180
  🔗 GLOBAL SETUP: Wiring Protocol Contracts
@@ -190,59 +200,59 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
190
200
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML)
191
201
  
192
202
  📋 Protocol addresses injected from globalSetup
193
- Endpoint: CAAXJXFDDUYTAASU5K6HTINGPGOCX4RZQCHWE2EJR2OKGNVMVNHKS6R6
194
- SML: CDFATRHI66X73D5BMRVAINMAYK4QZ3NOPFVYVIJ43T2FB2AKPDXWEVIJ
195
- Executor: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
196
- Executor Helper: CCBGQAHT55533N27BNRUQBQQMIABCH7O2RNSPO5ODNYWMSKFNM5SAIOS
203
+ Endpoint: CCYHNLAKLLLV4OSKM7YTYPIN2URC6XAXRSPWGCWCGAJT5LYAUNMV5DUV
204
+ SML: CBY5FT36DWEJ5BW4PY5ZBPVZO2ZCVBZOS27OXRVDKEC2HM7XQI7JDQQX
205
+ Executor: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
206
+ Executor Helper: CAUJQ5S6UC5HDLFVYYVDZULNXPQVRUQTZQICZ7MTN7IUUWQBZD3YOP2A
197
207
 
198
208
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy OFT Token SAC
199
209
  ✅ OFT token issued to DEFAULT_DEPLOYER
200
- Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPPFK5SS
210
+ Deploying SAC for asset: OFT:GCNUPN4U6ZMFASOUMOFBT54R76Y45INEE724FUQ5BORGKDDYRHPAOMOH
201
211
 
202
212
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy OFT Token SAC
203
- ✅ OFT Token SAC deployed: CDXSOO23BLOTGKNZSH7S2G7VA5KOOT3A7MRLPQYBHEILZKJUFCUYLPOF
213
+ ✅ OFT Token SAC deployed: CCD3GEM3LBIO6FXCWDHRTYFFSZCZYKMWIPXII4TQUAQEB6ZNY5NHXX2V
204
214
 
205
215
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Lock/Unlock OFT
206
- 📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/oft_std.wasm
216
+ 📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/oft.wasm
207
217
  📤 Uploading WASM...
208
- 📦 WASM buffer size: 56449 bytes (55.13 KB)
218
+ 📦 WASM buffer size: 59520 bytes (58.13 KB)
209
219
 
210
220
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Lock/Unlock OFT
211
- 💰 Upload transaction fee: 31534065 stroops (3.1534065 XLM)
221
+ 💰 Upload transaction fee: 32674742 stroops (3.2674742 XLM)
212
222
 
213
223
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Lock/Unlock OFT
214
- ⏰ WASM TTL: live until ledger 121039 (120959 ledgers remaining, ~7.00 days)
224
+ ⏰ WASM TTL: live until ledger 121045 (120959 ledgers remaining, ~7.00 days)
215
225
 
216
226
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Lock/Unlock OFT
217
- ✅ WASM uploaded, hash: 1755d6982c64bd05dab4882627748c1d0808dd4ea177bc53ef6cbbed3f4aa08b
227
+ ✅ WASM uploaded, hash: 1b2ae0ec201aefddd7d1aadd4c9fdafa9addc742333490b509be519b5e01869b
218
228
  🚀 Deploying contract...
219
229
 
220
230
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Lock/Unlock OFT
221
- ✅ Contract deployed at: CBV575AAO7ORPSPOJSTYHINRD4MQVGQMFB6LNSP3K5QZPW6EYYDJTLNU
231
+ ✅ Contract deployed at: CC732CRT5H25UCCIKNU7ZVHYJY2HOGOWJEZSNQVC2NMEZNXJPBPBP347
222
232
 
223
233
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Lock/Unlock OFT
224
- ✅ Lock/Unlock OFT deployed: CBV575AAO7ORPSPOJSTYHINRD4MQVGQMFB6LNSP3K5QZPW6EYYDJTLNU
234
+ ✅ Lock/Unlock OFT deployed: CC732CRT5H25UCCIKNU7ZVHYJY2HOGOWJEZSNQVC2NMEZNXJPBPBP347
225
235
 
226
236
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Mint/Burn OFT
227
- 📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/oft_std.wasm
237
+ 📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/oft.wasm
228
238
  📤 Uploading WASM...
229
- 📦 WASM buffer size: 56449 bytes (55.13 KB)
239
+ 📦 WASM buffer size: 59520 bytes (58.13 KB)
230
240
 
231
241
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Mint/Burn OFT
232
- 💰 Upload transaction fee: 1252163 stroops (0.1252163 XLM)
242
+ 💰 Upload transaction fee: 1317751 stroops (0.1317751 XLM)
233
243
 
234
244
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Mint/Burn OFT
235
- ⏰ WASM TTL: live until ledger 121039 (120957 ledgers remaining, ~7.00 days)
245
+ ⏰ WASM TTL: live until ledger 121045 (120955 ledgers remaining, ~7.00 days)
236
246
 
237
247
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Mint/Burn OFT
238
- ✅ WASM uploaded, hash: 1755d6982c64bd05dab4882627748c1d0808dd4ea177bc53ef6cbbed3f4aa08b
248
+ ✅ WASM uploaded, hash: 1b2ae0ec201aefddd7d1aadd4c9fdafa9addc742333490b509be519b5e01869b
239
249
  🚀 Deploying contract...
240
250
 
241
251
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Mint/Burn OFT
242
- ✅ Contract deployed at: CCWB6W55SIWNY76LNC2ZPX74OORMQPMIBGWMMVC34KRKMUBU7C3HNO7X
252
+ ✅ Contract deployed at: CBQSPHXEGXRRR3ENRWNDBEXFJJRG6AEZDZNOUMH56BL4IQBYFSSAUUWS
243
253
 
244
254
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Mint/Burn OFT
245
- ✅ Mint/Burn OFT deployed: CCWB6W55SIWNY76LNC2ZPX74OORMQPMIBGWMMVC34KRKMUBU7C3HNO7X
255
+ ✅ Mint/Burn OFT deployed: CBQSPHXEGXRRR3ENRWNDBEXFJJRG6AEZDZNOUMH56BL4IQBYFSSAUUWS
246
256
 
247
257
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Lock/Unlock OFT Send Library to SML
248
258
  ✅ Lock/Unlock OFT send library set to SML
@@ -285,13 +295,13 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
285
295
  📊 Messaging Fee: { native_fee: 100n, zro_fee: 99n }
286
296
 
287
297
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Send tokens (Lock/Unlock -> Mint/Burn)
288
- ✅ Tokens sent, ledger: 97
298
+ ✅ Tokens sent, ledger: 106
289
299
 
290
300
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Scan PacketSent events
291
301
  📦 Scanning for PacketSent events...
292
302
 
293
303
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Scan PacketSent events
294
- 🔍 Scanning events from ledger 97
304
+ 🔍 Scanning events from ledger 106
295
305
 
296
306
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Scan PacketSent events
297
307
  ✅ Found 1 events
@@ -313,9 +323,9 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
313
323
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Receive tokens (mint on Mint/Burn OFT)
314
324
  ✅ Simulation complete
315
325
  Auth entries returned: 1
316
- Processing auth entry for address: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
326
+ Processing auth entry for address: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
317
327
  Auth entry tree:
318
- 📞 CCWB6W55SIWNY76LNC2ZPX74OORMQPMIBGWMMVC34KRKMUBU7C3HNO7X...lz_receive()
328
+ 📞 CBQSPHXEGXRRR3ENRWNDBEXFJJRG6AEZDZNOUMH56BL4IQBYFSSAUUWS...lz_receive()
319
329
  ✍️ Signing executor auth entry (Abstract Account)...
320
330
 
321
331
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Receive tokens (mint on Mint/Burn OFT)
@@ -329,7 +339,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
329
339
  ✅ Transaction envelope signed
330
340
 
331
341
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Receive tokens (mint on Mint/Burn OFT)
332
- ✅ Transaction sent, hash: 043c56b2a74c0f83bdef509dd89bb3ba97e3cbd57542714c01520be744e21c1c
342
+ ✅ Transaction sent, hash: 0a5e2cf31633e4556d2459743e9153414bb0efc24aa6b2a6d1893925679a94e5
333
343
 
334
344
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Receive tokens (mint on Mint/Burn OFT)
335
345
  ✅ Transaction completed successfully
@@ -356,13 +366,14 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
356
366
  📊 Reverse Messaging Fee: { native_fee: 100n, zro_fee: 99n }
357
367
 
358
368
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Send tokens (Mint/Burn -> Lock/Unlock)
359
- ✅ Tokens sent (reverse), ledger: 104
369
+ ✅ Tokens sent (reverse), ledger: 112
360
370
 
361
371
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Scan PacketSent events (reverse)
362
372
  📦 Scanning for PacketSent events...
363
373
 
364
374
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Scan PacketSent events (reverse)
365
- 🔍 Scanning events from ledger 104
375
+ 🔍 Scanning events from ledger 112
376
+ Waiting for next ledger...
366
377
 
367
378
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Scan PacketSent events (reverse)
368
379
  ✅ Found 1 events
@@ -384,9 +395,9 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
384
395
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Receive tokens (unlock on Lock/Unlock OFT)
385
396
  ✅ Simulation complete
386
397
  Auth entries returned: 1
387
- Processing auth entry for address: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
398
+ Processing auth entry for address: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
388
399
  Auth entry tree:
389
- 📞 CBV575AAO7ORPSPOJSTYHINRD4MQVGQMFB6LNSP3K5QZPW6EYYDJTLNU...lz_receive()
400
+ 📞 CC732CRT5H25UCCIKNU7ZVHYJY2HOGOWJEZSNQVC2NMEZNXJPBPBP347...lz_receive()
390
401
  ✍️ Signing executor auth entry (Abstract Account)...
391
402
 
392
403
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Receive tokens (unlock on Lock/Unlock OFT)
@@ -400,7 +411,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
400
411
  ✅ Transaction envelope signed
401
412
 
402
413
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Receive tokens (unlock on Lock/Unlock OFT)
403
- ✅ Transaction sent, hash: e4fb474a350330651ccf757e6cbbf7f54a3ab53c45be08d22caae192fe95ee6f
414
+ ✅ Transaction sent, hash: 63531b69b72cc98645f04397ff19fa5ed17f8a02a2187c5c3b2aafd2dd6d5148
404
415
 
405
416
  stdout | test/oft-sml.test.ts > OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Receive tokens (unlock on Lock/Unlock OFT)
406
417
  ✅ Transaction completed successfully
@@ -417,52 +428,53 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
417
428
  - RECIPIENT_B (unlocked): 500000000 (expected: 500000000)
418
429
  ✅ OFT E2E test completed successfully!
419
430
 
420
- ✓ test/oft-sml.test.ts (23 tests) 37229ms
421
- ✓ OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy OFT Token SAC  2099ms
422
- ✓ OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Lock/Unlock OFT  2344ms
423
- ✓ OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Mint/Burn OFT  3759ms
424
- ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Lock/Unlock OFT Send Library to SML  1151ms
425
- ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Lock/Unlock OFT Receive Library to SML  1152ms
426
- ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Mint/Burn OFT Send Library to SML  2675ms
427
- ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Mint/Burn OFT Receive Library to SML  1185ms
428
- ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Lock/Unlock OFT Peer (to Mint/Burn OFT)  1114ms
429
- ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Mint/Burn OFT Peer (to Lock/Unlock OFT)  1109ms
430
- ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set SAC Admin to Mint/Burn OFT (for minting)  2043ms
431
- ✓ OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Send tokens (Lock/Unlock -> Mint/Burn)  2752ms
432
- ✓ OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Validate packet via SML  2612ms
433
- ✓ OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Receive tokens (mint on Mint/Burn OFT)  1283ms
434
- ✓ OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Send tokens (Mint/Burn -> Lock/Unlock)  2755ms
435
- ✓ OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Validate packet via SML (reverse)  1101ms
436
- ✓ OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Receive tokens (unlock on Lock/Unlock OFT)  2299ms
431
+ ✓ test/oft-sml.test.ts (23 tests) 38478ms
432
+ ✓ OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy OFT Token SAC  2157ms
433
+ ✓ OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Lock/Unlock OFT  4144ms
434
+ ✓ OFT E2E Testing with SAC (SML) > Deploy OFT Contracts > Deploy Mint/Burn OFT  3907ms
435
+ ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Lock/Unlock OFT Send Library to SML  1166ms
436
+ ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Lock/Unlock OFT Receive Library to SML  1167ms
437
+ ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Mint/Burn OFT Send Library to SML  2685ms
438
+ ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Mint/Burn OFT Receive Library to SML  1156ms
439
+ ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Lock/Unlock OFT Peer (to Mint/Burn OFT)  1123ms
440
+ ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set Mint/Burn OFT Peer (to Lock/Unlock OFT)  2648ms
441
+ ✓ OFT E2E Testing with SAC (SML) > Wire OFT Contracts to use SML > Set SAC Admin to Mint/Burn OFT (for minting)  1049ms
442
+ ✓ OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Send tokens (Lock/Unlock -> Mint/Burn)  2826ms
443
+ ✓ OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Validate packet via SML  1148ms
444
+ ✓ OFT E2E Testing with SAC (SML) > Send: Lock/Unlock -> Mint/Burn > Receive tokens (mint on Mint/Burn OFT)  2406ms
445
+ ✓ OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Send tokens (Mint/Burn -> Lock/Unlock)  1357ms
446
+ ✓ OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Scan PacketSent events (reverse)  1026ms
447
+ ✓ OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Validate packet via SML (reverse)  1153ms
448
+ ✓ OFT E2E Testing with SAC (SML) > Send: Mint/Burn -> Lock/Unlock (Reverse) > Receive tokens (unlock on Lock/Unlock OFT)  2353ms
437
449
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing
438
450
  
439
451
  📋 Protocol addresses injected from globalSetup
440
- Endpoint: CAAXJXFDDUYTAASU5K6HTINGPGOCX4RZQCHWE2EJR2OKGNVMVNHKS6R6
441
- ULN302: CDAWZZ4Z5TUZ73MSZLMJ7CCW7XCYFRA4PT74MEJLWGGK3LZV7A4CCSXT
442
- DVN: CC3ABUWLZYQP7C3TOLTB7KFLO5423LVHLHEDDD2MXZ3HFZFCDP6ERUKE
443
- Executor: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
444
- Executor Helper: CCBGQAHT55533N27BNRUQBQQMIABCH7O2RNSPO5ODNYWMSKFNM5SAIOS
452
+ Endpoint: CCYHNLAKLLLV4OSKM7YTYPIN2URC6XAXRSPWGCWCGAJT5LYAUNMV5DUV
453
+ ULN302: CB3Y42BT777UPHUZKVBHFHMULQ5SLFPPTFHDQ3I3TLCNMPJZ27VZXRVR
454
+ DVN: CA5D2C6V2RHO2ROVKMLAAHW2QWI6PHEIAXU52YKRP7XRRRZZ3NRCXFUX
455
+ Executor: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
456
+ Executor Helper: CAUJQ5S6UC5HDLFVYYVDZULNXPQVRUQTZQICZ7MTN7IUUWQBZD3YOP2A
445
457
 
446
458
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Deploy Counter > Deploy Counter
447
459
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/counter.wasm
448
460
  📤 Uploading WASM...
449
- 📦 WASM buffer size: 37218 bytes (36.35 KB)
461
+ 📦 WASM buffer size: 40111 bytes (39.17 KB)
450
462
 
451
463
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Deploy Counter > Deploy Counter
452
- 💰 Upload transaction fee: 19583055 stroops (1.9583055 XLM)
464
+ 💰 Upload transaction fee: 20579390 stroops (2.0579390 XLM)
453
465
 
454
466
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Deploy Counter > Deploy Counter
455
- ⏰ WASM TTL: live until ledger 121069 (120959 ledgers remaining, ~7.00 days)
467
+ ⏰ WASM TTL: live until ledger 121077 (120959 ledgers remaining, ~7.00 days)
456
468
 
457
469
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Deploy Counter > Deploy Counter
458
- ✅ WASM uploaded, hash: 18404f479f5466a66b07e3a44c751b3cb012dd185874584c98603a7974d3d8af
470
+ ✅ WASM uploaded, hash: 85427aebe5a3f0a70bb9c3c4b5ea70ffd885c17e9fec536cfa04b4d48230b605
459
471
  🚀 Deploying contract...
460
472
 
461
473
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Deploy Counter > Deploy Counter
462
- ✅ Contract deployed at: CDFIXYSO5N26ML72UHHZATHEW5KEH45BZCXH3OMLXCKZTE5T35F2B6HM
474
+ ✅ Contract deployed at: CD3HQ6N6EEJJ4FZLBLOEO6WPAGV6XT6YJDCIZ6RDJ62Z442CXOEKMCCY
463
475
 
464
476
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Deploy Counter > Deploy Counter
465
- ✅ Counter deployed: CDFIXYSO5N26ML72UHHZATHEW5KEH45BZCXH3OMLXCKZTE5T35F2B6HM
477
+ ✅ Counter deployed: CD3HQ6N6EEJJ4FZLBLOEO6WPAGV6XT6YJDCIZ6RDJ62Z442CXOEKMCCY
466
478
 
467
479
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Deploy Counter > Set Counter Peer
468
480
  ✅ Counter peer set for EID 30400
@@ -480,7 +492,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
480
492
  📦 Scanning for PacketSent events...
481
493
 
482
494
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Scan PacketSent Events (Composed ABA)
483
- 🔍 Scanning events from ledger 116
495
+ 🔍 Scanning events from ledger 122
484
496
  Waiting for next ledger...
485
497
 
486
498
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Scan PacketSent Events (Composed ABA)
@@ -494,7 +506,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
494
506
 
495
507
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Extract Packet Header and Payload Hash (Composed ABA)
496
508
  ✅ Packet header extracted, length: 81
497
- ✅ Payload hash extracted: e1378115a7813bf7...
509
+ ✅ Payload hash extracted: 33594a55545fd128...
498
510
 
499
511
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Message (Composed ABA)
500
512
  
@@ -502,19 +514,19 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
502
514
 
503
515
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Message (Composed ABA)
504
516
  
505
- 📋 Addresses needing to sign: [ 'CC3ABUWLZYQP7C3TOLTB7KFLO5423LVHLHEDDD2MXZ3HFZFCDP6ERUKE' ]
517
+ 📋 Addresses needing to sign: [ 'CA5D2C6V2RHO2ROVKMLAAHW2QWI6PHEIAXU52YKRP7XRRRZZ3NRCXFUX' ]
506
518
 
507
519
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Message (Composed ABA)
508
520
  
509
521
  🌳 DVN Auth Entry Tree:
510
- 📞 CDAWZZ4Z5TUZ73MSZLMJ7CCW7XCYFRA4PT74MEJLWGGK3LZV7A4CCSXT...verify()
522
+ 📞 CB3Y42BT777UPHUZKVBHFHMULQ5SLFPPTFHDQ3I3TLCNMPJZ27VZXRVR...verify()
511
523
 
512
- 📝 Signature payload (soroban auth hash): a77d8a0b90f034d98e7044aee3f921a67f935f488a686b6ef1fab92f75fdb140
513
- ✍️ Admin Ed25519 signature created: c2d66db755969b10a66950b6b7ce4f51...
514
- 📝 Call hash for multisig: a15242bac4b8eb2ab15fea339daf2347702e506480ae9d0a8ed308514900f2b6
524
+ 📝 Signature payload (soroban auth hash): fb800f53d93dc7ada7b7c171d12e9fcf6de20d3471546ef16ed4788c4caeef55
525
+ ✍️ Admin Ed25519 signature created: 111f7716a17c991eb3dfd61da12f3c8d...
526
+ 📝 Call hash for multisig: 34ec7fb8719b8e34ac4355a5062fff990df9d2be8209f93cb52484fb8b9c7941
515
527
 
516
528
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Message (Composed ABA)
517
- ✍️ Multisig signature created: 7a34de1f929b8cb7e18ee539f3def546...
529
+ ✍️ Multisig signature created: 876fe2c82dacf6be93b971e6005d2f54...
518
530
 
519
531
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Message (Composed ABA)
520
532
  
@@ -533,7 +545,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
533
545
  ✅ Verification committed to endpoint (Composed ABA)
534
546
 
535
547
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute native_drop_and_execute (Composed ABA)
536
- 💰 Balance before native drop: 99711945685n
548
+ 💰 Balance before native drop: 99702319625n
537
549
 
538
550
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute native_drop_and_execute (Composed ABA)
539
551
  
@@ -545,12 +557,12 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
545
557
  Auth entries returned: 2
546
558
  Processing auth entry for address: GC72DFYB5KMI4IHRX63L3PTJ73XCZD6NM5BLHQOHNNJKNZVIIVMK3RTH
547
559
  Auth entry tree:
548
- 📞 CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D...native_drop()
560
+ 📞 CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6...native_drop()
549
561
  📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
550
562
  ✍️ Signing admin auth entry (regular account)...
551
- Processing auth entry for address: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
563
+ Processing auth entry for address: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
552
564
  Auth entry tree:
553
- 📞 CDFIXYSO5N26ML72UHHZATHEW5KEH45BZCXH3OMLXCKZTE5T35F2B6HM...lz_receive()
565
+ 📞 CD3HQ6N6EEJJ4FZLBLOEO6WPAGV6XT6YJDCIZ6RDJ62Z442CXOEKMCCY...lz_receive()
554
566
  ✍️ Signing executor auth entry (Abstract Account)...
555
567
 
556
568
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute native_drop_and_execute (Composed ABA)
@@ -564,13 +576,13 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
564
576
  ✅ Transaction envelope signed
565
577
 
566
578
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute native_drop_and_execute (Composed ABA)
567
- ✅ Transaction sent, hash: cec4c800b616c85292bdf1c0acd1446e8cb6ae136d43d6e0ae59e5c1e9185835
579
+ ✅ Transaction sent, hash: 19bf5c32e2228619f53d8885732a71871f661ce834e3e06442208dffc546b836
568
580
 
569
581
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute native_drop_and_execute (Composed ABA)
570
582
  ✅ Transaction completed successfully
571
583
 
572
584
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute native_drop_and_execute (Composed ABA)
573
- 💰 Balance after native drop: 99712945685n
585
+ 💰 Balance after native drop: 99703319625n
574
586
  ✅ Native drop received: 1000000n stroops
575
587
 
576
588
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute native_drop_and_execute (Composed ABA)
@@ -588,9 +600,9 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
588
600
  Auth entry tree:
589
601
  📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
590
602
  ✍️ Signing admin auth entry (regular account)...
591
- Processing auth entry for address: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
603
+ Processing auth entry for address: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
592
604
  Auth entry tree:
593
- 📞 CDFIXYSO5N26ML72UHHZATHEW5KEH45BZCXH3OMLXCKZTE5T35F2B6HM...lz_compose()
605
+ 📞 CD3HQ6N6EEJJ4FZLBLOEO6WPAGV6XT6YJDCIZ6RDJ62Z442CXOEKMCCY...lz_compose()
594
606
  📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
595
607
  ✍️ Signing executor auth entry (Abstract Account)...
596
608
 
@@ -605,7 +617,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
605
617
  ✅ Transaction envelope signed
606
618
 
607
619
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute lz_compose (Composed ABA)
608
- ✅ Transaction sent, hash: cfd5b97974db8066fb1176396ec241258a06e334b56172a7ce3ea4b5767b77b2
620
+ ✅ Transaction sent, hash: a8d01b8db4daae076d1701845d8193d82504bf2b2ceac360887c4bf4036c09cd
609
621
 
610
622
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute lz_compose (Composed ABA)
611
623
  ✅ Transaction completed successfully
@@ -620,7 +632,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
620
632
  📦 Scanning for PacketSent events...
621
633
 
622
634
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Scan Return PacketSent Events
623
- 🔍 Scanning events from ledger 125
635
+ 🔍 Scanning events from ledger 132
624
636
  Waiting for next ledger...
625
637
 
626
638
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Scan Return PacketSent Events
@@ -634,7 +646,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
634
646
 
635
647
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Extract Return Packet Header and Payload Hash
636
648
  ✅ Return packet header extracted, length: 81
637
- ✅ Return payload hash extracted: dbf8e5a9cb0e4d4e...
649
+ ✅ Return payload hash extracted: 090b7d5db6b6f30b...
638
650
 
639
651
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Return Message
640
652
  
@@ -642,19 +654,19 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
642
654
 
643
655
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Return Message
644
656
  
645
- 📋 Addresses needing to sign: [ 'CC3ABUWLZYQP7C3TOLTB7KFLO5423LVHLHEDDD2MXZ3HFZFCDP6ERUKE' ]
657
+ 📋 Addresses needing to sign: [ 'CA5D2C6V2RHO2ROVKMLAAHW2QWI6PHEIAXU52YKRP7XRRRZZ3NRCXFUX' ]
646
658
 
647
659
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Return Message
648
660
  
649
661
  🌳 DVN Auth Entry Tree:
650
- 📞 CDAWZZ4Z5TUZ73MSZLMJ7CCW7XCYFRA4PT74MEJLWGGK3LZV7A4CCSXT...verify()
662
+ 📞 CB3Y42BT777UPHUZKVBHFHMULQ5SLFPPTFHDQ3I3TLCNMPJZ27VZXRVR...verify()
651
663
 
652
- 📝 Signature payload (soroban auth hash): e8ae9502e8a40797c69090814e434c76d11af0b4a984ab7e17e6fba75cd1459d
653
- ✍️ Admin Ed25519 signature created: c65f122dd856867a1a00cde95ae7038b...
654
- 📝 Call hash for multisig: 4a15cd817a9820e53a3bfdb77e263b9a70693140050de4f920f4f14afbe6ede5
664
+ 📝 Signature payload (soroban auth hash): 9b4b02fb19a84918a0526ed7ae4580d0462222b3efd98871fb4dcab08d934337
665
+ ✍️ Admin Ed25519 signature created: 232f0e8d55480acec9ce99303472520c...
666
+ 📝 Call hash for multisig: 75f586184d943c2536864df5d7f8eca314f146af0b8ed213a4889649cb9a19cd
655
667
 
656
668
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Return Message
657
- ✍️ Multisig signature created: 9c327f57480a6819cab72ec792e05a71...
669
+ ✍️ Multisig signature created: 0774f9ac2002b5de44e29b62e5ece689...
658
670
 
659
671
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Return Message
660
672
  
@@ -680,9 +692,9 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
680
692
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Receive Return Message (lz_receive)
681
693
  ✅ Simulation complete
682
694
  Auth entries returned: 1
683
- Processing auth entry for address: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
695
+ Processing auth entry for address: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
684
696
  Auth entry tree:
685
- 📞 CDFIXYSO5N26ML72UHHZATHEW5KEH45BZCXH3OMLXCKZTE5T35F2B6HM...lz_receive()
697
+ 📞 CD3HQ6N6EEJJ4FZLBLOEO6WPAGV6XT6YJDCIZ6RDJ62Z442CXOEKMCCY...lz_receive()
686
698
  ✍️ Signing executor auth entry (Abstract Account)...
687
699
 
688
700
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Receive Return Message (lz_receive)
@@ -696,7 +708,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
696
708
  ✅ Transaction envelope signed
697
709
 
698
710
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Receive Return Message (lz_receive)
699
- ✅ Transaction sent, hash: 1b5ad1987cedc0a5fdb9f06d02aa706474bf37e27f366d73bcf028f7ca873b25
711
+ ✅ Transaction sent, hash: f7814a3a4543b6ecc824555d10426d18dec4a25e49c3d87535997aca6d585e62
700
712
 
701
713
  stdout | test/counter-uln.test.ts > Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Receive Return Message (lz_receive)
702
714
  ✅ Transaction completed successfully
@@ -711,47 +723,47 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
711
723
  Workflow: Send ComposedABA → DVN Verify → Commit → native_drop_and_execute
712
724
  → lz_compose (sends return) → DVN Verify → Commit → lz_receive
713
725
 
714
- ✓ test/counter-uln.test.ts (14 tests) 23988ms
715
- ✓ Counter with ULN302 testing > Deploy Counter > Deploy Counter  4712ms
716
- ✓ Counter with ULN302 testing > Deploy Counter > Set Counter Peer  1097ms
717
- ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Counter Increment (Composed ABA with Native Drop)  1740ms
718
- ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Scan PacketSent Events (Composed ABA)  1011ms
719
- ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Message (Composed ABA)  1271ms
720
- ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Commit Verification (Composed ABA)  2619ms
721
- ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute native_drop_and_execute (Composed ABA)  2484ms
722
- ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute lz_compose (Composed ABA)  1751ms
723
- ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Scan Return PacketSent Events  1011ms
724
- ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Return Message  2810ms
725
- ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Commit Verification (Return Message)  1102ms
726
- ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Receive Return Message (lz_receive)  2372ms
726
+ ✓ test/counter-uln.test.ts (14 tests) 21842ms
727
+ ✓ Counter with ULN302 testing > Deploy Counter > Deploy Counter  2298ms
728
+ ✓ Counter with ULN302 testing > Deploy Counter > Set Counter Peer  1149ms
729
+ ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Counter Increment (Composed ABA with Native Drop)  1943ms
730
+ ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Scan PacketSent Events (Composed ABA)  1023ms
731
+ ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Message (Composed ABA)  2858ms
732
+ ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Commit Verification (Composed ABA)  1173ms
733
+ ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute native_drop_and_execute (Composed ABA)  2559ms
734
+ ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Execute lz_compose (Composed ABA)  2942ms
735
+ ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Scan Return PacketSent Events  1016ms
736
+ ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > DVN Verifies Return Message  1347ms
737
+ ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Commit Verification (Return Message)  1104ms
738
+ ✓ Counter with ULN302 testing > Counter Increment with Composed ABA and Native Drop > Receive Return Message (lz_receive)  2418ms
727
739
  stdout | test/counter-sml.test.ts > Counter with SML testing
728
740
  
729
741
  📋 Protocol addresses injected from globalSetup
730
- Endpoint: CAAXJXFDDUYTAASU5K6HTINGPGOCX4RZQCHWE2EJR2OKGNVMVNHKS6R6
731
- SML: CDFATRHI66X73D5BMRVAINMAYK4QZ3NOPFVYVIJ43T2FB2AKPDXWEVIJ
732
- Executor: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
733
- Executor Helper: CCBGQAHT55533N27BNRUQBQQMIABCH7O2RNSPO5ODNYWMSKFNM5SAIOS
742
+ Endpoint: CCYHNLAKLLLV4OSKM7YTYPIN2URC6XAXRSPWGCWCGAJT5LYAUNMV5DUV
743
+ SML: CBY5FT36DWEJ5BW4PY5ZBPVZO2ZCVBZOS27OXRVDKEC2HM7XQI7JDQQX
744
+ Executor: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
745
+ Executor Helper: CAUJQ5S6UC5HDLFVYYVDZULNXPQVRUQTZQICZ7MTN7IUUWQBZD3YOP2A
734
746
 
735
747
  stdout | test/counter-sml.test.ts > Counter with SML testing > Deploy Counter > Deploy Counter
736
748
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/counter.wasm
737
749
  📤 Uploading WASM...
738
- 📦 WASM buffer size: 37218 bytes (36.35 KB)
750
+ 📦 WASM buffer size: 40111 bytes (39.17 KB)
739
751
 
740
752
  stdout | test/counter-sml.test.ts > Counter with SML testing > Deploy Counter > Deploy Counter
741
- 💰 Upload transaction fee: 841087 stroops (0.0841087 XLM)
753
+ 💰 Upload transaction fee: 902902 stroops (0.0902902 XLM)
742
754
 
743
755
  stdout | test/counter-sml.test.ts > Counter with SML testing > Deploy Counter > Deploy Counter
744
- ⏰ WASM TTL: live until ledger 121069 (120935 ledgers remaining, ~7.00 days)
756
+ ⏰ WASM TTL: live until ledger 121077 (120937 ledgers remaining, ~7.00 days)
745
757
 
746
758
  stdout | test/counter-sml.test.ts > Counter with SML testing > Deploy Counter > Deploy Counter
747
- ✅ WASM uploaded, hash: 18404f479f5466a66b07e3a44c751b3cb012dd185874584c98603a7974d3d8af
759
+ ✅ WASM uploaded, hash: 85427aebe5a3f0a70bb9c3c4b5ea70ffd885c17e9fec536cfa04b4d48230b605
748
760
  🚀 Deploying contract...
749
761
 
750
762
  stdout | test/counter-sml.test.ts > Counter with SML testing > Deploy Counter > Deploy Counter
751
- ✅ Contract deployed at: CDRLQAXGT7CG7OVR4A54OS564WDO4XUV4Q5L2SM6GUNE5CX2PFJAHXNW
763
+ ✅ Contract deployed at: CCYST42ZVPYYDELHUMYQ7SXIE3BV4EZZB7XVS7BLBJCLWKCYNWFEK76T
752
764
 
753
765
  stdout | test/counter-sml.test.ts > Counter with SML testing > Deploy Counter > Deploy Counter
754
- ✅ Counter deployed: CDRLQAXGT7CG7OVR4A54OS564WDO4XUV4Q5L2SM6GUNE5CX2PFJAHXNW
766
+ ✅ Counter deployed: CCYST42ZVPYYDELHUMYQ7SXIE3BV4EZZB7XVS7BLBJCLWKCYNWFEK76T
755
767
 
756
768
  stdout | test/counter-sml.test.ts > Counter with SML testing > Wire Counter to use SML > Set Counter Send Library to SML
757
769
  ✅ Counter send library set to SML
@@ -775,7 +787,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
775
787
  📦 Scanning for PacketSent events...
776
788
 
777
789
  stdout | test/counter-sml.test.ts > Counter with SML testing > Counter ABA Messaging > Scan PacketSent Events
778
- 🔍 Scanning events from ledger 144
790
+ 🔍 Scanning events from ledger 150
779
791
 
780
792
  stdout | test/counter-sml.test.ts > Counter with SML testing > Counter ABA Messaging > Scan PacketSent Events
781
793
  ✅ Found 1 events
@@ -799,16 +811,16 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
799
811
  Auth entries returned: 3
800
812
  Processing auth entry for address: GC72DFYB5KMI4IHRX63L3PTJ73XCZD6NM5BLHQOHNNJKNZVIIVMK3RTH
801
813
  Auth entry tree:
802
- 📞 CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D...native_drop()
814
+ 📞 CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6...native_drop()
803
815
  📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
804
816
  ✍️ Signing admin auth entry (regular account)...
805
817
  Processing auth entry for address: GC72DFYB5KMI4IHRX63L3PTJ73XCZD6NM5BLHQOHNNJKNZVIIVMK3RTH
806
818
  Auth entry tree:
807
819
  📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
808
820
  ✍️ Signing admin auth entry (regular account)...
809
- Processing auth entry for address: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
821
+ Processing auth entry for address: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
810
822
  Auth entry tree:
811
- 📞 CDRLQAXGT7CG7OVR4A54OS564WDO4XUV4Q5L2SM6GUNE5CX2PFJAHXNW...lz_receive()
823
+ 📞 CCYST42ZVPYYDELHUMYQ7SXIE3BV4EZZB7XVS7BLBJCLWKCYNWFEK76T...lz_receive()
812
824
  📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
813
825
  ✍️ Signing executor auth entry (Abstract Account)...
814
826
 
@@ -823,7 +835,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
823
835
  ✅ Transaction envelope signed
824
836
 
825
837
  stdout | test/counter-sml.test.ts > Counter with SML testing > Counter ABA Messaging > Receive Counter Message (ABA - triggers response)
826
- ✅ Transaction sent, hash: 7f2f53591d19b001a000899e6c1841c07e615c6ed4b286dd0115c8b4a42cbf25
838
+ ✅ Transaction sent, hash: 3e85b402d940bbd5a5c6d000827307739e7ef573be93c92c97870f319aee2594
827
839
 
828
840
  stdout | test/counter-sml.test.ts > Counter with SML testing > Counter ABA Messaging > Receive Counter Message (ABA - triggers response)
829
841
  ✅ Transaction completed successfully
@@ -835,8 +847,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
835
847
  📦 Scanning for PacketSent events...
836
848
 
837
849
  stdout | test/counter-sml.test.ts > Counter with SML testing > Counter ABA Messaging > Scan ABA Response PacketSent Events
838
- 🔍 Scanning events from ledger 148
839
- Waiting for next ledger...
850
+ 🔍 Scanning events from ledger 154
840
851
 
841
852
  stdout | test/counter-sml.test.ts > Counter with SML testing > Counter ABA Messaging > Scan ABA Response PacketSent Events
842
853
  ✅ Found 2 events
@@ -862,9 +873,9 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
862
873
  Auth entry tree:
863
874
  📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
864
875
  ✍️ Signing admin auth entry (regular account)...
865
- Processing auth entry for address: CB5EEPA7LHQ6X2FK7Q2U7YCE2BSNOB7S65KXHBZJQ4RI32GQCD5O5R4D
876
+ Processing auth entry for address: CBH5IW337SJR27M7MAI46P2ISUTZS5IAFHECT5WWM7ECO4IIJJJNZMZ6
866
877
  Auth entry tree:
867
- 📞 CDRLQAXGT7CG7OVR4A54OS564WDO4XUV4Q5L2SM6GUNE5CX2PFJAHXNW...lz_receive()
878
+ 📞 CCYST42ZVPYYDELHUMYQ7SXIE3BV4EZZB7XVS7BLBJCLWKCYNWFEK76T...lz_receive()
868
879
  📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
869
880
  ✍️ Signing executor auth entry (Abstract Account)...
870
881
 
@@ -879,7 +890,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
879
890
  ✅ Transaction envelope signed
880
891
 
881
892
  stdout | test/counter-sml.test.ts > Counter with SML testing > Counter ABA Messaging > Receive ABA Response Message
882
- ✅ Transaction sent, hash: 82d54cf33a3972245182046e18e92196cf6796ca91f1aa7953a79438fea0910d
893
+ ✅ Transaction sent, hash: 574faf8173b442dedc325e97959cde95996c356b9113b3d2fbe9c99985fd40ca
883
894
 
884
895
  stdout | test/counter-sml.test.ts > Counter with SML testing > Counter ABA Messaging > Receive ABA Response Message
885
896
  ✅ Transaction completed successfully
@@ -891,17 +902,16 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
891
902
  Request: Counter → Counter (ABA)
892
903
  Response: Counter → Counter (Vanilla)
893
904
 
894
- ✓ test/counter-sml.test.ts (11 tests) 22014ms
895
- ✓ Counter with SML testing > Deploy Counter > Deploy Counter  4679ms
896
- ✓ Counter with SML testing > Wire Counter to use SML > Set Counter Send Library to SML  1143ms
897
- ✓ Counter with SML testing > Wire Counter to use SML > Set Counter Receive Library to SML  2628ms
898
- ✓ Counter with SML testing > Wire Counter to use SML > Set Counter Peer  1095ms
899
- ✓ Counter with SML testing > Counter ABA Messaging > Counter Increment (ABA)  2815ms
900
- ✓ Counter with SML testing > Counter ABA Messaging > Verify Counter Message  1092ms
901
- ✓ Counter with SML testing > Counter ABA Messaging > Receive Counter Message (ABA - triggers response)  2554ms
902
- ✓ Counter with SML testing > Counter ABA Messaging > Scan ABA Response PacketSent Events  1020ms
903
- ✓ Counter with SML testing > Counter ABA Messaging > Verify ABA Response Message  2607ms
904
- ✓ Counter with SML testing > Counter ABA Messaging > Receive ABA Response Message  2364ms
905
+ ✓ test/counter-sml.test.ts (11 tests) 19953ms
906
+ ✓ Counter with SML testing > Deploy Counter > Deploy Counter  4723ms
907
+ ✓ Counter with SML testing > Wire Counter to use SML > Set Counter Send Library to SML  2651ms
908
+ ✓ Counter with SML testing > Wire Counter to use SML > Set Counter Receive Library to SML  1146ms
909
+ ✓ Counter with SML testing > Wire Counter to use SML > Set Counter Peer  1113ms
910
+ ✓ Counter with SML testing > Counter ABA Messaging > Counter Increment (ABA)  2919ms
911
+ ✓ Counter with SML testing > Counter ABA Messaging > Verify Counter Message  1125ms
912
+ ✓ Counter with SML testing > Counter ABA Messaging > Receive Counter Message (ABA - triggers response)  2679ms
913
+ ✓ Counter with SML testing > Counter ABA Messaging > Verify ABA Response Message  1089ms
914
+ ✓ Counter with SML testing > Counter ABA Messaging > Receive ABA Response Message  2479ms
905
915
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Contract Deployments > Deploy Upgrader Contract
906
916
  📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/upgrader.wasm
907
917
  📤 Uploading WASM...
@@ -911,17 +921,17 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
911
921
  💰 Upload transaction fee: 1332096 stroops (0.1332096 XLM)
912
922
 
913
923
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Contract Deployments > Deploy Upgrader Contract
914
- ⏰ WASM TTL: live until ledger 121115 (120959 ledgers remaining, ~7.00 days)
924
+ ⏰ WASM TTL: live until ledger 121119 (120959 ledgers remaining, ~7.00 days)
915
925
 
916
926
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Contract Deployments > Deploy Upgrader Contract
917
927
  ✅ WASM uploaded, hash: 250cba854264d9d437c960e9f8ed838dbf39876947b4fb84c5a209a39b794da6
918
928
  🚀 Deploying contract...
919
929
 
920
930
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Contract Deployments > Deploy Upgrader Contract
921
- ✅ Contract deployed at: CCMGRTPLVRZGUH6UVVVGPXLXWZL4AMI3G54IIDO4NT6ZQRFMDT2IYEML
931
+ ✅ Contract deployed at: CDVKZM64756FFJEIYJMSGXLUYU4WEJN4EXOZQXTVTVZLVTAZSHERFMYY
922
932
 
923
933
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Contract Deployments > Deploy Upgrader Contract
924
- ✅ Upgrader deployed at: CCMGRTPLVRZGUH6UVVVGPXLXWZL4AMI3G54IIDO4NT6ZQRFMDT2IYEML
934
+ ✅ Upgrader deployed at: CDVKZM64756FFJEIYJMSGXLUYU4WEJN4EXOZQXTVTVZLVTAZSHERFMYY
925
935
 
926
936
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Contract Deployments > Deploy Test Upgradeable Contract V1
927
937
  📖 Reading Test Contract V1 WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/contracts/upgrader/src/tests/test_data/test_upgradeable_contract1.wasm
@@ -931,14 +941,14 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
931
941
  💰 Upload transaction fee: 4120294 stroops (0.4120294 XLM)
932
942
 
933
943
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Contract Deployments > Deploy Test Upgradeable Contract V1
934
- ⏰ WASM TTL: live until ledger 121119 (120959 ledgers remaining, ~7.00 days)
944
+ ⏰ WASM TTL: live until ledger 121123 (120959 ledgers remaining, ~7.00 days)
935
945
 
936
946
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Contract Deployments > Deploy Test Upgradeable Contract V1
937
947
  ✅ Test Contract V1 WASM uploaded, hash: 9fb48823f5df25ebe4f0a89d8c73d1ced2665d5e63c4db558717ae4394ccc3d3
938
948
  🚀 Deploying Test Contract V1...
939
949
 
940
950
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Contract Deployments > Deploy Test Upgradeable Contract V1
941
- ✅ Test Contract V1 deployed at: CBWDC25QRRQ2DAXLPPKDODDMUCP3QD4W7HC4Z6XXHWJU3SDNHCD5XCHA
951
+ ✅ Test Contract V1 deployed at: CB5TM2X7V57NXX5NMR7E747LTPWE4WU6QVPHKJT2QSVSHFUVJHD5LAJ4
942
952
 
943
953
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Contract Deployments > Verify Test Contract V1 Counter
944
954
  ✅ Test Contract V1 counter value: 1
@@ -951,14 +961,14 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
951
961
  💰 Upload transaction fee: 4164122 stroops (0.4164122 XLM)
952
962
 
953
963
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Upgrade Workflow > Upload Test Contract V2 WASM
954
- ⏰ WASM TTL: live until ledger 121121 (120959 ledgers remaining, ~7.00 days)
964
+ ⏰ WASM TTL: live until ledger 121126 (120959 ledgers remaining, ~7.00 days)
955
965
 
956
966
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Upgrade Workflow > Upload Test Contract V2 WASM
957
967
  ✅ Test Contract V2 WASM uploaded, hash: aaa6e6710fc91d2d72055ed744b9f359a49b4b16fa6cfd069ea747a387e9f5a2
958
968
 
959
969
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Upgrade Workflow > Test Upgrader Contract Can Be Called
960
970
  🔄 Testing upgrader contract call...
961
- Contract address: CBWDC25QRRQ2DAXLPPKDODDMUCP3QD4W7HC4Z6XXHWJU3SDNHCD5XCHA
971
+ Contract address: CB5TM2X7V57NXX5NMR7E747LTPWE4WU6QVPHKJT2QSVSHFUVJHD5LAJ4
962
972
  New WASM hash: aaa6e6710fc91d2d72055ed744b9f359a49b4b16fa6cfd069ea747a387e9f5a2
963
973
 
964
974
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Upgrade Workflow > Test Upgrader Contract Can Be Called
@@ -977,7 +987,7 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
977
987
  ✅ Transaction envelope signed
978
988
 
979
989
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Upgrade Workflow > Test Upgrader Contract Can Be Called
980
- ✅ Transaction sent, hash: 52028eb4a35499a0193f006934de65988021cb7b4728c66ecaa5261706a9b5d8
990
+ ✅ Transaction sent, hash: e69b77fc08680c8be1d2b61089dd03a104f8513886d2cba1e1082411f862a0fa
981
991
 
982
992
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Upgrade Workflow > Test Upgrader Contract Can Be Called
983
993
  ✅ Upgrade transaction completed
@@ -989,17 +999,17 @@ Deploying SAC for asset: OFT:GDSYLMZQWJWZKWFLKOC3QNFDAAMJPTHQKQ74EUZB72E55INSKPP
989
999
  stdout | test/upgrader.test.ts > Upgrader Contract Testing > Upgrade Workflow > Verify Test Contract V1 Counter Still Works After Upgrade
990
1000
  ✅ Test Contract V2 counter value (from V1): 1
991
1001
 
992
- ✓ test/upgrader.test.ts (7 tests) 9899ms
993
- ✓ Upgrader Contract Testing > Contract Deployments > Deploy Upgrader Contract  4603ms
994
- ✓ Upgrader Contract Testing > Contract Deployments > Deploy Test Upgradeable Contract V1  2087ms
995
- ✓ Upgrader Contract Testing > Upgrade Workflow > Upload Test Contract V2 WASM  1058ms
996
- ✓ Upgrader Contract Testing > Upgrade Workflow > Test Upgrader Contract Can Be Called  2070ms
1002
+ ✓ test/upgrader.test.ts (7 tests) 10995ms
1003
+ ✓ Upgrader Contract Testing > Contract Deployments > Deploy Upgrader Contract  4620ms
1004
+ ✓ Upgrader Contract Testing > Contract Deployments > Deploy Test Upgradeable Contract V1  2125ms
1005
+ ✓ Upgrader Contract Testing > Upgrade Workflow > Upload Test Contract V2 WASM  2076ms
1006
+ ✓ Upgrader Contract Testing > Upgrade Workflow > Test Upgrader Contract Can Be Called  2071ms
997
1007
 
998
1008
   Test Files  4 passed (4)
999
1009
   Tests  55 passed (55)
1000
1010
  Type Errors  no errors
1001
-  Start at  16:14:00
1002
-  Duration  191.10s (transform 499ms, setup 0ms, collect 938ms, tests 93.13s, environment 0ms, prepare 175ms)
1011
+  Start at  00:20:28
1012
+  Duration  226.44s (transform 722ms, setup 0ms, collect 1.93s, tests 91.27s, environment 0ms, prepare 188ms)
1003
1013
 
1004
1014
 
1005
1015
  ========================================