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

wip permissioned #542

Conversation

jankun4
Copy link
Contributor

@jankun4 jankun4 commented Mar 6, 2025

Description

link

Checklist

  • Commit sequence broadly makes sense and commits have useful messages.
  • The size limit of 400 LOC isn't needlessly exceeded
  • The PR refers to a JIRA ticket (if one exists)
  • New tests are added if needed and existing tests are updated.
  • Relevant logging and metrics added
  • Any changes are noted in the changelog.md for affected crate
  • Self-reviewed the diff

@@ -17,6 +18,8 @@ pub struct UpsertPermissionedCandidatesCmd {
payment_key_file: PaymentFilePath,
#[arg(long, short('c'))]
genesis_utxo: UtxoId,
#[arg(short, long, num_args = 1.., value_delimiter = ' ')]
governance_authority: Vec<MainchainKeyHash>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs are not update and this parameter doesn't have a doc string as well, but I think this one should have it

ogmios_client,
)
.await?,
)
},
};
if let Some(tx_hash) = tx_hash_opt {
if let Some(TxHash(tx_hash)) = tx_hash_opt {
await_tx.await_tx_output(ogmios_client, UtxoId::new(tx_hash.0, 0)).await?;
}
Ok(tx_hash_opt)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tx_hash_opt is not an Option anymore, right?

@LGLO
Copy link
Contributor

LGLO commented Mar 6, 2025

I see "wip" - should it be draft? Should we review it?

@LGLO
Copy link
Contributor

LGLO commented Mar 18, 2025

Superseded by #585

@LGLO LGLO closed this Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants