stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.03k stars 835 forks source link

example-dapp: update per token interface changes #103

Closed tsachiherman closed 1 year ago

tsachiherman commented 1 year ago

What ?

Update example dapp to use the updated token interface.

Epic

https://github.com/stellar/soroban-tools/issues/519

2opremio commented 1 year ago

This ticket requires updating https://github.com/stellar/soroban-example-dapp/blob/main/contracts/crowdfund/src/lib.rs with the new token spec (and updating the corresponding function calls to their new names)

2opremio commented 1 year ago

And it may also:

  1. require bumping the Rust SDK to an unreleased version (with the new token contract changes and a new soroban_sdk::contractimport)
  2. bump core/QuickStart to a newer version supporting the new token interface

For all the above, we can use https://github.com/stellar/soroban-tools/pull/611 as a reference

sreuland commented 1 year ago

closing as done, updates were merged in #105