@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/channelCommitPacket.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/channelCommitPacket.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
@@ -3798,6 +3799,87 @@ PROGRAM{
3798
3799
  11 TUPLE
3799
3800
  cl::declare INLINECALLDICT
3800
3801
  }>
3802
+ md::LzReceivePrepare::New PROC:<{
3803
+ 512274326030967563773296 PUSHINT
3804
+ 6 PUSHINT
3805
+ s0 s3 XCHG2
3806
+ PAIR
3807
+ 7 PUSHINT
3808
+ ROT
3809
+ PAIR
3810
+ PAIR
3811
+ cl::declare INLINECALLDICT
3812
+ }>
3813
+ action::dispatch::New PROCINLINE:<{
3814
+ 7235441202855961448 PUSHINT
3815
+ 4 -ROLL
3816
+ 5 TUPLE
3817
+ }>
3818
+ action::dispatch::equals PROC:<{
3819
+ OVER
3820
+ 3 INDEX
3821
+ OVER
3822
+ 3 INDEX
3823
+ compareObjectFields INLINECALLDICT
3824
+ s2 PUSH
3825
+ 0 INDEX
3826
+ s2 PUSH
3827
+ 0 INDEX
3828
+ EQUAL
3829
+ s3 PUSH
3830
+ 1 INDEX
3831
+ s3 PUSH
3832
+ 1 INDEX
3833
+ EQUAL
3834
+ AND
3835
+ s3 PUSH
3836
+ 2 INDEX
3837
+ s3 PUSH
3838
+ 2 INDEX
3839
+ EQUAL
3840
+ AND
3841
+ SWAP
3842
+ -1 EQINT
3843
+ AND
3844
+ s0 s2 XCHG
3845
+ 4 INDEX
3846
+ SWAP
3847
+ 4 INDEX
3848
+ EQUAL
3849
+ AND
3850
+ }>
3851
+ _newAction<dispatch> PROCINLINE:<{
3852
+ action::dispatch::New INLINECALLDICT
3853
+ }>
3854
+ ~pushAction<dispatch> PROCINLINE:<{
3855
+ _newAction<dispatch> INLINECALLDICT
3856
+ TPUSH
3857
+ }>
3858
+ executeDispatch PROC:<{
3859
+ 0 PUSHINT
3860
+ OVER
3861
+ 2 INDEX
3862
+ s2 PUSH
3863
+ 3 INDEX
3864
+ buildLayerzeroMessageBody INLINECALLDICT
3865
+ DUP
3866
+ 16 PUSHPOW2DEC
3867
+ CDATASIZE
3868
+ DROP
3869
+ 24 PUSHINT
3870
+ s4 PUSH
3871
+ 4 INDEX
3872
+ FALSE
3873
+ s0 s3 s4 XCHG3
3874
+ GETFORWARDFEE
3875
+ ADD
3876
+ s0 s3 XCHG
3877
+ 1 INDEX
3878
+ s3 s0 s3 XCHG3
3879
+ 0 PUSHINT
3880
+ sendNonTerminalAction INLINECALLDICT
3881
+ TRUE
3882
+ }>
3801
3883
  _assertEqualPaths PROCINLINE:<{
3802
3884
  SWAP
3803
3885
  cl::hash INLINECALLDICT
@@ -4451,39 +4533,46 @@ PROGRAM{
4451
4533
  -ROT
4452
4534
  cl::set INLINECALLDICT
4453
4535
  9 PUSHINT
4454
- s5 s5 XCPU
4536
+ s5 s0 PUSH2
4455
4537
  cl::get<cellRef> INLINECALLDICT
4456
- s2 s3 PUSH2
4538
+ s3 s4 PUSH2
4457
4539
  2 PUSHINT
4458
4540
  DeterministicInsertionCircularQueue::set INLINECALLDICT
4459
- s1 s5 s0 XCHG3
4460
4541
  cl::set INLINECALLDICT
4461
4542
  setContractStorage INLINECALLDICT
4543
+ s1 s2 XCHG
4462
4544
  30489385396431647050973345907531708794093175298667245388886869385143456646468 PUSHINT
4463
- SWAP
4545
+ s0 s3 XCHG2
4464
4546
  ~pushAction<event> INLINECALLDICT
4465
4547
  1578602291 PUSHINT
4466
- s0 s2 XCHG
4467
- md::Nonce::New INLINECALLDICT
4468
- getInitialStorage INLINECALLDICT
4469
- md::MdObj::New INLINECALLDICT
4548
+ s0 s3 XCHG
4549
+ 8 PUSHINT
4550
+ cl::get<objRef> INLINECALLDICT
4551
+ 0 PUSHINT
4552
+ cl::get<uint64> INLINECALLDICT
4553
+ s1 s2 XCHG
4554
+ md::ChannelNonceInfo::New INLINECALLDICT
4470
4555
  s3 s3 s0 XCHG3
4471
4556
  ~pushAction<call> INLINECALLDICT
4472
4557
  }>
4473
4558
  lzReceivePrepare PROCINLINE:<{
4474
4559
  preamble INLINECALLDICT
4475
- SWAP
4560
+ s2 PUSH
4561
+ 0 PUSHINT
4562
+ cl::get<uint64> INLINECALLDICT
4563
+ s0 s3 XCHG
4564
+ 1 PUSHINT
4565
+ cl::get<coins> INLINECALLDICT
4566
+ s0 s2 XCHG
4476
4567
  1 PUSHINT
4477
4568
  cl::get<objRef> INLINECALLDICT
4478
4569
  1 PUSHINT
4479
4570
  cl::get<uint256> INLINECALLDICT
4480
4571
  2547990604 PUSHINT
4481
- s0 s3 XCHG
4482
- 0 PUSHINT
4483
- cl::get<uint64> INLINECALLDICT
4572
+ s0 s4 XCHG
4484
4573
  _getExecutablePacket INLINECALLDICT
4485
- s1 s3 s0 XCHG3
4486
- ~pushAction<call> INLINECALLDICT
4574
+ s4 s0 s3 XCHG3
4575
+ ~pushAction<dispatch> INLINECALLDICT
4487
4576
  }>
4488
4577
  lzReceiveLock PROCINLINE:<{
4489
4578
  preamble INLINECALLDICT
@@ -4841,8 +4930,7 @@ PROGRAM{
4841
4930
  }>
4842
4931
  notifyPacketExecuted PROCINLINE:<{
4843
4932
  preamble INLINECALLDICT
4844
- NIP
4845
- OVER
4933
+ s2 PUSH
4846
4934
  0 PUSHINT
4847
4935
  cl::get<objRef> INLINECALLDICT
4848
4936
  DUP
@@ -4851,17 +4939,24 @@ PROGRAM{
4851
4939
  _viewExecutionStatus CALLDICT
4852
4940
  3 NEQINT
4853
4941
  IF:<{
4854
- DROP
4855
- NIP
4942
+ s1 s3 XCHG
4943
+ 3 BLKDROP
4856
4944
  }>ELSE<{
4857
- s0 s2 XCHG
4945
+ s0 s3 XCHG
4858
4946
  1 PUSHINT
4859
4947
  cl::get<address> INLINECALLDICT
4860
4948
  1578602291 PUSHINT
4861
- getInitialStorage INLINECALLDICT
4862
- s1 s4 XCHG
4863
- md::MdObj::New INLINECALLDICT
4864
- s1 s3 s0 XCHG3
4949
+ s0 s4 XCHG
4950
+ 0 PUSHINT
4951
+ cl::get<uint64> INLINECALLDICT
4952
+ s0 s3 XCHG
4953
+ 8 PUSHINT
4954
+ cl::get<objRef> INLINECALLDICT
4955
+ 0 PUSHINT
4956
+ cl::get<uint64> INLINECALLDICT
4957
+ s1 s3 XCHG
4958
+ md::ChannelNonceInfo::New INLINECALLDICT
4959
+ s1 s3 XCHG
4865
4960
  ~pushAction<call> INLINECALLDICT
4866
4961
  }>
4867
4962
  }>
@@ -6851,69 +6946,6 @@ PROGRAM{
6851
6946
  -1 EQINT
6852
6947
  AND
6853
6948
  }>
6854
- action::dispatch::New PROCINLINE:<{
6855
- 7235441202855961448 PUSHINT
6856
- 4 -ROLL
6857
- 5 TUPLE
6858
- }>
6859
- action::dispatch::equals PROC:<{
6860
- OVER
6861
- 3 INDEX
6862
- OVER
6863
- 3 INDEX
6864
- compareObjectFields INLINECALLDICT
6865
- s2 PUSH
6866
- 0 INDEX
6867
- s2 PUSH
6868
- 0 INDEX
6869
- EQUAL
6870
- s3 PUSH
6871
- 1 INDEX
6872
- s3 PUSH
6873
- 1 INDEX
6874
- EQUAL
6875
- AND
6876
- s3 PUSH
6877
- 2 INDEX
6878
- s3 PUSH
6879
- 2 INDEX
6880
- EQUAL
6881
- AND
6882
- SWAP
6883
- -1 EQINT
6884
- AND
6885
- s0 s2 XCHG
6886
- 4 INDEX
6887
- SWAP
6888
- 4 INDEX
6889
- EQUAL
6890
- AND
6891
- }>
6892
- _newAction<dispatch> PROCINLINE:<{
6893
- action::dispatch::New INLINECALLDICT
6894
- }>
6895
- ~pushAction<dispatch> PROCINLINE:<{
6896
- _newAction<dispatch> INLINECALLDICT
6897
- TPUSH
6898
- }>
6899
- executeDispatch PROC:<{
6900
- 24 PUSHINT
6901
- OVER
6902
- 4 INDEX
6903
- s2 PUSH
6904
- 1 INDEX
6905
- 0 PUSHINT
6906
- s4 PUSH
6907
- 2 INDEX
6908
- s0 s5 XCHG
6909
- 3 INDEX
6910
- s1 s5 s0 XCHG3
6911
- buildLayerzeroMessageBody INLINECALLDICT
6912
- s1 s3 s0 XCHG3
6913
- 0 PUSHINT
6914
- sendNonTerminalAction INLINECALLDICT
6915
- TRUE
6916
- }>
6917
6949
  _callCheckPermissions PROC:<{
6918
6950
  checkPermissions INLINECALLDICT
6919
6951
  0 PUSHINT
@@ -7366,10 +7398,8 @@ PROGRAM{
7366
7398
  _newAction<event> INLINECALLDICT
7367
7399
  2015 PUSHINT
7368
7400
  1578602291 PUSHINT
7369
- s0 s7 XCHG
7370
- md::Nonce::New INLINECALLDICT
7371
- getInitialStorage INLINECALLDICT
7372
- md::MdObj::New INLINECALLDICT
7401
+ s7 s0 XCPU
7402
+ md::ChannelNonceInfo::New INLINECALLDICT
7373
7403
  s1 s7 s0 XCHG3
7374
7404
  _newAction<call> INLINECALLDICT
7375
7405
  s3 s5 s0 XCHG3
@@ -7427,10 +7457,8 @@ PROGRAM{
7427
7457
  4 PUSHINT
7428
7458
  cl::get<address> INLINECALLDICT
7429
7459
  1578602291 PUSHINT
7430
- s0 s7 XCHG
7431
- md::Nonce::New INLINECALLDICT
7432
- getInitialStorage INLINECALLDICT
7433
- md::MdObj::New INLINECALLDICT
7460
+ s7 s0 XCPU
7461
+ md::ChannelNonceInfo::New INLINECALLDICT
7434
7462
  s1 s7 s0 XCHG3
7435
7463
  _newAction<call> INLINECALLDICT
7436
7464
  s4 s3 s0 XCHG3
@@ -7488,10 +7516,8 @@ PROGRAM{
7488
7516
  6 PUSHINT
7489
7517
  cl::get<address> INLINECALLDICT
7490
7518
  1578602291 PUSHINT
7491
- s0 s7 XCHG
7492
- md::Nonce::New INLINECALLDICT
7493
- getInitialStorage INLINECALLDICT
7494
- md::MdObj::New INLINECALLDICT
7519
+ s7 s0 XCPU
7520
+ md::ChannelNonceInfo::New INLINECALLDICT
7495
7521
  s1 s7 s0 XCHG3
7496
7522
  _newAction<call> INLINECALLDICT
7497
7523
  s4 s3 s0 XCHG3
@@ -7541,9 +7567,8 @@ PROGRAM{
7541
7567
  2015 PUSHINT
7542
7568
  1578602291 PUSHINT
7543
7569
  s0 s7 XCHG
7544
- md::Nonce::New INLINECALLDICT
7545
- getInitialStorage INLINECALLDICT
7546
- md::MdObj::New INLINECALLDICT
7570
+ 1 PUSHINT
7571
+ md::ChannelNonceInfo::New INLINECALLDICT
7547
7572
  s1 s7 s0 XCHG3
7548
7573
  _newAction<call> INLINECALLDICT
7549
7574
  5 1 REVERSE
@@ -7581,9 +7606,8 @@ PROGRAM{
7581
7606
  2015 PUSHINT
7582
7607
  1578602291 PUSHINT
7583
7608
  s0 s7 XCHG
7584
- md::Nonce::New INLINECALLDICT
7585
- getInitialStorage INLINECALLDICT
7586
- md::MdObj::New INLINECALLDICT
7609
+ 1 PUSHINT
7610
+ md::ChannelNonceInfo::New INLINECALLDICT
7587
7611
  s1 s7 s0 XCHG3
7588
7612
  _newAction<call> INLINECALLDICT
7589
7613
  s3 s5 s0 XCHG3
@@ -7621,9 +7645,8 @@ PROGRAM{
7621
7645
  2015 PUSHINT
7622
7646
  1578602291 PUSHINT
7623
7647
  s0 s6 XCHG
7624
- md::Nonce::New INLINECALLDICT
7625
- getInitialStorage INLINECALLDICT
7626
- md::MdObj::New INLINECALLDICT
7648
+ 1 PUSHINT
7649
+ md::ChannelNonceInfo::New INLINECALLDICT
7627
7650
  s1 s6 s0 XCHG3
7628
7651
  _newAction<call> INLINECALLDICT
7629
7652
  4 1 REVERSE
@@ -7674,10 +7697,8 @@ PROGRAM{
7674
7697
  _newAction<event> INLINECALLDICT
7675
7698
  2018 PUSHINT
7676
7699
  1578602291 PUSHINT
7677
- s0 s7 XCHG
7678
- md::Nonce::New INLINECALLDICT
7679
- getInitialStorage INLINECALLDICT
7680
- md::MdObj::New INLINECALLDICT
7700
+ s7 s0 XCPU
7701
+ md::ChannelNonceInfo::New INLINECALLDICT
7681
7702
  s1 s7 s0 XCHG3
7682
7703
  _newAction<call> INLINECALLDICT
7683
7704
  5 1 REVERSE
@@ -7874,9 +7895,8 @@ PROGRAM{
7874
7895
  2015 PUSHINT
7875
7896
  1578602291 PUSHINT
7876
7897
  42 PUSHINT
7877
- md::Nonce::New INLINECALLDICT
7878
- getInitialStorage INLINECALLDICT
7879
- md::MdObj::New INLINECALLDICT
7898
+ 1 PUSHINT
7899
+ md::ChannelNonceInfo::New INLINECALLDICT
7880
7900
  _newAction<call> INLINECALLDICT
7881
7901
  s2 s4 XCHG
7882
7902
  TRIPLE
Binary file