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

example-dapp: Update to support single-asset balances. #76

Closed
15 tasks done
Shaptic opened this issue Dec 20, 2022 · 0 comments · Fixed by #80
Closed
15 tasks done

example-dapp: Update to support single-asset balances. #76

Shaptic opened this issue Dec 20, 2022 · 0 comments · Fixed by #80
Assignees
Labels
soroban-scrum A label to make relevant issues appear in the Platform Scrum board.

Comments

@Shaptic
Copy link
Contributor

Shaptic commented Dec 20, 2022

Related: stellar/go#4723. This is split off into a separate issue for better tracking.

Things to be done:

  • Investigation:
  • Implementation:
    • Replace the token creation with token wrapping.
    • Establish trustlines to the issuer from the wallet.
    • Coalesce all customizable decimal references to be 7 (all Stellar assets use this value).
    • Update the token contract spec WASM file.
    • Update token usage to the latest interface
    • Update crowdfunding contract test to interact with the new token interface. Moved to Update dApp tests to support the single-asset balance model. #81.
    • Replace minting with a payment operation
  • Testing:
    • Ensure everything runs with the new quickstart image, soroban-tools and js-soroban-client releases
    • Ensure the new initialization works
    • Ensure minting works, incl. decimal precision
    • Ensure approvals and deposits work
  • Documentation: Dropped sandbox instructions from the README, since we need classic transactions now (which ledger.json doesn't support).
@Shaptic Shaptic changed the title exampe- example-dapp: Update to support single-asset balances. Dec 20, 2022
@Shaptic Shaptic self-assigned this Dec 20, 2022
@Shaptic Shaptic added the soroban-scrum A label to make relevant issues appear in the Platform Scrum board. label Dec 20, 2022
@Shaptic Shaptic linked a pull request Jan 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
soroban-scrum A label to make relevant issues appear in the Platform Scrum board.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant