Turnkey embedded wallets are added in this release. Additionally, auto bridging is implemented on the embedded wallets to kick off a bridging transaction for the user.
- New comlink endpoints added (
v4/turnkey/*
andv4/bridging/*
)
For PnL calculation,
- New roundtable task triggered hourly to calculate PnL status for all address sub-accounts.
- New table created to track historical PnL data.
What's Changed
- [CT-1361] Add Support for TWAP Events in the Indexer (backport #2815) by @mergify[bot] in #3043
- Create new instance for fee calculation (backport #3051) by @mergify[bot] in #3052
- Update err to log (backport #3056) by @mergify[bot] in #3058
- New PnL table for new pnl calculations job (backport #3040) by @mergify[bot] in #3069
- New PnL job to compute recursively based on latest PnL values (backport #3046) by @mergify[bot] in #3070
- Turnkey + Autobridge integration (backport #3065) by @mergify[bot] in #3071
- Adds Policies Configuration for EVM networks. (backport #3066) by @mergify[bot] in #3073
- [Turnkey] Remove self from root users. (backport #3067) by @mergify[bot] in #3074
- Fix bugs in update pnl script after deployment testing (backport #3061) by @mergify[bot] in #3075
- [Turnkey] Use turnkey signer as master for approvals (backport #3068) by @mergify[bot] in #3076
- feat(comlink): add cache-control config for /affiliates/metadata (backport #3077) by @mergify[bot] in #3078
Full Changelog: indexer/v9.0.0...indexer/v9.0.1-rc2