stellar / soroban-example-dapp

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

Fix the bugs in initialize.sh #8

Closed paulbellamy closed 2 years ago

paulbellamy commented 2 years ago

Turns out we can't pass u64 in from the CLI (panics). Use an i64 instead. This was confusing

We also don't have a ledger timestamp injected from the soroban-cli yet. So comment that out for now.

Workaround for https://github.com/stellar/soroban-example-dapp/issues/6 by working around the issues.

Opened https://github.com/stellar/soroban-cli/issues/116 and https://github.com/stellar/soroban-cli/issues/117 to fix the underlying issues.