Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change: ETCM-9063 add update-governance offchain and command #329

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
wip
Signed-off-by: Nikolaos Dymitriadis <nikolaos.dymitriadis@iohk.io>
  • Loading branch information
AmbientTea committed Dec 13, 2024
commit e6151d3e8977963fca1f6bd036ac93abdda6ab44
15 changes: 5 additions & 10 deletions toolkit/offchain/src/update_governance/test_values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,7 @@ pub(crate) fn test_update_governance_tx() -> serde_json::Value {
"current_treasury_value": null
},
"witness_set": {
"vkeys": [
{
"vkey": "ed25519_pk129kfw86h6hdsvvtpkvjqm754ehvqxqjzmkr4d3dqqwtcksgn0zxqnwv9rd",
"signature": "d56e8861dd680ca0c4d4e0fa56184a8ce27b73a120bd5d23878b2fa62a7919656bd6af20c41d93ffaa4adc322831535c8759f901f9b596b3b012180c7e41420b"
}
],
"vkeys": null,
"native_scripts": null,
"bootstraps": null,
"plutus_scripts": [
Expand All @@ -115,17 +110,17 @@ pub(crate) fn test_update_governance_tx() -> serde_json::Value {
"index": "1",
"data": "{\"int\":32}",
"ex_units": {
"mem": "14000",
"steps": "2224100"
"mem": "0",
"steps": "0"
}
},
{
"tag": "Mint",
"index": "0",
"data": "{\"constructor\":0,\"fields\":[]}",
"ex_units": {
"mem": "172590",
"steps": "36213136"
"mem": "0",
"steps": "0"
}
}
]
Expand Down
Loading