-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- [x] Revert all 8.7.2 changes in documentation and docker as no docker image is available for the new node - [x] Fix conway genesis configuration for E2E tests to support voting - [x] Fix docker-compose instructions to point to the new docker registry for the node `ghcr.io/intersectmbo/cardano-node` - [x] Remove 2 E2E tests as failing and we are trying to re-enable them at the integration level 1. ADP-2666 - Tx history is available after receiving token from minting tx made using reference script (Plutus script) 2. ADP-2666 - Tx history is available after receiving token from minting tx made using reference script (Simple script) ADP-3239
- Loading branch information
Showing
8 changed files
with
74 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 34 additions & 1 deletion
35
lib/wallet-e2e/config/cardano-node/preprod/conway-genesis.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,36 @@ | ||
{ | ||
"genDelegs": {} | ||
"poolVotingThresholds": { | ||
"pvtCommitteeNormal": 0.51, | ||
"pvtCommitteeNoConfidence": 0.51, | ||
"pvtHardForkInitiation": 0.51, | ||
"pvtMotionNoConfidence": 0.51 | ||
}, | ||
"dRepVotingThresholds": { | ||
"dvtMotionNoConfidence": 0.51, | ||
"dvtCommitteeNormal": 0.51, | ||
"dvtCommitteeNoConfidence": 0.51, | ||
"dvtUpdateToConstitution": 0.51, | ||
"dvtHardForkInitiation": 0.51, | ||
"dvtPPNetworkGroup": 0.51, | ||
"dvtPPEconomicGroup": 0.51, | ||
"dvtPPTechnicalGroup": 0.51, | ||
"dvtPPGovGroup": 0.51, | ||
"dvtTreasuryWithdrawal": 0.51 | ||
}, | ||
"committeeMinSize": 0, | ||
"committeeMaxTermLength": 200, | ||
"govActionLifetime": 10, | ||
"govActionDeposit": 1000000000, | ||
"dRepDeposit": 2000000, | ||
"dRepActivity": 20, | ||
"constitution": { | ||
"anchor": { | ||
"url": "", | ||
"dataHash": "0000000000000000000000000000000000000000000000000000000000000000" | ||
} | ||
}, | ||
"committee": { | ||
"members": {}, | ||
"quorum": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,36 @@ | ||
{ | ||
"genDelegs": {} | ||
"poolVotingThresholds": { | ||
"pvtCommitteeNormal": 0.51, | ||
"pvtCommitteeNoConfidence": 0.51, | ||
"pvtHardForkInitiation": 0.51, | ||
"pvtMotionNoConfidence": 0.51 | ||
}, | ||
"dRepVotingThresholds": { | ||
"dvtMotionNoConfidence": 0.51, | ||
"dvtCommitteeNormal": 0.51, | ||
"dvtCommitteeNoConfidence": 0.51, | ||
"dvtUpdateToConstitution": 0.51, | ||
"dvtHardForkInitiation": 0.51, | ||
"dvtPPNetworkGroup": 0.51, | ||
"dvtPPEconomicGroup": 0.51, | ||
"dvtPPTechnicalGroup": 0.51, | ||
"dvtPPGovGroup": 0.51, | ||
"dvtTreasuryWithdrawal": 0.51 | ||
}, | ||
"committeeMinSize": 0, | ||
"committeeMaxTermLength": 200, | ||
"govActionLifetime": 10, | ||
"govActionDeposit": 1000000000, | ||
"dRepDeposit": 2000000, | ||
"dRepActivity": 20, | ||
"constitution": { | ||
"anchor": { | ||
"url": "", | ||
"dataHash": "0000000000000000000000000000000000000000000000000000000000000000" | ||
} | ||
}, | ||
"committee": { | ||
"members": {}, | ||
"quorum": 0 | ||
} | ||
} |