diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index dad1dd3..57d8826 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -7,20 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.2.0] -### Uncategorized -- Fix updates configs to match template ([#14](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/14)) -- Matt e2e fixes 2 ([#8](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/8)) -- fix: changelogs -- bump: metamask/providers -- fix: remove unused variables -- Removed userOp methods from front-end -- Added validation to setting the config -- Added ability to set chain configuration via keyring and UI -- Added salt ability to front end create account -- Updated snap name on front end -- updated front end to import private key in create account and include userOp methods -- fix: update keyring api on site -- feat: inital aa snap commit +### Changes +- Fix chain config for the companion dapp ([#8](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/8)) ## [0.1.0] - 2024-01-15 ### Added diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 724c88a..0b61944 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -7,67 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.2.0] -### Uncategorized -- Use snap template workflows ([#17](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/17)) -- Fix updates configs to match template ([#14](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/14)) -- fix: regex to support query parameters ([#13](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/13)) -- Matt e2e fixes 2 ([#8](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/8)) -- fix: changelogs -- fix: lint in template string -- fix: remove unneeded deps -- fix: lint -- fix: lint -- fix: remove prettier for cache, coverage and artifacts -- chore: fix lint -- fix: dynamically set networks based on env -- fix: remove @uniswap/sdk-core -- fix: update env files for snap -- fix: lint -- fix: verifying paymaster test -- fix: tests -- Removed userOp methods from front-end -- Added validation to setting the config -- Updated TODOs for validation and setting if an account is deployed -- Fix: do not destructure transaction array in prepareUserOp -- Fix: return '0x' for dummy paymaster and data -- Fix: updated chainIdDecimal to base 10 -- Fix: wrap user op hash in bytes before signing -- Added ability to set chain configuration via keyring and UI -- Added salt ability to front end create account -- fix: remove usage of jest env -- Added compile step to build -- fix: patchUserOperation to use verifying paymaster -- chore: update readme -- fix: sign userOperation -- feat: update hardhat config with chainId and max accounts -- updated front end to import private key in create account and include userOp methods -- fix: change salt to be dynamic -- fix: update keyring api on site -- fix: SimpleAccountFactory getAddress to getAccountAddress -- fix: return types for prepareUserOperation -- fix: add network-access permission -- feat: impl patchUserOperation -- Added salt to wallet state and address for paymaster to env.sample -- Updated paymaster url in env.sample -- Updated dummy values and added urls to env.sample -- Updated implementation for preparing and signing requests and merged with deploy contracts branch -- Merge remote-tracking branch 'origin/feat/deploy-factories' into feat/implement-4337-methods -- Finished implementing prepareUserOp -- feat: add deployment script for factories -- feat: add env sample and update hardhat config -- feat: add jest -- Started implementing method to prepare userOp -- Added method stubs for user operations -- Init: removed async methods and flows -- Removed unnecessary error throw and set deployed to false in createAccount -- Added initCode generation to createAccount -- Added sign transaction to unsupported methods -- Added ethers@5.7.0 to dependencies -- feat: init commit with createAccount and state updates -- feat: update readme and gitignore -- feat: add v0.6.0 reference contracts -- feat: add hardhat and openzeppelin -- feat: inital aa snap commit +### Added +- Add userop methods and updates account creation ([#4](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/4)) +- Add contract addresses and deployment script ([#2](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/2)) + + +### Changes +- Fix regex to support query parameters ([#13](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/13)) +- Fix initcode generation ([#8](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/8)) ## [0.1.0] - 2024-01-15 ### Added diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index ad4b78b..bd85df7 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.2.0", "description": "An account abstraction keyring snap that integrates with MetaMask accounts.", "proposedName": "MetaMask Account Abstraction Snap Keyring", "repository": { @@ -7,7 +7,7 @@ "url": "git+https://github.com/MetaMask/snap-account-abstraction-keyring.git" }, "source": { - "shasum": "ovra153sNkMAeoTOn3UcW1jrXsM+EUVfHMbL+R5wx90=", + "shasum": "HHVqJnG0RqwNHK2ixNlnBvMerZ+bz1iBHcst/9bJfuw=", "location": { "npm": { "filePath": "dist/bundle.js",