Skip to content

Commit c2cd5f6

Browse files
authored
Merge pull request #336 from rsksmart/GBI-543_Federator_Remove_all_code_related_to_NFT_support
GBI-543 - Federator: Remove all code related to NFT support
2 parents b2d06b0 + 0079db2 commit c2cd5f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+16780
-21211
lines changed

.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
command: |
5050
cd federator
5151
npm run integrationTest
52-
- run:
53-
name: NFT federator integration tests
54-
command: |
55-
cd federator
56-
npm run nftIntegrationTest
5752
- run:
5853
name: Heartbeat federator integration tests
5954
command: |

bridge/abi/Federation.json

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -160,19 +160,6 @@
160160
"name": "MemberRemoval",
161161
"type": "event"
162162
},
163-
{
164-
"anonymous": false,
165-
"inputs": [
166-
{
167-
"indexed": false,
168-
"internalType": "address",
169-
"name": "bridgeNFT",
170-
"type": "address"
171-
}
172-
],
173-
"name": "NFTBridgeChanged",
174-
"type": "event"
175-
},
176163
{
177164
"anonymous": false,
178165
"inputs": [
@@ -317,19 +304,6 @@
317304
"stateMutability": "view",
318305
"type": "function"
319306
},
320-
{
321-
"inputs": [],
322-
"name": "bridgeNFT",
323-
"outputs": [
324-
{
325-
"internalType": "contract INFTBridge",
326-
"name": "",
327-
"type": "address"
328-
}
329-
],
330-
"stateMutability": "view",
331-
"type": "function"
332-
},
333307
{
334308
"inputs": [
335309
{
@@ -502,11 +476,6 @@
502476
"internalType": "address",
503477
"name": "owner",
504478
"type": "address"
505-
},
506-
{
507-
"internalType": "address",
508-
"name": "_bridgeNFT",
509-
"type": "address"
510479
}
511480
],
512481
"name": "initialize",
@@ -704,19 +673,6 @@
704673
"stateMutability": "nonpayable",
705674
"type": "function"
706675
},
707-
{
708-
"inputs": [
709-
{
710-
"internalType": "address",
711-
"name": "_bridgeNFT",
712-
"type": "address"
713-
}
714-
],
715-
"name": "setNFTBridge",
716-
"outputs": [],
717-
"stateMutability": "nonpayable",
718-
"type": "function"
719-
},
720676
{
721677
"inputs": [
722678
{
@@ -799,11 +755,6 @@
799755
"name": "logIndex",
800756
"type": "uint32"
801757
},
802-
{
803-
"internalType": "enum IFederation.TokenType",
804-
"name": "tokenType",
805-
"type": "uint8"
806-
},
807758
{
808759
"internalType": "uint256",
809760
"name": "originChainId",

0 commit comments

Comments
 (0)