Skip to content

Commit

Permalink
Merge pull request #209 from OriginTrail/release/delegations
Browse files Browse the repository at this point in the history
4.2.0 Release
  • Loading branch information
br-41n authored Feb 5, 2024
2 parents abf1899 + ee8f519 commit 097a197
Show file tree
Hide file tree
Showing 105 changed files with 10,418 additions and 631 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: ./.github/actions/setup

- name: Run tests
run: npm run test
run: npm run test:parallel
26 changes: 26 additions & 0 deletions abi/CommitManagerV1.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,32 @@
"name": "CommitWindowClosed",
"type": "error"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "agreementId",
"type": "bytes32"
},
{
"internalType": "uint16",
"name": "epoch",
"type": "uint16"
},
{
"internalType": "uint8",
"name": "agreementScoreFunctionId",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "timeNow",
"type": "uint256"
}
],
"name": "InvalidScoreFunctionId",
"type": "error"
},
{
"inputs": [
{
Expand Down
26 changes: 26 additions & 0 deletions abi/CommitManagerV1U1.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,32 @@
"name": "CommitWindowClosed",
"type": "error"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "agreementId",
"type": "bytes32"
},
{
"internalType": "uint16",
"name": "epoch",
"type": "uint16"
},
{
"internalType": "uint8",
"name": "agreementScoreFunctionId",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "timeNow",
"type": "uint256"
}
],
"name": "InvalidScoreFunctionId",
"type": "error"
},
{
"inputs": [
{
Expand Down
Loading

0 comments on commit 097a197

Please sign in to comment.