Skip to content

Commit

Permalink
Ragger tests
Browse files Browse the repository at this point in the history
- NFT (ERC-1155)
- Poap
- 1inch
  • Loading branch information
apaillier-ledger committed Dec 17, 2024
1 parent 398cab0 commit ffae017
Show file tree
Hide file tree
Showing 114 changed files with 2,965 additions and 0 deletions.
2,062 changes: 2,062 additions & 0 deletions tests/ragger/abis/1inch.abi.json

Large diffs are not rendered by default.

359 changes: 359 additions & 0 deletions tests/ragger/abis/poap.abi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,359 @@
[
{
"inputs" : [
{
"internalType" : "address",
"name" : "_poapContractAddress",
"type" : "address"
},
{
"internalType" : "address",
"name" : "_validSigner",
"type" : "address"
},
{
"internalType" : "address payable",
"name" : "_feeReceiver",
"type" : "address"
},
{
"internalType" : "uint256",
"name" : "_migrationFee",
"type" : "uint256"
}
],
"stateMutability" : "nonpayable",
"type" : "constructor"
},
{
"anonymous" : false,
"inputs" : [
{
"indexed" : true,
"internalType" : "address",
"name" : "previousFeeReceiver",
"type" : "address"
},
{
"indexed" : true,
"internalType" : "address",
"name" : "newFeeReceiver",
"type" : "address"
}
],
"name" : "FeeReceiverChange",
"type" : "event"
},
{
"anonymous" : false,
"inputs" : [
{
"indexed" : true,
"internalType" : "uint256",
"name" : "previousFeeReceiver",
"type" : "uint256"
},
{
"indexed" : true,
"internalType" : "uint256",
"name" : "newFeeReceiver",
"type" : "uint256"
}
],
"name" : "MigrationFeeChange",
"type" : "event"
},
{
"anonymous" : false,
"inputs" : [
{
"indexed" : true,
"internalType" : "address",
"name" : "previousOwner",
"type" : "address"
},
{
"indexed" : true,
"internalType" : "address",
"name" : "newOwner",
"type" : "address"
}
],
"name" : "OwnershipTransferred",
"type" : "event"
},
{
"anonymous" : false,
"inputs" : [
{
"indexed" : false,
"internalType" : "address",
"name" : "account",
"type" : "address"
}
],
"name" : "Paused",
"type" : "event"
},
{
"anonymous" : false,
"inputs" : [
{
"indexed" : false,
"internalType" : "address",
"name" : "account",
"type" : "address"
}
],
"name" : "Unpaused",
"type" : "event"
},
{
"anonymous" : false,
"inputs" : [
{
"indexed" : true,
"internalType" : "address",
"name" : "previousValidSigner",
"type" : "address"
},
{
"indexed" : true,
"internalType" : "address",
"name" : "newValidSigner",
"type" : "address"
}
],
"name" : "ValidSignerChange",
"type" : "event"
},
{
"anonymous" : false,
"inputs" : [
{
"indexed" : false,
"internalType" : "bytes",
"name" : "_signature",
"type" : "bytes"
}
],
"name" : "VerifiedSignature",
"type" : "event"
},
{
"inputs" : [],
"name" : "NAME",
"outputs" : [
{
"internalType" : "string",
"name" : "",
"type" : "string"
}
],
"stateMutability" : "view",
"type" : "function"
},
{
"inputs" : [],
"name" : "feeReceiver",
"outputs" : [
{
"internalType" : "address payable",
"name" : "",
"type" : "address"
}
],
"stateMutability" : "view",
"type" : "function"
},
{
"inputs" : [],
"name" : "migrationFee",
"outputs" : [
{
"internalType" : "uint256",
"name" : "",
"type" : "uint256"
}
],
"stateMutability" : "view",
"type" : "function"
},
{
"inputs" : [
{
"internalType" : "uint256",
"name" : "eventId",
"type" : "uint256"
},
{
"internalType" : "uint256",
"name" : "tokenId",
"type" : "uint256"
},
{
"internalType" : "address",
"name" : "receiver",
"type" : "address"
},
{
"internalType" : "uint256",
"name" : "expirationTime",
"type" : "uint256"
},
{
"internalType" : "bytes",
"name" : "signature",
"type" : "bytes"
}
],
"name" : "mintToken",
"outputs" : [
{
"internalType" : "bool",
"name" : "",
"type" : "bool"
}
],
"stateMutability" : "payable",
"type" : "function"
},
{
"inputs" : [],
"name" : "owner",
"outputs" : [
{
"internalType" : "address",
"name" : "",
"type" : "address"
}
],
"stateMutability" : "view",
"type" : "function"
},
{
"inputs" : [],
"name" : "pause",
"outputs" : [],
"stateMutability" : "nonpayable",
"type" : "function"
},
{
"inputs" : [],
"name" : "paused",
"outputs" : [
{
"internalType" : "bool",
"name" : "",
"type" : "bool"
}
],
"stateMutability" : "view",
"type" : "function"
},
{
"inputs" : [
{
"internalType" : "bytes",
"name" : "",
"type" : "bytes"
}
],
"name" : "processed",
"outputs" : [
{
"internalType" : "bool",
"name" : "",
"type" : "bool"
}
],
"stateMutability" : "view",
"type" : "function"
},
{
"inputs" : [],
"name" : "renounceOwnership",
"outputs" : [],
"stateMutability" : "nonpayable",
"type" : "function"
},
{
"inputs" : [],
"name" : "renouncePoapAdmin",
"outputs" : [],
"stateMutability" : "nonpayable",
"type" : "function"
},
{
"inputs" : [
{
"internalType" : "address payable",
"name" : "_feeReceiver",
"type" : "address"
}
],
"name" : "setFeeReceiver",
"outputs" : [],
"stateMutability" : "nonpayable",
"type" : "function"
},
{
"inputs" : [
{
"internalType" : "uint256",
"name" : "_migrationFee",
"type" : "uint256"
}
],
"name" : "setMigrationFee",
"outputs" : [],
"stateMutability" : "nonpayable",
"type" : "function"
},
{
"inputs" : [
{
"internalType" : "address",
"name" : "_validSigner",
"type" : "address"
}
],
"name" : "setValidSigner",
"outputs" : [],
"stateMutability" : "nonpayable",
"type" : "function"
},
{
"inputs" : [
{
"internalType" : "address",
"name" : "newOwner",
"type" : "address"
}
],
"name" : "transferOwnership",
"outputs" : [],
"stateMutability" : "nonpayable",
"type" : "function"
},
{
"inputs" : [],
"name" : "unpause",
"outputs" : [],
"stateMutability" : "nonpayable",
"type" : "function"
},
{
"inputs" : [],
"name" : "validSigner",
"outputs" : [
{
"internalType" : "address",
"name" : "",
"type" : "address"
}
],
"stateMutability" : "view",
"type" : "function"
}
]
Binary file added tests/ragger/snapshots/flex/test_1inch/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_1inch/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_1inch/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_1inch/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_1inch/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_1inch/00005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_nft/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_nft/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_nft/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_nft/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_nft/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_nft/00005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_nft/00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_nft/00007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_poap/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_poap/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_poap/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_poap/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_poap/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_poap/00005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/flex/test_poap/00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/nanosp/test_1inch/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/nanosp/test_1inch/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/nanosp/test_1inch/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/nanosp/test_1inch/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/ragger/snapshots/nanosp/test_1inch/00004.png
Binary file added tests/ragger/snapshots/nanosp/test_1inch/00005.png
Binary file added tests/ragger/snapshots/nanosp/test_1inch/00006.png
Binary file added tests/ragger/snapshots/nanosp/test_1inch/00007.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00000.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00001.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00002.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00003.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00004.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00005.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00006.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00007.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00008.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00009.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00010.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00011.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00012.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00013.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00014.png
Binary file added tests/ragger/snapshots/nanosp/test_nft/00015.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00000.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00001.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00002.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00003.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00004.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00005.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00006.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00007.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00008.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00009.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00010.png
Binary file added tests/ragger/snapshots/nanosp/test_poap/00011.png
Binary file added tests/ragger/snapshots/nanox/test_1inch/00000.png
Binary file added tests/ragger/snapshots/nanox/test_1inch/00001.png
Binary file added tests/ragger/snapshots/nanox/test_1inch/00002.png
Binary file added tests/ragger/snapshots/nanox/test_1inch/00003.png
Binary file added tests/ragger/snapshots/nanox/test_1inch/00004.png
Binary file added tests/ragger/snapshots/nanox/test_1inch/00005.png
Binary file added tests/ragger/snapshots/nanox/test_1inch/00006.png
Binary file added tests/ragger/snapshots/nanox/test_1inch/00007.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00000.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00001.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00002.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00003.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00004.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00005.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00006.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00007.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00008.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00009.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00010.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00011.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00012.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00013.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00014.png
Binary file added tests/ragger/snapshots/nanox/test_nft/00015.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00000.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00001.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00002.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00003.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00004.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00005.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00006.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00007.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00008.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00009.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00010.png
Binary file added tests/ragger/snapshots/nanox/test_poap/00011.png
Binary file added tests/ragger/snapshots/stax/test_1inch/00000.png
Binary file added tests/ragger/snapshots/stax/test_1inch/00001.png
Binary file added tests/ragger/snapshots/stax/test_1inch/00002.png
Binary file added tests/ragger/snapshots/stax/test_1inch/00003.png
Binary file added tests/ragger/snapshots/stax/test_1inch/00004.png
Binary file added tests/ragger/snapshots/stax/test_nft/00000.png
Binary file added tests/ragger/snapshots/stax/test_nft/00001.png
Binary file added tests/ragger/snapshots/stax/test_nft/00002.png
Binary file added tests/ragger/snapshots/stax/test_nft/00003.png
Binary file added tests/ragger/snapshots/stax/test_nft/00004.png
Binary file added tests/ragger/snapshots/stax/test_nft/00005.png
Binary file added tests/ragger/snapshots/stax/test_nft/00006.png
Binary file added tests/ragger/snapshots/stax/test_poap/00000.png
Binary file added tests/ragger/snapshots/stax/test_poap/00001.png
Binary file added tests/ragger/snapshots/stax/test_poap/00002.png
Binary file added tests/ragger/snapshots/stax/test_poap/00003.png
Binary file added tests/ragger/snapshots/stax/test_poap/00004.png
Binary file added tests/ragger/snapshots/stax/test_poap/00005.png
Loading

0 comments on commit ffae017

Please sign in to comment.