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

Darren/feat/add transaction inputs #1517

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

darrenvechain
Copy link
Member

Description

Enable delegation / comments and requested signer at the transaction level. This allows for fully integration with wallets.

Checklist:

  • My code follows the coding standards of this project
  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • New and existing integration tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have not added any vulnerable dependencies to my code

@darrenvechain darrenvechain requested a review from a team as a code owner November 14, 2024 18:42
HexUInt.of(fixture.origin.privateKey).bytes,
new VeChainProvider(
thorClient,
THOR_SOLO_ACCOUNTS_BASE_WALLET,
Copy link
Collaborator

Choose a reason for hiding this comment

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

question - we use solo wallet, but this is tesnet test is that right ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ya it shouldn't matter, as the transaction is delegated below:

delegationUrl: fixture.options.delegatorUrl

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