stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.06k stars 859 forks source link

example-dapp: Cleanup LedgerInfo in crowdfund test cases #15

Closed sisuresh closed 2 months ago

sisuresh commented 1 year ago

The test cases update LedgerInfo to advance the ledger timestamp. You can see in that link that the base_reserve and network_passphrase are not updated correctly. This doesn't matter for these test cases, but should be cleaned up at some point.