Skip to content

Commit

Permalink
Fix 1.39 bridge issues (#1498)
Browse files Browse the repository at this point in the history
* Revert "Revert #1462 (#1494)"

This reverts commit e20bc86.

* fix onEvmPending eth bridge
  • Loading branch information
Nikita-Polyakov authored Aug 20, 2024
1 parent b21f1d5 commit 351cdc3
Show file tree
Hide file tree
Showing 42 changed files with 1,543 additions and 823 deletions.
106 changes: 52 additions & 54 deletions src/abi/ethereum/internal/MASTER.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,52 @@
{
"abi": [
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "tokenAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "address",
"name": "beneficiary",
"type": "address"
},
{
"internalType": "bytes32",
"name": "txHash",
"type": "bytes32"
},
{
"internalType": "uint8[]",
"name": "v",
"type": "uint8[]"
},
{
"internalType": "bytes32[]",
"name": "r",
"type": "bytes32[]"
},
{
"internalType": "bytes32[]",
"name": "s",
"type": "bytes32[]"
},
{
"internalType": "address",
"name": "from",
"type": "address"
}
],
"name": "mintTokensByPeers",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]
}
[
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "tokenAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "address",
"name": "beneficiary",
"type": "address"
},
{
"internalType": "bytes32",
"name": "txHash",
"type": "bytes32"
},
{
"internalType": "uint8[]",
"name": "v",
"type": "uint8[]"
},
{
"internalType": "bytes32[]",
"name": "r",
"type": "bytes32[]"
},
{
"internalType": "bytes32[]",
"name": "s",
"type": "bytes32[]"
},
{
"internalType": "address",
"name": "from",
"type": "address"
}
],
"name": "mintTokensByPeers",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]
Loading

0 comments on commit 351cdc3

Please sign in to comment.