Skip to content

Conversation

@guibescos
Copy link
Contributor

@guibescos guibescos commented Feb 2, 2023

Ok this PR became a little big :

  • Add more logging to the crank executor
  • Add ledger support to xc_admin_cli. Thanks @cctdaniel
  • Add command to approve transactions to xc_admin_cli
  • Fix some bugs around remote instructions in xc_admin_cli

@vercel
Copy link

vercel bot commented Feb 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated
example-oracle-amm ⬜️ Ignored (Inspect) Feb 3, 2023 at 6:07PM (UTC)
xc-admin-frontend ⬜️ Ignored (Inspect) Feb 3, 2023 at 6:07PM (UTC)

@guibescos guibescos changed the title Xc admin/ledger [Xc-admin] ledger Feb 2, 2023
} catch (error) {
// Mark the transaction as cancelled if we failed to run it
if (error instanceof SendTransactionError) {
console.log(error);
Copy link
Contributor

Choose a reason for hiding this comment

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

was this on purpose? maybe console.error?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Solved

@guibescos guibescos merged commit fc08ec2 into main Feb 3, 2023
@guibescos guibescos deleted the xc-admin/ledger branch February 3, 2023 18:07
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.

3 participants