🆕 Ethereum Staking API updates
- Now supporting the Hoodi testnet.
- Included
gasEstimate
in withdrawal responses for both full exits and partial withdrawals, helping users anticipate transaction costs.
🆕 Ethereum Staking API updates
gasEstimate
in withdrawal responses for both full exits and partial withdrawals, helping users anticipate transaction costs.Pectra is the next major Ethereum hard fork, combining two key upgrades: The execution layer upgrade (Prague) & The consensus layer upgrade (Electra).
We’ve added full support for Pectra in the Ethereum Staking API and Staking In App flow.
2. Updated Stake Flow
0x01
and 0x02
Introduced new /withdrawals-intent
endpoints to the Ethereum Staking API, allowing users to define withdrawal parameters before staking. These intents help manage reward withdrawals and exits more effectively:
Added a new /bond-extra
endpoint, enabling users to bond more tokens to an existing stash account. This increases the DOT stake without the need to re-nominate or unbond.
🚧 Batch insert support for Solana withdrawal intents
Refactored StoreSolanaWithdrawalIntent to support batch insertion of large numbers of withdrawal intents. Intents are now grouped (e.g., 1,000 per batch) and inserted in bulk to improve performance and efficiency.
🚀 Improvement on Staking Endpoint
signed-voluntary-exit endpoint now accepts both lowercase and uppercase validator addresses for ownership validation.
✅ Staking POL via the BD app
Improved handling of Solana withdrawal intents to ensure accurate status updates for stake accounts, including better validation and processing of pending and executed intents.
Login to the Blockdaemon app to try it out and refer to the doc here.
✅ Staking POL via the BD app
Resolved an issue where users withdrawing Polygon via the BD app received MATIC tokens instead of POL.
⚙️ Ethereum Endpoint Update
We've updated the description of Ethereum - Generate a Signed Voluntary Exit Message as user can now generate the exit message before the validator is activated, as long as it has a status on-chain. Note that the message cannot be broadcast in this state.
🚀 MATIC Upgraded to POL
As of September 4th, 2024, POL will replace MATIC as the gas and staking token on Polygon PoS (Proof of Stake) and Polygon zkEVM.
🛠 New Improvement
✅ Updated API Endpoint
✅ Updated API Description