Skip to content

Commit 526884c

Browse files
fix ci
1 parent 655bee1 commit 526884c

File tree

5 files changed

+4
-248
lines changed

5 files changed

+4
-248
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,6 @@ jobs:
129129
id: test
130130
working-directory: solidity-sdk
131131

132-
- name: Check bindings
133-
run: |
134-
make check
135-
working-directory: solidity-sdk
136-
id: bindings
137132

138133
optimistic-auction:
139134
name: optimistic-auction

protocol/test/BridgeMintBurn.t.sol

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ contract BridgeMintBurnTest is BridgeBehaviorTest {
188188
uint256 id,
189189
bytes memory fromBlock,
190190
address tokenAddr,
191-
EthGetLogsPrecompileTypes.RpcLog[] memory logs
191+
EthGetLogsPrecompileHelperTypes.RpcLog[] memory logs
192192
) internal {
193-
EthGetLogsPrecompileTypes.PrecompileArgs memory args = _buildArgs(id, fromBlock, tokenAddr);
193+
EthGetLogsPrecompileHelperTypes.PrecompileArgs memory args = _buildArgs(id, fromBlock, tokenAddr);
194194
podMockEthGetLogs(abi.encode(args), abi.encode(logs));
195195
}
196196

@@ -204,9 +204,9 @@ contract BridgeMintBurnTest is BridgeBehaviorTest {
204204
function _makeLog(uint256 id, address tokenAddr, uint256 amount, address to)
205205
internal
206206
pure
207-
returns (EthGetLogsPrecompileTypes.RpcLog memory)
207+
returns (EthGetLogsPrecompileHelperTypes.RpcLog memory)
208208
{
209-
return EthGetLogsPrecompileTypes.RpcLog({
209+
return EthGetLogsPrecompileHelperTypes.RpcLog({
210210
addr: tokenAddr,
211211
topics: _buildTopics(id, tokenAddr),
212212
data: abi.encode(amount, to),

solidity-sdk/bindings/Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

solidity-sdk/bindings/src/eth_get_logs_precompile_helper_types.rs

Lines changed: 0 additions & 225 deletions
This file was deleted.

solidity-sdk/bindings/src/lib.rs

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)