Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jul 1, 2024

🤖 I have created a release beep boop

starknet-snap: 4.0.0

4.0.0 (2024-11-27)

⚠ BREAKING CHANGES

Features

  • [UI] support tx v3 in wallet-ui (#271) (8f50a33)
  • Add custom error code to meet get-starknet v4 exception format (#374) (e61eb8b)
  • add declare method (#159) (538704e)
  • add get starknet package (#186) (c44c00d)
  • add method support get-starknet (#173) (a857eed)
  • add multi transaction to snap (#161) (eaee37b)
  • Add new RPC starkNet_getDeploymentData to support get-starknet v4 (#381) (a034bcf)
  • add open rpc json (#167) (3bab995)
  • add strk token (#204) (86f3a82)
  • add switch network and get current network (#174) (560751f)
  • Add UI divider and hyperlink the address to the explorer on the UI dialog (#405, #404) (a77fede)
  • add usdc usdt (#176) (a48dccb)
  • add waiting mode for create account (#251) (0c91142)
  • added changes to accommodate Voyager txn API responses changes (#34) (7990de0)
  • added specific address index in starkNet_createAccount and fixed Dapp to always use 0 (#7) (0607626)
  • added support for MM flask v10.24.1 and added starkNet_estimate… (#50) (88acb2f)
  • bump starknetjs to 6.7.0 (#219) (a07c3f1)
  • cairo 1 support (#202) (c5e36e9)
  • change default network to mainnet (#357) (b2eccb7)
  • changed name from StarkNet to Starknet (#138) (a153ee1)
  • clean up and update dependency (#259) (fcb83e1)
  • createStructWithAdditionalProperties superstruct factory (#334) (b393fe8)
  • deprecate goerli network (#217) (168484d)
  • display Stark name in Sidebar (#184) (60f37da)
  • Enable JSX support, 1) Allow users to select the fee token in the execute transaction dialog (#417, #418, #419, #420). 2) Add JSX support and detection (#415, #416). 3) Replace RPC dialogs with JSX-based components (#422) (abfc0e5)
  • enable v3 in executeTxn legacy (#346) (6f2b099)
  • ensure txns in snap state have the same status and timestamp as… (#10) (7c6de7c)
  • estimate fees (#162) (0aee946)
  • fixed the starknet.js version to be v4.6.x (#22) (e71a87c)
  • implement network switch in UI (#175) (4b4ace7)
  • migrate metamask flask handle to metamask (#121) (5eff492)
  • New Apis for Snap (#207) (675647d)
  • Refactor RPC starkNet_addErc20Token to have superstruct validation (#388) (157b5ad)
  • Refactor RPC starkNet_declareContract to have superstruct validation (#398) (5617ccf)
  • Refactor RPC starkNet_switchNetwork to have superstruct validation (#369, #373, #368) (d0384bf)
  • replace account class hash with constant value (#178) (f588c9c)
  • sepolia network (#187) (45b0463)
  • set Infura RPC node as the default provider for mainnet (5d969d0)
  • Sf 479 account deployment with first transaction (#55) (dedcbba)
  • sf 612 add alchemy provider (#236) (499f59d)
  • sf 613 add cicd support for alchemy (#237) (033fdc6)
  • sf-510 deprecation of status field for snap (#135) (59711bb)
  • sf-640 revamp cicd workflow (#255) (6faaf02)
  • show upgrade dialog on get-starknet calls (#247) (4d8a2d7)
  • sign transaction ongoing (#158) (0b7a8b1)
  • simplify dialog text render method (#170) (9f1c593)
  • starknet.js to v4.17.1 for new account deployment (#42) (f0df619)
  • support txv3 in estimateFee and estimateFeeBulk [SNAP] (#262) (d2dcbad)
  • switch from snap confirm to snap dialog (#71) (9350517)
  • switched back to use Infura endpoints except for estimateFeeBulk (#76) (9df15df)
  • temporarily reverted back to use StarkNet feeder gateway APIs as default provider (#39) (ed05913)
  • update snap demo html (#160) (b53cc7f)
  • update the response of stark net get transactions (#51) (56266a8)
  • update to use snap_getBip44Entropy (#21) (a619c66)
  • updated snap shasum (43f9cbc)
  • updated yarn.lock and temporarily set Sequencer as the default provider for mainnet (db01340)
  • upgrade starknet.js to v4.22 and fix the dependabot alerts by u… (#74) (a3827ee)
  • upgrade to sarknet.js v6.11.0 (#296) (e298244)
  • upgraded snap packages and patched luxon by upgrading yarn to v2 (#79) (94c2544)
  • upgraded to starknet.js v4.5.0 and set Infura RPC node as the default provider (d666ac7)

Bug Fixes

  • add mock to unit test on estimateFee and createAccount (#166) (d500465)
  • address field error (#234) (1aa523c)
  • allow multiple consecutive transactions in estimateFee(Bulk) (#289) (5a501f9)
  • audit report (#106) (663720e)
  • audit report update version (#110) (32a8388)
  • audit report update version (#111) (0e39bad)
  • audit report update version (#112) (5324859)
  • change filter in the snap so that it gets the not received transactions when refreshing (#63) (74a612f)
  • createAccount response fields and updated test cases and the ope… (#4) (6c03853)
  • deploy pipeline of production (#89) (8346bf1)
  • ensure account deployment for executTxn in get-starknet (#250) (c98f2c7)
  • fix account address (#137) (f406d43)
  • Fix incorrect params passed to RPCs starkNet_signDeclareTransaction, starkNet_verifySignedMessage, starkNet_declareContract and starkNet_getDeploymentData (#401) (a834beb)
  • Fix RPC starkNet_executeTxn storing in-correct state data if the params calls is not an array (#376) (508b958)
  • get balance should check on pending block (#293) (6df26d8)
  • get correct balance on snap homepage (#214) (781406e)
  • lint & style (#201) (4436ec1)
  • logger undefine if not init (#363) (6117509)
  • non zero balance on non deployed cairo 0 account (#276) (d9beafe)
  • remove get balance from createAccount (#272) (02b92f9)
  • remove hello method (#146) (241c1a7)
  • sf 606 fix voyager cors with official provider (#229) (44ff4f1)
  • snap homepage error when state omit (#218) (41de2ea)
  • snap homepage ui error due to goerli network deprecated (#230) (16ba5e9)
  • typo of Autherize (#224) (cc635ea)
  • typos (#172) (d745354)
  • update proposedName (#133) (28dfb15)
  • update starknet token name and symbol (#210) (4869b87)
  • validateAccountRequireUpgradeOrDeploy condition check (#288) (0f49ab0)
wallet-ui: 2.0.0

2.0.0 (2024-11-27)

⚠ BREAKING CHANGES

  • starknet.js to v4.17.1 for new account deployment (#42)

Features

  • [UI] support tx v3 in wallet-ui (#271) (8f50a33)
  • add cookie banner (#127) (64a94de)
  • Add minimum MetaMask version requirements detection. (#424) (f6cde30)
  • add t and c at footer (#120) (f33de15)
  • added changes to accommodate Voyager txn API responses changes (#34) (7990de0)
  • added console messages for version detection (#48) (1689a42)
  • added craco and craco.config.js for wallet-ui (#318) (cd53fa4)
  • added specific address index in starkNet_createAccount and fixed Dapp to always use 0 (#7) (0607626)
  • added support for MM flask v10.24.1 and added starkNet_estimate… (#50) (88acb2f)
  • auto select the newly added token from the asset list (#16) (b9f0282)
  • bump min snap version to 1.3.0 (b2ff2c1)
  • bump min snap version to 1.4.0 (c61c9cb)
  • bump min snap version to v1.2 (2a937db)
  • bump snap min version to v1.1 (#53) (77baf48)
  • cairo 1 support (#202) (c5e36e9)
  • changed name from StarkNet to Starknet (#138) (a153ee1)
  • clean up and update dependency (#259) (fcb83e1)
  • deprecate goerli network (#217) (168484d)
  • display a modal for the user to reinstall the snap in case he already had snap installed (#69) (108fc00)
  • display Stark name in Sidebar (#184) (60f37da)
  • Enable Local Testing of Webpack Federation Module (get-starknet remoteEntry.js) (#249) (b06f9f2)
  • ensure the snap version in dev and staging env can be compared with that in prod (#46) (8f89a92)
  • fixed the starknet.js version to be v4.6.x (#22) (e71a87c)
  • implement network switch in UI (#175) (4b4ace7)
  • improved decimals display + fix max function in the send modal (#59) (63ae882)
  • migrate metamask flask handle to metamask (#121) (5eff492)
  • New Apis for Snap (#207) (675647d)
  • now use new logos (#140) (25aa9ac)
  • sepolia network (#187) (45b0463)
  • Sf 479 account deployment with first transaction (#55) (dedcbba)
  • sf-510 deprecation of status field for snap (#135) (59711bb)
  • sf-640 revamp cicd workflow (#255) (6faaf02)
  • show you have no transactions if account is not deployed yet (#62) (da47b1e)
  • starknet.js to v4.17.1 for new account deployment (#42) (f0df619)
  • support txv3 in estimateFee (UI) (#263) (52b07d0)
  • switch from snap confirm to snap dialog (#71) (9350517)
  • update the min snap version to v1.0.0 (#44) (0deb190)
  • update the response of stark net get transactions (#51) (56266a8)
  • update version (#149) (1814c32)
  • upgrade starknet.js to v4.22 and fix the dependabot alerts by u… (#74) (a3827ee)
  • upgrade to sarknet.js v6.11.0 (#296) (e298244)
  • upgraded snap packages and patched luxon by upgrading yarn to v2 (#79) (94c2544)
  • upgraded to starknet.js v4.5.0 and set Infura RPC node as the default provider (d666ac7)
  • warn fees exceeds balance (#60) (3e9a66c)

Bug Fixes

  • Add missing asset icon for USDC, USDT and STRK token (#428) (9f43a22)
  • Alignment of the alert component (#28) (7c37970)
  • audit report (#106) (663720e)
  • audit report update version (#108) (32e5293)
  • audit report update version (#112) (5324859)
  • change filter in the snap so that it gets the not received transactions when refreshing (#63) (74a612f)
  • createAccount response fields and updated test cases and the ope… (#4) (6c03853)
  • deploy pipeline of production (#89) (8346bf1)
  • dummy commit for UI (1468e72)
  • fix deploy pipeline (#85) (ed3e76d)
  • fix lint (686c96c)
  • fix token symbol in not enough tokens message (#58) (eb4b18e)
  • fix wallet cant connect after disconnect (#179) (6907f29)
  • get starknet name issue (#205) (b4a800b)
  • getSpendableTotalBalance (#316) (458fa8a)
  • lint & style (#201) (4436ec1)
  • minimum snap version to 0.11.0 (#36) (afd1079)
  • Modify the min snap version (#65) (6b3eae5)
  • moved react-scripts to devDependencies and updated yarn.lock (ee320ce)
  • non zero balance on non deployed cairo 0 account (#276) (d9beafe)
  • number of decimals displayed for the token amount (#19) (78f3809)
  • qa review request, show only one balance (#352) (fdbeeb2)
  • remove get starknet name (#206) (5861156)
  • Remove Snap dependency on Wallet UI package (#397) (c9c1aaf)
  • sf 639 update contract upgrade message (#256) (9decd4b)
  • SF-494: remove html tag from alert dialog (#114) (7231bb7)
  • switch to change from ETH to USD mode (#61) (7e9106c)
  • Theme colors (aef0dfc)
  • update message for waiting deploy/upgrade txn complete (#297) (141fa20)
  • Updated theme colors (679dbcf)
get-starknet: 1.4.0

1.4.0 (2024-11-27)

Features

  • Add backward compatible with get-starknet v3 (#400) (8bf8463)
  • add get starknet package (#186) (c44c00d)
  • Add get-starknet v4 support (#400) (8bf8463)
  • clean up and update dependency (#259) (fcb83e1)
  • Enable Local Testing of Webpack Federation Module (get-starknet remoteEntry.js) (#249) (b06f9f2)
  • sf-640 revamp cicd workflow (#255) (6faaf02)
  • show upgrade dialog on get-starknet calls (#247) (4d8a2d7)
  • upgrade to sarknet.js v6.11.0 (#296) (e298244)

Bug Fixes

  • Fix address not update when network change (#366) (c96f75e)
  • get-starknet execute txn not working in firefox (#242) (634152d)
  • Remove 'Method not supported' exception in 'on' and 'off' event handlers for get-starknet v4 compatibility (#402) (bd6b66d)
  • resolve issue in cicd pipeline (#258) (35f21e6)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 1fe6de4 to c40ed56 Compare July 5, 2024 08:00
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from d147db5 to 149d699 Compare November 25, 2024 16:26
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 149d699 to 41745b0 Compare November 27, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants