Commit 6b4cea5
committed
chore: update for Preview 20
- Pin soroban-cli to latest version, 20.1.0
- Update the contract's SDK version
- **Copy in `abundance` source from `token` contract** at stellar/soroban-examples#277. Note that I **did not author most of the changes in the `contracts/abundance` folder**. I _only_ copied in the changes originally authored in the `soroban-examples` repo, then updated for the single tweak that this `abundance` contract already had: 1. comments on the `mint` method; 2. slightly modified `mint` behavior.
- New CLI's typescript-bindings-generated libraries now return an `AssembledTransaction`, which has a `result` getter and a `signAndSend` method, as explained in stellar/stellar-cli#1034
- Use `stellar-sdk` rather than `soroban-client`
- Use latest `@stellar/freighter-api`1 parent 81a535e commit 6b4cea5
File tree
15 files changed
+405
-239
lines changed- .cargo
- components
- molecules
- deposits
- form-pledge
- organisms/pledge
- contracts
- abundance/src
- crowdfund/src
- hooks
15 files changed
+405
-239
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments