@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.
- package/CHANGELOG.md +6 -0
- package/build/AllStorages.boc +0 -0
- package/build/AllStorages.compiled.json +1 -1
- package/build/AllStorages.fif +13 -1
- package/build/BaseContract.test.fif +16 -9
- package/build/Channel.boc +0 -0
- package/build/Channel.compiled.json +1 -1
- package/build/Channel.fif +132 -24
- package/build/Channel.permissions.test.boc +0 -0
- package/build/Channel.permissions.test.compiled.json +1 -1
- package/build/Channel.permissions.test.fif +124 -92
- package/build/ChannelBurn.test.boc +0 -0
- package/build/ChannelBurn.test.compiled.json +1 -1
- package/build/ChannelBurn.test.fif +124 -92
- package/build/ChannelCommitPacket.test.boc +0 -0
- package/build/ChannelCommitPacket.test.compiled.json +1 -1
- package/build/ChannelCommitPacket.test.fif +140 -120
- package/build/ChannelConfig.test.boc +0 -0
- package/build/ChannelConfig.test.compiled.json +1 -1
- package/build/ChannelConfig.test.fif +124 -92
- package/build/ChannelInitialize.test.boc +0 -0
- package/build/ChannelInitialize.test.compiled.json +1 -1
- package/build/ChannelInitialize.test.fif +124 -92
- package/build/ChannelMsglibIntegration.test.boc +0 -0
- package/build/ChannelMsglibIntegration.test.compiled.json +1 -1
- package/build/ChannelMsglibIntegration.test.fif +129 -96
- package/build/ChannelMsglibSendCallback.test.boc +0 -0
- package/build/ChannelMsglibSendCallback.test.compiled.json +1 -1
- package/build/ChannelMsglibSendCallback.test.fif +124 -92
- package/build/ChannelNilify.test.boc +0 -0
- package/build/ChannelNilify.test.compiled.json +1 -1
- package/build/ChannelNilify.test.fif +126 -96
- package/build/ChannelReceive.test.boc +0 -0
- package/build/ChannelReceive.test.compiled.json +1 -1
- package/build/ChannelReceive.test.fif +140 -100
- package/build/ChannelReceiveCallback.test.boc +0 -0
- package/build/ChannelReceiveCallback.test.compiled.json +1 -1
- package/build/ChannelReceiveCallback.test.fif +124 -92
- package/build/ChannelReceiveView.test.boc +0 -0
- package/build/ChannelReceiveView.test.compiled.json +1 -1
- package/build/ChannelReceiveView.test.fif +124 -92
- package/build/ChannelSend.test.boc +0 -0
- package/build/ChannelSend.test.compiled.json +1 -1
- package/build/ChannelSend.test.fif +124 -92
- package/build/Connection.boc +0 -0
- package/build/Connection.compiled.json +1 -1
- package/build/Connection.fif +84 -1
- package/build/Connection.test.fif +16 -9
- package/build/Controller.assertions.test.fif +16 -9
- package/build/Controller.boc +0 -0
- package/build/Controller.compiled.json +1 -1
- package/build/Controller.fif +84 -1
- package/build/Controller.permissions.test.fif +16 -9
- package/build/Controller.test.fif +16 -9
- package/build/Counter.boc +0 -0
- package/build/Counter.compiled.json +1 -1
- package/build/Counter.fif +16 -9
- package/build/Counter.permissions.test.fif +16 -9
- package/build/Counter.setters.test.fif +16 -9
- package/build/Counter.test.fif +16 -9
- package/build/Dvn.test.fif +16 -9
- package/build/Endpoint.boc +0 -0
- package/build/Endpoint.compiled.json +1 -1
- package/build/Endpoint.fif +84 -1
- package/build/Endpoint.permissions.test.fif +16 -9
- package/build/Endpoint.test.fif +16 -9
- package/build/EndpointSetEpConfigDefaults.test.fif +16 -9
- package/build/Executor.test.fif +16 -9
- package/build/SmlConnection.boc +0 -0
- package/build/SmlConnection.compiled.json +1 -1
- package/build/SmlConnection.fif +84 -1
- package/build/SmlConnection.permissions.test.fif +16 -9
- package/build/SmlConnection.test.fif +16 -9
- package/build/SmlManager.boc +0 -0
- package/build/SmlManager.compiled.json +1 -1
- package/build/SmlManager.fif +84 -1
- package/build/SmlManager.permissions.test.fif +16 -9
- package/build/SmlManager.test.fif +16 -9
- package/build/Uln.boc +0 -0
- package/build/Uln.compiled.json +1 -1
- package/build/Uln.fif +84 -1
- package/build/Uln.test.fif +16 -9
- package/build/UlnManager.boc +0 -0
- package/build/UlnManager.compiled.json +1 -1
- package/build/UlnManager.fif +84 -1
- package/build/UlnManager.test.fif +16 -9
- package/build/UlnSend.test.fif +16 -9
- package/build/WorkerCore.test.fif +16 -9
- package/package.json +6 -1
- package/src/classes/msgdata/ChannelNonceInfo.fc +3 -3
- package/src/classes/msgdata/LzReceivePrepare.fc +18 -0
- 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/channelMsglibSendCallback.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
|
|
2
|
+
// automatically generated from `src/protocol/channel/tests/channelMsglibSendCallback.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/../../../../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` 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`
|
|
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
|
|
@@ -216,11 +222,6 @@ PROGRAM{
|
|
|
216
222
|
DECLPROC executeSendJettons
|
|
217
223
|
DECLPROC action::destroy::New
|
|
218
224
|
DECLPROC action::destroy::equals
|
|
219
|
-
DECLPROC action::dispatch::New
|
|
220
|
-
DECLPROC action::dispatch::equals
|
|
221
|
-
DECLPROC _newAction<dispatch>
|
|
222
|
-
DECLPROC ~pushAction<dispatch>
|
|
223
|
-
DECLPROC executeDispatch
|
|
224
225
|
DECLPROC _callCheckPermissions
|
|
225
226
|
DECLPROC forceAuthenticate
|
|
226
227
|
DECLPROC createInitializedStorage
|
|
@@ -3793,6 +3794,87 @@ PROGRAM{
|
|
|
3793
3794
|
11 TUPLE
|
|
3794
3795
|
cl::declare INLINECALLDICT
|
|
3795
3796
|
}>
|
|
3797
|
+
md::LzReceivePrepare::New PROC:<{
|
|
3798
|
+
512274326030967563773296 PUSHINT
|
|
3799
|
+
6 PUSHINT
|
|
3800
|
+
s0 s3 XCHG2
|
|
3801
|
+
PAIR
|
|
3802
|
+
7 PUSHINT
|
|
3803
|
+
ROT
|
|
3804
|
+
PAIR
|
|
3805
|
+
PAIR
|
|
3806
|
+
cl::declare INLINECALLDICT
|
|
3807
|
+
}>
|
|
3808
|
+
action::dispatch::New PROCINLINE:<{
|
|
3809
|
+
7235441202855961448 PUSHINT
|
|
3810
|
+
4 -ROLL
|
|
3811
|
+
5 TUPLE
|
|
3812
|
+
}>
|
|
3813
|
+
action::dispatch::equals PROC:<{
|
|
3814
|
+
OVER
|
|
3815
|
+
3 INDEX
|
|
3816
|
+
OVER
|
|
3817
|
+
3 INDEX
|
|
3818
|
+
compareObjectFields INLINECALLDICT
|
|
3819
|
+
s2 PUSH
|
|
3820
|
+
0 INDEX
|
|
3821
|
+
s2 PUSH
|
|
3822
|
+
0 INDEX
|
|
3823
|
+
EQUAL
|
|
3824
|
+
s3 PUSH
|
|
3825
|
+
1 INDEX
|
|
3826
|
+
s3 PUSH
|
|
3827
|
+
1 INDEX
|
|
3828
|
+
EQUAL
|
|
3829
|
+
AND
|
|
3830
|
+
s3 PUSH
|
|
3831
|
+
2 INDEX
|
|
3832
|
+
s3 PUSH
|
|
3833
|
+
2 INDEX
|
|
3834
|
+
EQUAL
|
|
3835
|
+
AND
|
|
3836
|
+
SWAP
|
|
3837
|
+
-1 EQINT
|
|
3838
|
+
AND
|
|
3839
|
+
s0 s2 XCHG
|
|
3840
|
+
4 INDEX
|
|
3841
|
+
SWAP
|
|
3842
|
+
4 INDEX
|
|
3843
|
+
EQUAL
|
|
3844
|
+
AND
|
|
3845
|
+
}>
|
|
3846
|
+
_newAction<dispatch> PROCINLINE:<{
|
|
3847
|
+
action::dispatch::New INLINECALLDICT
|
|
3848
|
+
}>
|
|
3849
|
+
~pushAction<dispatch> PROCINLINE:<{
|
|
3850
|
+
_newAction<dispatch> INLINECALLDICT
|
|
3851
|
+
TPUSH
|
|
3852
|
+
}>
|
|
3853
|
+
executeDispatch PROC:<{
|
|
3854
|
+
0 PUSHINT
|
|
3855
|
+
OVER
|
|
3856
|
+
2 INDEX
|
|
3857
|
+
s2 PUSH
|
|
3858
|
+
3 INDEX
|
|
3859
|
+
buildLayerzeroMessageBody INLINECALLDICT
|
|
3860
|
+
DUP
|
|
3861
|
+
16 PUSHPOW2DEC
|
|
3862
|
+
CDATASIZE
|
|
3863
|
+
DROP
|
|
3864
|
+
24 PUSHINT
|
|
3865
|
+
s4 PUSH
|
|
3866
|
+
4 INDEX
|
|
3867
|
+
FALSE
|
|
3868
|
+
s0 s3 s4 XCHG3
|
|
3869
|
+
GETFORWARDFEE
|
|
3870
|
+
ADD
|
|
3871
|
+
s0 s3 XCHG
|
|
3872
|
+
1 INDEX
|
|
3873
|
+
s3 s0 s3 XCHG3
|
|
3874
|
+
0 PUSHINT
|
|
3875
|
+
sendNonTerminalAction INLINECALLDICT
|
|
3876
|
+
TRUE
|
|
3877
|
+
}>
|
|
3796
3878
|
_assertEqualPaths PROCINLINE:<{
|
|
3797
3879
|
SWAP
|
|
3798
3880
|
cl::hash INLINECALLDICT
|
|
@@ -4446,39 +4528,46 @@ PROGRAM{
|
|
|
4446
4528
|
-ROT
|
|
4447
4529
|
cl::set INLINECALLDICT
|
|
4448
4530
|
9 PUSHINT
|
|
4449
|
-
s5
|
|
4531
|
+
s5 s0 PUSH2
|
|
4450
4532
|
cl::get<cellRef> INLINECALLDICT
|
|
4451
|
-
|
|
4533
|
+
s3 s4 PUSH2
|
|
4452
4534
|
2 PUSHINT
|
|
4453
4535
|
DeterministicInsertionCircularQueue::set INLINECALLDICT
|
|
4454
|
-
s1 s5 s0 XCHG3
|
|
4455
4536
|
cl::set INLINECALLDICT
|
|
4456
4537
|
setContractStorage INLINECALLDICT
|
|
4538
|
+
s1 s2 XCHG
|
|
4457
4539
|
30489385396431647050973345907531708794093175298667245388886869385143456646468 PUSHINT
|
|
4458
|
-
|
|
4540
|
+
s0 s3 XCHG2
|
|
4459
4541
|
~pushAction<event> INLINECALLDICT
|
|
4460
4542
|
1578602291 PUSHINT
|
|
4461
|
-
s0
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4543
|
+
s0 s3 XCHG
|
|
4544
|
+
8 PUSHINT
|
|
4545
|
+
cl::get<objRef> INLINECALLDICT
|
|
4546
|
+
0 PUSHINT
|
|
4547
|
+
cl::get<uint64> INLINECALLDICT
|
|
4548
|
+
s1 s2 XCHG
|
|
4549
|
+
md::ChannelNonceInfo::New INLINECALLDICT
|
|
4465
4550
|
s3 s3 s0 XCHG3
|
|
4466
4551
|
~pushAction<call> INLINECALLDICT
|
|
4467
4552
|
}>
|
|
4468
4553
|
lzReceivePrepare PROCINLINE:<{
|
|
4469
4554
|
preamble INLINECALLDICT
|
|
4470
|
-
|
|
4555
|
+
s2 PUSH
|
|
4556
|
+
0 PUSHINT
|
|
4557
|
+
cl::get<uint64> INLINECALLDICT
|
|
4558
|
+
s0 s3 XCHG
|
|
4559
|
+
1 PUSHINT
|
|
4560
|
+
cl::get<coins> INLINECALLDICT
|
|
4561
|
+
s0 s2 XCHG
|
|
4471
4562
|
1 PUSHINT
|
|
4472
4563
|
cl::get<objRef> INLINECALLDICT
|
|
4473
4564
|
1 PUSHINT
|
|
4474
4565
|
cl::get<uint256> INLINECALLDICT
|
|
4475
4566
|
2547990604 PUSHINT
|
|
4476
|
-
s0
|
|
4477
|
-
0 PUSHINT
|
|
4478
|
-
cl::get<uint64> INLINECALLDICT
|
|
4567
|
+
s0 s4 XCHG
|
|
4479
4568
|
_getExecutablePacket INLINECALLDICT
|
|
4480
|
-
|
|
4481
|
-
~pushAction<
|
|
4569
|
+
s4 s0 s3 XCHG3
|
|
4570
|
+
~pushAction<dispatch> INLINECALLDICT
|
|
4482
4571
|
}>
|
|
4483
4572
|
lzReceiveLock PROCINLINE:<{
|
|
4484
4573
|
preamble INLINECALLDICT
|
|
@@ -4836,8 +4925,7 @@ PROGRAM{
|
|
|
4836
4925
|
}>
|
|
4837
4926
|
notifyPacketExecuted PROCINLINE:<{
|
|
4838
4927
|
preamble INLINECALLDICT
|
|
4839
|
-
|
|
4840
|
-
OVER
|
|
4928
|
+
s2 PUSH
|
|
4841
4929
|
0 PUSHINT
|
|
4842
4930
|
cl::get<objRef> INLINECALLDICT
|
|
4843
4931
|
DUP
|
|
@@ -4846,17 +4934,24 @@ PROGRAM{
|
|
|
4846
4934
|
_viewExecutionStatus CALLDICT
|
|
4847
4935
|
3 NEQINT
|
|
4848
4936
|
IF:<{
|
|
4849
|
-
|
|
4850
|
-
|
|
4937
|
+
s1 s3 XCHG
|
|
4938
|
+
3 BLKDROP
|
|
4851
4939
|
}>ELSE<{
|
|
4852
|
-
s0
|
|
4940
|
+
s0 s3 XCHG
|
|
4853
4941
|
1 PUSHINT
|
|
4854
4942
|
cl::get<address> INLINECALLDICT
|
|
4855
4943
|
1578602291 PUSHINT
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4944
|
+
s0 s4 XCHG
|
|
4945
|
+
0 PUSHINT
|
|
4946
|
+
cl::get<uint64> INLINECALLDICT
|
|
4947
|
+
s0 s3 XCHG
|
|
4948
|
+
8 PUSHINT
|
|
4949
|
+
cl::get<objRef> INLINECALLDICT
|
|
4950
|
+
0 PUSHINT
|
|
4951
|
+
cl::get<uint64> INLINECALLDICT
|
|
4952
|
+
s1 s3 XCHG
|
|
4953
|
+
md::ChannelNonceInfo::New INLINECALLDICT
|
|
4954
|
+
s1 s3 XCHG
|
|
4860
4955
|
~pushAction<call> INLINECALLDICT
|
|
4861
4956
|
}>
|
|
4862
4957
|
}>
|
|
@@ -5241,69 +5336,6 @@ PROGRAM{
|
|
|
5241
5336
|
-1 EQINT
|
|
5242
5337
|
AND
|
|
5243
5338
|
}>
|
|
5244
|
-
action::dispatch::New PROCINLINE:<{
|
|
5245
|
-
7235441202855961448 PUSHINT
|
|
5246
|
-
4 -ROLL
|
|
5247
|
-
5 TUPLE
|
|
5248
|
-
}>
|
|
5249
|
-
action::dispatch::equals PROC:<{
|
|
5250
|
-
OVER
|
|
5251
|
-
3 INDEX
|
|
5252
|
-
OVER
|
|
5253
|
-
3 INDEX
|
|
5254
|
-
compareObjectFields INLINECALLDICT
|
|
5255
|
-
s2 PUSH
|
|
5256
|
-
0 INDEX
|
|
5257
|
-
s2 PUSH
|
|
5258
|
-
0 INDEX
|
|
5259
|
-
EQUAL
|
|
5260
|
-
s3 PUSH
|
|
5261
|
-
1 INDEX
|
|
5262
|
-
s3 PUSH
|
|
5263
|
-
1 INDEX
|
|
5264
|
-
EQUAL
|
|
5265
|
-
AND
|
|
5266
|
-
s3 PUSH
|
|
5267
|
-
2 INDEX
|
|
5268
|
-
s3 PUSH
|
|
5269
|
-
2 INDEX
|
|
5270
|
-
EQUAL
|
|
5271
|
-
AND
|
|
5272
|
-
SWAP
|
|
5273
|
-
-1 EQINT
|
|
5274
|
-
AND
|
|
5275
|
-
s0 s2 XCHG
|
|
5276
|
-
4 INDEX
|
|
5277
|
-
SWAP
|
|
5278
|
-
4 INDEX
|
|
5279
|
-
EQUAL
|
|
5280
|
-
AND
|
|
5281
|
-
}>
|
|
5282
|
-
_newAction<dispatch> PROCINLINE:<{
|
|
5283
|
-
action::dispatch::New INLINECALLDICT
|
|
5284
|
-
}>
|
|
5285
|
-
~pushAction<dispatch> PROCINLINE:<{
|
|
5286
|
-
_newAction<dispatch> INLINECALLDICT
|
|
5287
|
-
TPUSH
|
|
5288
|
-
}>
|
|
5289
|
-
executeDispatch PROC:<{
|
|
5290
|
-
24 PUSHINT
|
|
5291
|
-
OVER
|
|
5292
|
-
4 INDEX
|
|
5293
|
-
s2 PUSH
|
|
5294
|
-
1 INDEX
|
|
5295
|
-
0 PUSHINT
|
|
5296
|
-
s4 PUSH
|
|
5297
|
-
2 INDEX
|
|
5298
|
-
s0 s5 XCHG
|
|
5299
|
-
3 INDEX
|
|
5300
|
-
s1 s5 s0 XCHG3
|
|
5301
|
-
buildLayerzeroMessageBody INLINECALLDICT
|
|
5302
|
-
s1 s3 s0 XCHG3
|
|
5303
|
-
0 PUSHINT
|
|
5304
|
-
sendNonTerminalAction INLINECALLDICT
|
|
5305
|
-
TRUE
|
|
5306
|
-
}>
|
|
5307
5339
|
_callCheckPermissions PROC:<{
|
|
5308
5340
|
checkPermissions INLINECALLDICT
|
|
5309
5341
|
0 PUSHINT
|
|
Binary file
|