✅ 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.

🚀 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.

  • MATIC Stakers: No action is required. All staked MATIC will be converted to POL.
  • MATIC Holders on the Polygon PoS network: No action is required. Your tokens will be automatically migrated 1:1 to POL.
  • MATIC Holders on the Ethereum network or Polygon zkEVM: You’ll need to migrate your tokens. For more details, please refer to the migration guide here.
  • To stake POL: You'll need to sign the bootstrap transaction. If you want to stake or unstake MATIC without migrating to POL, call the Staking API with MATIC as the token type.

🛠 New Improvement

  • [ETH] The ETH Dashboard now allows 1-day exports.

⛔️ Goerli Removed

  • [Ethereum] We've removed support for Goerli within the Staking Integration API. You are no longer able to send API requests with this network.

🛠️ We've updated the endpoint description for clarity:

  • [Ethereum] Updated the description of unsigned_transaction in response to the Ethereum POST /stake-intents endpoint.
  • [Solana] Added on-chain status to the GET /solana/{network}/stake-accounts endpoint.

🚀 We're starting the year with some improvements:

  • [All] Ensured all intent objects have protocol or network and client_id in the response schemas.
  • [Ethereum] Added support for the Ethereum Holešky network in the Staking Integration API.
  • [Polkadot] Fixed an issue where Polkadot deactivation intent responses were missing the amount and deactivationType fields.
  • [NEAR]
    • Fixed an error message for new customers who have not staked, preventing them from creating any withdrawal intents.
    • Fixed response when requesting customer deactivation on the POST/deactivation-intents endpoint.
    • Fixed invalid network response on GET/withdrawable-amount endpoint.
  • [Cosmos] Fixed the response when a customer has no deactivation and restake intents.
  • [Solana] Fixed the issue where the Customer ID was returned blank for the stake-intent endpoint.