Skip to content

Commit

Permalink
chore: update changelog and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
montelaidev committed Feb 16, 2024
1 parent faaeafb commit af6691b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 93 deletions.
27 changes: 5 additions & 22 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand All @@ -7,36 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.2.1]
### Uncategorized
- Fix/private-site ([#35](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/35))
- Revert "0.2.1 (#33)" ([#33](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/33))
- 0.2.1 ([#33](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/33))
- fix: autochangelog ([#30](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/30))
- Revert "0.2.1 (#28)" ([#28](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/28))
- 0.2.1 ([#28](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/28))
- 0.2.0 ([#24](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/24))
- chore: add changelog category ([#23](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/23))
- fix: downgrade version to retrigger publish ([#21](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/21))
- 0.2.0 ([#19](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/19))
- 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

## [0.2.0]

### Changed

- Fix updates configs to match template ([#14](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/14))
- 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

- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.1...HEAD
Expand Down
79 changes: 10 additions & 69 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand All @@ -7,87 +8,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.2.1]
### Uncategorized
- Revert "0.2.1 (#33)" ([#33](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/33))
- 0.2.1 ([#33](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/33))
- fix: autochangelog ([#30](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/30))
- Revert "0.2.1 (#28)" ([#28](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/28))
- 0.2.1 ([#28](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/28))
- chore: bump keyring-api dep ([#26](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/26))
- 0.2.0 ([#24](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/24))
- chore: add changelog category ([#23](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/23))
- fix: downgrade version to retrigger publish ([#21](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/21))
- 0.2.0 ([#19](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/19))
- 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: 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 [email protected] 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

### Changed

- Bump keyring-api dependency ([#26](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/26))

## [0.2.0]

### 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))

### Changed

- 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

- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.1...HEAD
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.2.0",
"version": "0.2.1",
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
"proposedName": "MetaMask Account Abstraction Snap Keyring",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-account-abstraction-keyring.git"
},
"source": {
"shasum": "wuTlpunQgVo5LcUCDOVwLl/44nfcMTcYoczRDVS/GRY=",
"shasum": "hGbs38Br7zSueROnZZL8jqMcWuGBSCbD7ket0AIN+D8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit af6691b

Please sign in to comment.