Skip to content

Commit

Permalink
Merge pull request #260 from OriginTrail/rework/update-token-amount-m…
Browse files Browse the repository at this point in the history
…etadata

Reworked updated KA Paranet metadata handling
  • Loading branch information
NZT48 authored May 13, 2024
2 parents a425046 + bdf8532 commit 6de4ee9
Show file tree
Hide file tree
Showing 14 changed files with 769 additions and 167 deletions.
39 changes: 0 additions & 39 deletions abi/CommitManagerV2U1.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,45 +755,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "paranetKnowledgeAssetsRegistry",
"outputs": [
{
"internalType": "contract ParanetKnowledgeAssetsRegistry",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "paranetKnowledgeMinersRegistry",
"outputs": [
{
"internalType": "contract ParanetKnowledgeMinersRegistry",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "paranetsRegistry",
"outputs": [
{
"internalType": "contract ParanetsRegistry",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "profileStorage",
Expand Down
46 changes: 46 additions & 0 deletions abi/Paranet.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,52 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "paranetKAStorageContract",
"type": "address"
},
{
"internalType": "uint256",
"name": "paranetKATokenId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "start",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "end",
"type": "uint256"
}
],
"name": "processUpdatedKnowledgeAssetStatesMetadata",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "paranetKAStorageContract",
"type": "address"
},
{
"internalType": "uint256",
"name": "paranetKATokenId",
"type": "uint256"
}
],
"name": "processUpdatedKnowledgeAssetStatesMetadata",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
Loading

0 comments on commit 6de4ee9

Please sign in to comment.