New Feature
Added support for contract account creation, deposit withdraw. Please refer to Readme for instructions to proceed.
What's Changed
- Replace CircleCI with GitHub Actions by @quietbits in #264
- Dependency updates Feb 2022 by @quietbits in #270
- Stellar SDK update for Protocol 19 by @quietbits in #277
- SEP-31: make sure we get the amount_in from GET /transactions before sending the stellar payment by @marcelosalloum in #275
- Custodial mode for SEP-24 deposit and withdrawal by @quietbits in #281
- SEP-24 deposit: custodial mode for untrusted assets by @quietbits in #282
- SEP-10: do not send client domain in custodial mode by @quietbits in #284
- Sentry tracking: mask secret key in breadcrumbs by @quietbits in #288
- Remove public/mainnet network by @quietbits in #293
- add section explaining testnet vs. mainnet usage by @JakeUrban in #294
- add .env to gitignore by @JakeUrban in #295
- SEP-10: get service domain from TOML file by @quietbits in #297
- [PARTNER-28] Don't redirect to more_info in demo_wallet too early by @ifropc in #307
- SEP-31: Always submit transaction object by @quietbits in #312
- Add message to the status page by @ifropc in #310
- SEP-38 support for SEP-31 send by @quietbits in #313
- SEP-24 withdraw: show result codes in error message by @quietbits in #315
- SEP-12: allow ACCEPTED status for new customers by @quietbits in #316
- SEP-24: enable XLM (native) deposit and withdrawal by @quietbits in #317
- Replace CRA with Webpack + Node 18 by @quietbits in #320
- [Do not merge] Revert "Replace CRA with Webpack + Node 18 (#320)" by @ifropc in #322
- Webpack + Node 18 + update env variables by @quietbits in #323
- Fix: use home domain for SEP-10 auth + don't show duplicate logs by @quietbits in #324
- Upgrade stellar-sdk to v11.0.0-beta.3 by @quietbits in #325
- Show which SEP-12 KYC fields are optional by @quietbits in #326
- SEP-12 KYC: use field type for input by @quietbits in #327
- Upgrade stellar-sdk to v11.0.0-beta.4 by @quietbits in #328
- Update GitHub Actions by @quietbits in #329
- SEP-6 updates by @quietbits in #330
- SEP-6: update KYC flow by @quietbits in #331
- Upgrade stellar-sdk v11.0.1 by @quietbits in #332
- Preset assets: support home domain overrides by @quietbits in #333
- Refactor asset data fetching and handling by @quietbits in #335
- Updated favicons by @quietbits in #337
- Make fee configurable by @ifropc in #338
- Update local dev instructions in readme by @quietbits in #339
- Fix Mac compatibility issues caused by the
node-sassin Macarmprocessors by @marcelosalloum in #340 - Fix duplicate XLM when override is added by @quietbits in #341
- SEP-24: add optional SEP-9 fields to deposit and withdrawal by @quietbits in #286
- SEP-24 deposit: improve more_info_url log message by @quietbits in #343
- Add additional SEP-9 fields by @ifropc in #344
- SEP-24: show more_info_url for incomplete transactions by @quietbits in #345
- Show Git commit hash on the website by @quietbits in #346
- Replace deprecated js-stellar-wallets + update @stellar/stellar-sdk by @quietbits in #347
- Add lang parameter by @ifropc in #348
- SEP-24: pass language to GET transaction call by @quietbits in #350
- Update GitHub Actions packages by @quietbits in #351
- SEP-6 new flow by @quietbits in #353
- Added dependabot.yml for version updates by @kanwalpreetd in #356
- Updated SEP-6 deposit flow with SEP-38 quote by @quietbits in #362
- Fix SEP-6 flow by @quietbits in #363
- SEP-6: don't crash if fee is not returned for price or quote by @quietbits in #365
- Fix XLM withdraw failure by @lijamie98 in #385
- Update elliptic package by @quietbits in #388
- [ANCHOR-1032] Disable stacktrace on prod by @JiahuiWho in #389
- Fix Webpack 5 warning for 'vm' module by @JiahuiWho in #390
- [Release 3.0] Merge
developtomasterby @JiahuiWho in #420
New Contributors
- @ifropc made their first contribution in #307
- @kanwalpreetd made their first contribution in #356
- @lijamie98 made their first contribution in #385
Full Changelog: v2.0.0...v3.0.0