You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue aims to add comprehensive support for tx v3 (transaction version 3) across various functionalities in the StarkNet Snap. The primary goal is to ensure that tx v3 is fully integrated and operational within the starkNet_sendTransaction, estimateFee, estimateFeeBulk, and starkNet_createAccount functions, enhancing the overall capabilities of the StarkNet Snap.
The following pull requests (PRs) contribute to this objective:
Description: This PR introduces support for tx v3 in the estimateFee and estimateFeeBulk functions. These updates ensure that fee estimation processes are compatible with the new transaction version, providing accurate and reliable fee calculations.
Description: This PR focuses on updating the user interface (UI) to support tx v3 in the estimateFee function. It ensures that the UI components correctly reflect the changes and provide a seamless user experience when estimating fees with tx v3.
Key Changes:
UI adjustments to accommodate tx v3 in estimateFee.
Description: This PR adds support for tx v3 within the starkNet_sendTransaction function. It includes necessary updates to ensure that transactions sent via the Snap adhere to the tx v3 specifications, enhancing transaction handling and compatibility.
Key Changes:
Modified starkNet_sendTransaction to support tx v3.
UI updates for transaction sending process with tx v3.
Description: This PR introduces support for tx v3 in the starkNet_createAccount function. It ensures that account creation processes within the Snap are compatible with tx v3, facilitating seamless account management.
By merging these PRs, we will achieve early support for tx v3 in the StarkNet Snap allowing users to pay fees in both ETH and STRK, enhancing its functionality and ensuring compatibility with the latest transaction standards.
The text was updated successfully, but these errors were encountered:
Issue: Add tx v3 Support in StarkNet Snap
Description
This issue aims to add comprehensive support for tx v3 (transaction version 3) across various functionalities in the StarkNet Snap. The primary goal is to ensure that tx v3 is fully integrated and operational within the
starkNet_sendTransaction
,estimateFee
,estimateFeeBulk
, andstarkNet_createAccount
functions, enhancing the overall capabilities of the StarkNet Snap.The following pull requests (PRs) contribute to this objective:
PRs Overview
feat: support txv3 in estimateFee and estimateFeeBulk [SNAP] #262
estimateFee
andestimateFeeBulk
functions. These updates ensure that fee estimation processes are compatible with the new transaction version, providing accurate and reliable fee calculations.estimateFee
to handle tx v3.estimateFeeBulk
to handle tx v3.feat: support txv3 in estimateFee (UI) #263
estimateFee
function. It ensures that the UI components correctly reflect the changes and provide a seamless user experience when estimating fees with tx v3.estimateFee
.feat: [UI] support tx v3 in wallet-ui #271
starkNet_sendTransaction
function. It includes necessary updates to ensure that transactions sent via the Snap adhere to the tx v3 specifications, enhancing transaction handling and compatibility.starkNet_sendTransaction
to support tx v3.feat: [SNAP] supporting tx v3 in starkNet_createAccount #273
starkNet_createAccount
function. It ensures that account creation processes within the Snap are compatible with tx v3, facilitating seamless account management.starkNet_createAccount
to handle tx v3.Implementation Steps
Conclusion
By merging these PRs, we will achieve early support for tx v3 in the StarkNet Snap allowing users to pay fees in both ETH and STRK, enhancing its functionality and ensuring compatibility with the latest transaction standards.
The text was updated successfully, but these errors were encountered: