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: add token_wallet module to allow funding IOTA DIDs #8

Draft
wants to merge 34 commits into
base: beta
Choose a base branch
from

Conversation

daniel-mader
Copy link
Contributor

@daniel-mader daniel-mader commented Apr 17, 2024

Description of change

With the new module token_wallet a funding address is introduced that can receive IOTA tokens and put down the storage deposit when a non-published IOTA document is produced and published. On destruction of the DID document, the deposit is returned to the funding address and can be sent to a new receiving address (such as a crypto wallet).

Additionally, most of the IOTA-related code was moved to a new did_iota module.

Links to any relevant issues

Depends on

How the change has been tested

n/a

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • 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

@daniel-mader daniel-mader self-assigned this Apr 17, 2024
@daniel-mader daniel-mader changed the base branch from dev to refactor/error-handling April 17, 2024 22:36
@daniel-mader daniel-mader linked an issue Apr 17, 2024 that may be closed by this pull request
2 tasks
@daniel-mader daniel-mader force-pushed the refactor/error-handling branch from c989926 to 8d66b22 Compare April 22, 2024 10:32
Base automatically changed from refactor/error-handling to dev April 22, 2024 11:59
@daniel-mader daniel-mader added the Addition A new feature that requires a minor release. label May 14, 2024
@daniel-mader daniel-mader changed the base branch from dev to main August 14, 2024 12:36
@daniel-mader daniel-mader changed the base branch from main to beta August 14, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Addition A new feature that requires a minor release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add light-weight wallet to manage IOTA tokens
1 participant