@layerzerolabs/layerzero-v2-ton 3.0.12-ton.0 → 3.0.13-ton.0

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 (92) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/build/AllStorages.boc +0 -0
  3. package/build/AllStorages.compiled.json +1 -1
  4. package/build/AllStorages.fif +13 -1
  5. package/build/BaseContract.test.fif +16 -9
  6. package/build/Channel.boc +0 -0
  7. package/build/Channel.compiled.json +1 -1
  8. package/build/Channel.fif +132 -24
  9. package/build/Channel.permissions.test.boc +0 -0
  10. package/build/Channel.permissions.test.compiled.json +1 -1
  11. package/build/Channel.permissions.test.fif +124 -92
  12. package/build/ChannelBurn.test.boc +0 -0
  13. package/build/ChannelBurn.test.compiled.json +1 -1
  14. package/build/ChannelBurn.test.fif +124 -92
  15. package/build/ChannelCommitPacket.test.boc +0 -0
  16. package/build/ChannelCommitPacket.test.compiled.json +1 -1
  17. package/build/ChannelCommitPacket.test.fif +140 -120
  18. package/build/ChannelConfig.test.boc +0 -0
  19. package/build/ChannelConfig.test.compiled.json +1 -1
  20. package/build/ChannelConfig.test.fif +124 -92
  21. package/build/ChannelInitialize.test.boc +0 -0
  22. package/build/ChannelInitialize.test.compiled.json +1 -1
  23. package/build/ChannelInitialize.test.fif +124 -92
  24. package/build/ChannelMsglibIntegration.test.boc +0 -0
  25. package/build/ChannelMsglibIntegration.test.compiled.json +1 -1
  26. package/build/ChannelMsglibIntegration.test.fif +129 -96
  27. package/build/ChannelMsglibSendCallback.test.boc +0 -0
  28. package/build/ChannelMsglibSendCallback.test.compiled.json +1 -1
  29. package/build/ChannelMsglibSendCallback.test.fif +124 -92
  30. package/build/ChannelNilify.test.boc +0 -0
  31. package/build/ChannelNilify.test.compiled.json +1 -1
  32. package/build/ChannelNilify.test.fif +126 -96
  33. package/build/ChannelReceive.test.boc +0 -0
  34. package/build/ChannelReceive.test.compiled.json +1 -1
  35. package/build/ChannelReceive.test.fif +140 -100
  36. package/build/ChannelReceiveCallback.test.boc +0 -0
  37. package/build/ChannelReceiveCallback.test.compiled.json +1 -1
  38. package/build/ChannelReceiveCallback.test.fif +124 -92
  39. package/build/ChannelReceiveView.test.boc +0 -0
  40. package/build/ChannelReceiveView.test.compiled.json +1 -1
  41. package/build/ChannelReceiveView.test.fif +124 -92
  42. package/build/ChannelSend.test.boc +0 -0
  43. package/build/ChannelSend.test.compiled.json +1 -1
  44. package/build/ChannelSend.test.fif +124 -92
  45. package/build/Connection.boc +0 -0
  46. package/build/Connection.compiled.json +1 -1
  47. package/build/Connection.fif +84 -1
  48. package/build/Connection.test.fif +16 -9
  49. package/build/Controller.assertions.test.fif +16 -9
  50. package/build/Controller.boc +0 -0
  51. package/build/Controller.compiled.json +1 -1
  52. package/build/Controller.fif +84 -1
  53. package/build/Controller.permissions.test.fif +16 -9
  54. package/build/Controller.test.fif +16 -9
  55. package/build/Counter.boc +0 -0
  56. package/build/Counter.compiled.json +1 -1
  57. package/build/Counter.fif +16 -9
  58. package/build/Counter.permissions.test.fif +16 -9
  59. package/build/Counter.setters.test.fif +16 -9
  60. package/build/Counter.test.fif +16 -9
  61. package/build/Dvn.test.fif +16 -9
  62. package/build/Endpoint.boc +0 -0
  63. package/build/Endpoint.compiled.json +1 -1
  64. package/build/Endpoint.fif +84 -1
  65. package/build/Endpoint.permissions.test.fif +16 -9
  66. package/build/Endpoint.test.fif +16 -9
  67. package/build/EndpointSetEpConfigDefaults.test.fif +16 -9
  68. package/build/Executor.test.fif +16 -9
  69. package/build/SmlConnection.boc +0 -0
  70. package/build/SmlConnection.compiled.json +1 -1
  71. package/build/SmlConnection.fif +84 -1
  72. package/build/SmlConnection.permissions.test.fif +16 -9
  73. package/build/SmlConnection.test.fif +16 -9
  74. package/build/SmlManager.boc +0 -0
  75. package/build/SmlManager.compiled.json +1 -1
  76. package/build/SmlManager.fif +84 -1
  77. package/build/SmlManager.permissions.test.fif +16 -9
  78. package/build/SmlManager.test.fif +16 -9
  79. package/build/Uln.boc +0 -0
  80. package/build/Uln.compiled.json +1 -1
  81. package/build/Uln.fif +84 -1
  82. package/build/Uln.test.fif +16 -9
  83. package/build/UlnManager.boc +0 -0
  84. package/build/UlnManager.compiled.json +1 -1
  85. package/build/UlnManager.fif +84 -1
  86. package/build/UlnManager.test.fif +16 -9
  87. package/build/UlnSend.test.fif +16 -9
  88. package/build/WorkerCore.test.fif +16 -9
  89. package/package.json +6 -1
  90. package/src/classes/msgdata/ChannelNonceInfo.fc +3 -3
  91. package/src/classes/msgdata/LzReceivePrepare.fc +18 -0
  92. package/src/funC++/actions/dispatch.fc +10 -6
@@ -1,5 +1,5 @@
1
1
  "Asm.fif" include
2
- // automatically generated from `src/protocol/channel/tests/channelReceive.fc` incl:`src/protocol/channel/tests/../handler.fc` incl:`src/protocol/channel/tests/../callbackOpcodes.fc` incl:`src/protocol/channel/tests/../../../classes/lz/EpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/classlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/utils.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/constants.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/stdlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/stringlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/Packet.fc` incl:`src/protocol/channel/tests/../../../classes/lz/Path.fc` incl:`src/protocol/channel/tests/../../../classes/lz/ReceiveEpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/lz/SendEpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/ChannelNonceInfo.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/CoinsAmount.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/ExtendedMd.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/LzReceiveStatus.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/LzSend.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MdAddress.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MdObj.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MessagingReceipt.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MsglibSendCallback.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/Nonce.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/PacketId.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/PacketSent.fc` incl:`src/protocol/channel/tests/../../core/abstract/protocolHandler.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/handlerCore.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/utils.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/../txnContext.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/baseInterface.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/abstract/handlerAbstract.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/call.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/deploy.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/event.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/payment.fc` incl:`src/protocol/channel/tests/../../core/abstract/../baseStorage.fc` incl:`src/protocol/channel/tests/../../../funC++/dataStructures/DeterministicInsertionCircularQueue.fc` incl:`src/protocol/channel/tests/../../../funC++/dataStructures/PipelinedOutOfOrder.fc` incl:`src/protocol/channel/tests/../../interfaces.fc` incl:`src/protocol/channel/tests/../../channel/interface.fc` incl:`src/protocol/channel/tests/../../controller/interface.fc` incl:`src/protocol/channel/tests/../../endpoint/interface.fc` incl:`src/protocol/channel/tests/../../msglibs/interface.fc` incl:`src/protocol/channel/tests/../storage.fc` incl:`src/protocol/channel/tests/channelReceiveUtils.fc` incl:`src/protocol/channel/tests/../../../../tests/mocks.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/SetSmlManagerConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/consts.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/interface.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/storage.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/../msgdata/UlnReceiveConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/../msgdata/UlnSendConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/lz/MsglibInfo.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/msgdata/UlnWorkerInfo.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/lz/SmlJobAssigned.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsExtended.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsV1.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsV2.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/SetEpConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/BytesEncoder.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/msgdata/UlnSend.fc` incl:`src/protocol/channel/tests/../../../../tests/baseContractTest.fc` incl:`src/protocol/channel/tests/../../../../tests/./testMain.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/funC++/actions/sendJettons.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/funC++/actions/destroy.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/funC++/actions/dispatch.fc` incl:`src/protocol/channel/tests/../../../../tests/protocolStorageTestUtils.fc`
2
+ // automatically generated from `src/protocol/channel/tests/channelReceive.fc` incl:`src/protocol/channel/tests/../handler.fc` incl:`src/protocol/channel/tests/../callbackOpcodes.fc` incl:`src/protocol/channel/tests/../../../classes/lz/EpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/classlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/utils.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/constants.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/stdlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/../../funC++/stringlib.fc` incl:`src/protocol/channel/tests/../../../classes/lz/Packet.fc` incl:`src/protocol/channel/tests/../../../classes/lz/Path.fc` incl:`src/protocol/channel/tests/../../../classes/lz/ReceiveEpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/lz/SendEpConfig.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/ChannelNonceInfo.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/CoinsAmount.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/ExtendedMd.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/LzReceiveStatus.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/LzSend.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MdAddress.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MdObj.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MessagingReceipt.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/MsglibSendCallback.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/Nonce.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/PacketId.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/PacketSent.fc` incl:`src/protocol/channel/tests/../../core/abstract/protocolHandler.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/handlerCore.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/utils.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/../txnContext.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/baseInterface.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/abstract/handlerAbstract.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/call.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/deploy.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/event.fc` incl:`src/protocol/channel/tests/../../core/abstract/../../../funC++/actions/payment.fc` incl:`src/protocol/channel/tests/../../core/abstract/../baseStorage.fc` incl:`src/protocol/channel/tests/../../../funC++/dataStructures/DeterministicInsertionCircularQueue.fc` incl:`src/protocol/channel/tests/../../../funC++/dataStructures/PipelinedOutOfOrder.fc` incl:`src/protocol/channel/tests/../../interfaces.fc` incl:`src/protocol/channel/tests/../../channel/interface.fc` incl:`src/protocol/channel/tests/../../controller/interface.fc` incl:`src/protocol/channel/tests/../../endpoint/interface.fc` incl:`src/protocol/channel/tests/../../msglibs/interface.fc` incl:`src/protocol/channel/tests/../storage.fc` incl:`src/protocol/channel/tests/../../../classes/msgdata/LzReceivePrepare.fc` incl:`src/protocol/channel/tests/../../../funC++/actions/dispatch.fc` incl:`src/protocol/channel/tests/channelReceiveUtils.fc` incl:`src/protocol/channel/tests/../../../../tests/mocks.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/SetSmlManagerConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/consts.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/interface.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/storage.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/../msgdata/UlnReceiveConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/uln/../msgdata/UlnSendConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/lz/MsglibInfo.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/msgdata/UlnWorkerInfo.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/lz/SmlJobAssigned.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsExtended.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsV1.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/OptionsV2.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/classes/msgdata/SetEpConfig.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/BytesEncoder.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/protocol/msglibs/ultralightnode/msgdata/UlnSend.fc` incl:`src/protocol/channel/tests/../../../../tests/baseContractTest.fc` incl:`src/protocol/channel/tests/../../../../tests/./testMain.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/funC++/actions/sendJettons.fc` incl:`src/protocol/channel/tests/../../../../tests/../src/funC++/actions/destroy.fc` incl:`src/protocol/channel/tests/../../../../tests/protocolStorageTestUtils.fc`
3
3
  PROGRAM{
4
4
  DECLPROC cell_is_empty
5
5
  DECLPROC throwError
@@ -169,6 +169,12 @@ PROGRAM{
169
169
  116795 DECLMETHOD POOO::isBitSet
170
170
  68887 DECLMETHOD POOO::maxSettableBit
171
171
  82960 DECLMETHOD Channel::New
172
+ 84751 DECLMETHOD md::LzReceivePrepare::New
173
+ DECLPROC action::dispatch::New
174
+ DECLPROC action::dispatch::equals
175
+ DECLPROC _newAction<dispatch>
176
+ DECLPROC ~pushAction<dispatch>
177
+ DECLPROC executeDispatch
172
178
  DECLPROC _assertEqualPaths
173
179
  103253 DECLMETHOD _buildSendRequestQueueEntry
174
180
  131058 DECLMETHOD _readSendRequestQueueEntry
@@ -324,11 +330,6 @@ PROGRAM{
324
330
  DECLPROC executeSendJettons
325
331
  DECLPROC action::destroy::New
326
332
  DECLPROC action::destroy::equals
327
- DECLPROC action::dispatch::New
328
- DECLPROC action::dispatch::equals
329
- DECLPROC _newAction<dispatch>
330
- DECLPROC ~pushAction<dispatch>
331
- DECLPROC executeDispatch
332
333
  DECLPROC _callCheckPermissions
333
334
  DECLPROC forceAuthenticate
334
335
  DECLPROC createInitializedStorage
@@ -3794,6 +3795,87 @@ PROGRAM{
3794
3795
  11 TUPLE
3795
3796
  cl::declare INLINECALLDICT
3796
3797
  }>
3798
+ md::LzReceivePrepare::New PROC:<{
3799
+ 512274326030967563773296 PUSHINT
3800
+ 6 PUSHINT
3801
+ s0 s3 XCHG2
3802
+ PAIR
3803
+ 7 PUSHINT
3804
+ ROT
3805
+ PAIR
3806
+ PAIR
3807
+ cl::declare INLINECALLDICT
3808
+ }>
3809
+ action::dispatch::New PROCINLINE:<{
3810
+ 7235441202855961448 PUSHINT
3811
+ 4 -ROLL
3812
+ 5 TUPLE
3813
+ }>
3814
+ action::dispatch::equals PROC:<{
3815
+ OVER
3816
+ 3 INDEX
3817
+ OVER
3818
+ 3 INDEX
3819
+ compareObjectFields INLINECALLDICT
3820
+ s2 PUSH
3821
+ 0 INDEX
3822
+ s2 PUSH
3823
+ 0 INDEX
3824
+ EQUAL
3825
+ s3 PUSH
3826
+ 1 INDEX
3827
+ s3 PUSH
3828
+ 1 INDEX
3829
+ EQUAL
3830
+ AND
3831
+ s3 PUSH
3832
+ 2 INDEX
3833
+ s3 PUSH
3834
+ 2 INDEX
3835
+ EQUAL
3836
+ AND
3837
+ SWAP
3838
+ -1 EQINT
3839
+ AND
3840
+ s0 s2 XCHG
3841
+ 4 INDEX
3842
+ SWAP
3843
+ 4 INDEX
3844
+ EQUAL
3845
+ AND
3846
+ }>
3847
+ _newAction<dispatch> PROCINLINE:<{
3848
+ action::dispatch::New INLINECALLDICT
3849
+ }>
3850
+ ~pushAction<dispatch> PROCINLINE:<{
3851
+ _newAction<dispatch> INLINECALLDICT
3852
+ TPUSH
3853
+ }>
3854
+ executeDispatch PROC:<{
3855
+ 0 PUSHINT
3856
+ OVER
3857
+ 2 INDEX
3858
+ s2 PUSH
3859
+ 3 INDEX
3860
+ buildLayerzeroMessageBody INLINECALLDICT
3861
+ DUP
3862
+ 16 PUSHPOW2DEC
3863
+ CDATASIZE
3864
+ DROP
3865
+ 24 PUSHINT
3866
+ s4 PUSH
3867
+ 4 INDEX
3868
+ FALSE
3869
+ s0 s3 s4 XCHG3
3870
+ GETFORWARDFEE
3871
+ ADD
3872
+ s0 s3 XCHG
3873
+ 1 INDEX
3874
+ s3 s0 s3 XCHG3
3875
+ 0 PUSHINT
3876
+ sendNonTerminalAction INLINECALLDICT
3877
+ TRUE
3878
+ }>
3797
3879
  _assertEqualPaths PROCINLINE:<{
3798
3880
  SWAP
3799
3881
  cl::hash INLINECALLDICT
@@ -4447,39 +4529,46 @@ PROGRAM{
4447
4529
  -ROT
4448
4530
  cl::set INLINECALLDICT
4449
4531
  9 PUSHINT
4450
- s5 s5 XCPU
4532
+ s5 s0 PUSH2
4451
4533
  cl::get<cellRef> INLINECALLDICT
4452
- s2 s3 PUSH2
4534
+ s3 s4 PUSH2
4453
4535
  2 PUSHINT
4454
4536
  DeterministicInsertionCircularQueue::set INLINECALLDICT
4455
- s1 s5 s0 XCHG3
4456
4537
  cl::set INLINECALLDICT
4457
4538
  setContractStorage INLINECALLDICT
4539
+ s1 s2 XCHG
4458
4540
  30489385396431647050973345907531708794093175298667245388886869385143456646468 PUSHINT
4459
- SWAP
4541
+ s0 s3 XCHG2
4460
4542
  ~pushAction<event> INLINECALLDICT
4461
4543
  1578602291 PUSHINT
4462
- s0 s2 XCHG
4463
- md::Nonce::New INLINECALLDICT
4464
- getInitialStorage INLINECALLDICT
4465
- md::MdObj::New INLINECALLDICT
4544
+ s0 s3 XCHG
4545
+ 8 PUSHINT
4546
+ cl::get<objRef> INLINECALLDICT
4547
+ 0 PUSHINT
4548
+ cl::get<uint64> INLINECALLDICT
4549
+ s1 s2 XCHG
4550
+ md::ChannelNonceInfo::New INLINECALLDICT
4466
4551
  s3 s3 s0 XCHG3
4467
4552
  ~pushAction<call> INLINECALLDICT
4468
4553
  }>
4469
4554
  lzReceivePrepare PROCINLINE:<{
4470
4555
  preamble INLINECALLDICT
4471
- SWAP
4556
+ s2 PUSH
4557
+ 0 PUSHINT
4558
+ cl::get<uint64> INLINECALLDICT
4559
+ s0 s3 XCHG
4560
+ 1 PUSHINT
4561
+ cl::get<coins> INLINECALLDICT
4562
+ s0 s2 XCHG
4472
4563
  1 PUSHINT
4473
4564
  cl::get<objRef> INLINECALLDICT
4474
4565
  1 PUSHINT
4475
4566
  cl::get<uint256> INLINECALLDICT
4476
4567
  2547990604 PUSHINT
4477
- s0 s3 XCHG
4478
- 0 PUSHINT
4479
- cl::get<uint64> INLINECALLDICT
4568
+ s0 s4 XCHG
4480
4569
  _getExecutablePacket INLINECALLDICT
4481
- s1 s3 s0 XCHG3
4482
- ~pushAction<call> INLINECALLDICT
4570
+ s4 s0 s3 XCHG3
4571
+ ~pushAction<dispatch> INLINECALLDICT
4483
4572
  }>
4484
4573
  lzReceiveLock PROCINLINE:<{
4485
4574
  preamble INLINECALLDICT
@@ -4837,8 +4926,7 @@ PROGRAM{
4837
4926
  }>
4838
4927
  notifyPacketExecuted PROCINLINE:<{
4839
4928
  preamble INLINECALLDICT
4840
- NIP
4841
- OVER
4929
+ s2 PUSH
4842
4930
  0 PUSHINT
4843
4931
  cl::get<objRef> INLINECALLDICT
4844
4932
  DUP
@@ -4847,17 +4935,24 @@ PROGRAM{
4847
4935
  _viewExecutionStatus CALLDICT
4848
4936
  3 NEQINT
4849
4937
  IF:<{
4850
- DROP
4851
- NIP
4938
+ s1 s3 XCHG
4939
+ 3 BLKDROP
4852
4940
  }>ELSE<{
4853
- s0 s2 XCHG
4941
+ s0 s3 XCHG
4854
4942
  1 PUSHINT
4855
4943
  cl::get<address> INLINECALLDICT
4856
4944
  1578602291 PUSHINT
4857
- getInitialStorage INLINECALLDICT
4858
- s1 s4 XCHG
4859
- md::MdObj::New INLINECALLDICT
4860
- s1 s3 s0 XCHG3
4945
+ s0 s4 XCHG
4946
+ 0 PUSHINT
4947
+ cl::get<uint64> INLINECALLDICT
4948
+ s0 s3 XCHG
4949
+ 8 PUSHINT
4950
+ cl::get<objRef> INLINECALLDICT
4951
+ 0 PUSHINT
4952
+ cl::get<uint64> INLINECALLDICT
4953
+ s1 s3 XCHG
4954
+ md::ChannelNonceInfo::New INLINECALLDICT
4955
+ s1 s3 XCHG
4861
4956
  ~pushAction<call> INLINECALLDICT
4862
4957
  }>
4863
4958
  }>
@@ -6823,69 +6918,6 @@ PROGRAM{
6823
6918
  -1 EQINT
6824
6919
  AND
6825
6920
  }>
6826
- action::dispatch::New PROCINLINE:<{
6827
- 7235441202855961448 PUSHINT
6828
- 4 -ROLL
6829
- 5 TUPLE
6830
- }>
6831
- action::dispatch::equals PROC:<{
6832
- OVER
6833
- 3 INDEX
6834
- OVER
6835
- 3 INDEX
6836
- compareObjectFields INLINECALLDICT
6837
- s2 PUSH
6838
- 0 INDEX
6839
- s2 PUSH
6840
- 0 INDEX
6841
- EQUAL
6842
- s3 PUSH
6843
- 1 INDEX
6844
- s3 PUSH
6845
- 1 INDEX
6846
- EQUAL
6847
- AND
6848
- s3 PUSH
6849
- 2 INDEX
6850
- s3 PUSH
6851
- 2 INDEX
6852
- EQUAL
6853
- AND
6854
- SWAP
6855
- -1 EQINT
6856
- AND
6857
- s0 s2 XCHG
6858
- 4 INDEX
6859
- SWAP
6860
- 4 INDEX
6861
- EQUAL
6862
- AND
6863
- }>
6864
- _newAction<dispatch> PROCINLINE:<{
6865
- action::dispatch::New INLINECALLDICT
6866
- }>
6867
- ~pushAction<dispatch> PROCINLINE:<{
6868
- _newAction<dispatch> INLINECALLDICT
6869
- TPUSH
6870
- }>
6871
- executeDispatch PROC:<{
6872
- 24 PUSHINT
6873
- OVER
6874
- 4 INDEX
6875
- s2 PUSH
6876
- 1 INDEX
6877
- 0 PUSHINT
6878
- s4 PUSH
6879
- 2 INDEX
6880
- s0 s5 XCHG
6881
- 3 INDEX
6882
- s1 s5 s0 XCHG3
6883
- buildLayerzeroMessageBody INLINECALLDICT
6884
- s1 s3 s0 XCHG3
6885
- 0 PUSHINT
6886
- sendNonTerminalAction INLINECALLDICT
6887
- TRUE
6888
- }>
6889
6921
  _callCheckPermissions PROC:<{
6890
6922
  checkPermissions INLINECALLDICT
6891
6923
  0 PUSHINT
@@ -7330,7 +7362,8 @@ PROGRAM{
7330
7362
  cl::set INLINECALLDICT
7331
7363
  setContractStorage INLINECALLDICT
7332
7364
  42 PUSHINT
7333
- md::Nonce::New INLINECALLDICT
7365
+ 500000 PUSHINT
7366
+ md::LzReceivePrepare::New CALLDICT
7334
7367
  CONT:<{
7335
7368
  lzReceivePrepare CALLDICT
7336
7369
  }>
@@ -7338,7 +7371,8 @@ PROGRAM{
7338
7371
  2021 PUSHINT
7339
7372
  2547990604 PUSHINT
7340
7373
  MOCK_SEND_PACKET CALLDICT
7341
- _newAction<call> INLINECALLDICT
7374
+ 500000 PUSHINT
7375
+ _newAction<dispatch> INLINECALLDICT
7342
7376
  PAIR
7343
7377
  getContractStorage INLINECALLDICT
7344
7378
  txnContext GETGLOB
@@ -7351,7 +7385,8 @@ PROGRAM{
7351
7385
  lzReceivePrepare CALLDICT
7352
7386
  }>
7353
7387
  0 PUSHINT
7354
- md::Nonce::New INLINECALLDICT
7388
+ 500000 PUSHINT
7389
+ md::LzReceivePrepare::New CALLDICT
7355
7390
  248 PUSHINT
7356
7391
  test::handler::shouldFail PREPAREDICT
7357
7392
  4 2 CALLXARGS
@@ -7362,7 +7397,8 @@ PROGRAM{
7362
7397
  lzReceivePrepare CALLDICT
7363
7398
  }>
7364
7399
  42 PUSHINT
7365
- md::Nonce::New INLINECALLDICT
7400
+ 500000 PUSHINT
7401
+ md::LzReceivePrepare::New CALLDICT
7366
7402
  1529 PUSHINT
7367
7403
  test::handler::shouldFail PREPAREDICT
7368
7404
  4 2 CALLXARGS
@@ -7384,7 +7420,8 @@ PROGRAM{
7384
7420
  lzReceivePrepare CALLDICT
7385
7421
  }>
7386
7422
  SWAP
7387
- md::Nonce::New INLINECALLDICT
7423
+ 500000 PUSHINT
7424
+ md::LzReceivePrepare::New CALLDICT
7388
7425
  1529 PUSHINT
7389
7426
  test::handler::shouldFail PREPAREDICT
7390
7427
  4 2 CALLXARGS
@@ -7405,7 +7442,8 @@ PROGRAM{
7405
7442
  10 PUSHPOW2DEC
7406
7443
  ADD
7407
7444
  INC
7408
- md::Nonce::New INLINECALLDICT
7445
+ 500000 PUSHINT
7446
+ md::LzReceivePrepare::New CALLDICT
7409
7447
  1529 PUSHINT
7410
7448
  test::handler::shouldFail PREPAREDICT
7411
7449
  4 2 CALLXARGS
@@ -7427,7 +7465,8 @@ PROGRAM{
7427
7465
  lzReceivePrepare CALLDICT
7428
7466
  }>
7429
7467
  SWAP
7430
- md::Nonce::New INLINECALLDICT
7468
+ 500000 PUSHINT
7469
+ md::LzReceivePrepare::New CALLDICT
7431
7470
  1529 PUSHINT
7432
7471
  test::handler::shouldFail PREPAREDICT
7433
7472
  4 2 CALLXARGS
@@ -7447,7 +7486,8 @@ PROGRAM{
7447
7486
  lzReceivePrepare CALLDICT
7448
7487
  }>
7449
7488
  SWAP
7450
- md::Nonce::New INLINECALLDICT
7489
+ 500000 PUSHINT
7490
+ md::LzReceivePrepare::New CALLDICT
7451
7491
  1529 PUSHINT
7452
7492
  test::handler::shouldFail PREPAREDICT
7453
7493
  4 2 CALLXARGS