Skip to content

Commit

Permalink
Revert "feat: run github action"
Browse files Browse the repository at this point in the history
This reverts commit 42fe896.
  • Loading branch information
reednaa committed Feb 13, 2024
1 parent 42fe896 commit 3f487eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/lib/GeneralisedIncentives
Submodule GeneralisedIncentives updated 32 files
+2 −12 README.md
+ audit/VAR_Cata_Labs_240118_GeneralisedIncentives-V1.pdf
+91 −464 src/IncentivizedMessageEscrow.sol
+9 −33 src/MessagePayload.sol
+105 −0 src/TimeoutExtension.sol
+12 −6 src/apps/mock/IncentivizedMockEscrow.sol
+16 −12 src/apps/mock/OnRecvIncentivizedMockEscrow.sol
+14 −15 src/apps/wormhole/IncentivizedWormholeEscrow.sol
+2 −3 src/interfaces/IIncentivizedMessageEscrow.sol
+0 −5 src/interfaces/IMessageEscrowErrors.sol
+0 −1 src/interfaces/IMessageEscrowEvents.sol
+2 −2 src/utils/Bytes65.sol
+4 −7 test/IncentivizedMessageEscrow/escrowMessage/EscrowMessage.t.sol
+10 −51 test/IncentivizedMessageEscrow/escrowMessage/MessageIdentifier.t.sol
+1 −2 test/IncentivizedMessageEscrow/escrowMessage/NoRemoteImplementation.t.sol
+3 −6 test/IncentivizedMessageEscrow/escrowMessage/WrongGasPayment.t.sol
+1 −2 test/IncentivizedMessageEscrow/escrowMessage/refundGasTo.t.sol
+2 −4 test/IncentivizedMessageEscrow/feature/SendMessagePayment.t.sol
+1 −1 test/IncentivizedMessageEscrow/processMessage/GasSpendControl.sol
+1 −1 test/IncentivizedMessageEscrow/processMessage/NoReceive.t.sol
+1 −1 test/IncentivizedMessageEscrow/processMessage/Reentry.call.t.sol
+5 −6 test/IncentivizedMessageEscrow/processMessage/_handleAck.t.sol
+2 −3 test/IncentivizedMessageEscrow/processMessage/_handleCall.t.sol
+1 −2 test/OnRecvIncentivizedMockEscrow/processMessage/_handleAck.t.sol
+2 −3 test/OnRecvIncentivizedMockEscrow/processMessage/_handleCall.t.sol
+1 −2 test/OnRecvIncentivizedMockEscrow/processMessage/_handleTimeout.t.sol
+1 −2 test/OnRecvIncentivizedMockEscrow/processMessage/recoverAck.t.sol
+5 −6 test/TestCommon.t.sol
+2 −4 test/mocks/MockApplication.sol
+2 −4 test/mocks/MockSpendGas.sol
+2 −4 test/mocks/ReturnBomber.sol
+1 −2 test/wormhole/roundtrip.t.sol

0 comments on commit 3f487eb

Please sign in to comment.