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

feat/365-handle-governance-action-creation-in-wallet-provider #439

Merged

Conversation

Sworzen1
Copy link
Contributor

@Sworzen1 Sworzen1 commented Mar 8, 2024

List of changes

  • governance action certs (info and treasury)

Checklist

  • related issue
  • My changes generate no new warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the changelog
  • I have added tests that prove my fix is effective or that my feature works

@Sworzen1 Sworzen1 marked this pull request as ready for review March 8, 2024 14:28
// Create an anchor
const anchorURL = URL.new(url);
const anchorHash = AnchorDataHash.from_hex(hash);
const anchor = Anchor.new(anchorURL, anchorHash);
Copy link
Contributor

Choose a reason for hiding this comment

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

Move it to the utility function that generates anchor and might be used across the wallet

govtool/frontend/src/context/wallet.tsx Outdated Show resolved Hide resolved
@Sworzen1 Sworzen1 linked an issue Mar 10, 2024 that may be closed by this pull request
@Sworzen1 Sworzen1 merged commit 2c6e008 into develop Mar 11, 2024
1 check passed
@Sworzen1 Sworzen1 deleted the feat/365-handle-governance-action-creation-in-wallet-provider branch March 11, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥 Frontend Frontend related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle governance action creation in wallet provider
2 participants