@@ -50,13 +50,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5050- chore: rename rpc urls to be consistent
5151- feat: remove local development hooks and add InstallButton component
5252- Disable logging in production ([ #161 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/161 ) )
53- - tests upadate
5453- update headers setup for account API and balance formating
5554- Better makeValidatedRequestWithRetry typings
5655- clear timeout move to finally block
5756- account api v2
5857- refactor retry http logic into helper function
59- - rename method
6058- Schema address validation updates, naming updates and creating httpClient utils to merge duplicating code
6159- Process permission requests sequentially ([ #150 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/150 ) )
6260- try caipAssetType normal and case insesitive lookup as fallback
@@ -77,23 +75,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7775- style: update component class definition to include text color
7876- style: fix indentation in package.json files and docs
7977- build: downgrade @types/react from 18.3.23 to 18.2.4
80- - update error message
81- - update manifest
82- - manifest update
83- - import order fix
84- - manifest update
85- - fix import order
8678- execute handlers sequentially and function rename
87- - update docs
88- - update snap manifest
8979- Make sure events are processes sequentially and that all events are proccessed before granting permission
90- - update manifest
91- - update manifest
9280- make justification optional and show default message in this case
9381- Update linter rule for empty line is js docs and update comments to have an empty line
94- - update manifest
95- - update snap manifest
96- - Update snap manifest
9782- Update message-signing-snap dependency to 1.1.3
9883- bump major version on dependencies
9984- update node version, bump dependencies
@@ -102,19 +87,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10287- Bump the npm_and_yarn group across 1 directory with 3 updates ([ #78 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/78 ) )
10388- refactor: reduce boilerplate in permission definitions
10489- Improve asynchronicity when resolving context for period permissions. Fix various linting issues.
105- - Fix merge conflict
10690- Use dropdown + explicit seconds for selecting the period duration
10791- Update packages/gator-permissions-snap/src/permissions/nativeTokenPeriodic/caveats.ts
10892- Move confirmation wrapper into shared permissionHandlerContent.tsx - title - add more rules button
10993- Move ruleManager, permissionHandler, ruleModalManager to core
110- - Update documentation
11194- Remove defunct handlers from confirmation
11295- Implement handler pattern: - decouple handler out of orchestrator - update naming throughout handlers and orchestrators to be more consistent
11396- Remove shared rules, move expiry rule back into native token stream
11497- refactor: extract shared expiry rule, remove defunct permissions/types.ts
11598- Update tests to match implementation
11699- Standardise some naming
117- - Try again to fix shasum
118100- Enable linting of tsx files in gator-permissions. Auto fix linting problems.
119101- Move allSupportedChains itno BaseAccountController as private static member
120102- Improve profile sync dev experience ([ #86 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/86 ) )
@@ -128,7 +110,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128110- fix mock interfearance in tests
129111- fix: TokenIcon runtime type enforcement ([ #155 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/155 ) )
130112- Missing runtime schema verification for profile sync store/retrieve ([ #157 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/157 ) )
131- - test fix
132113- Fix misleading debug message ([ #156 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/156 ) )
133114- feat: Incorrect token currency shown ([ #152 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/152 ) )
134115- Handle Price API errors ([ #146 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/146 ) )
@@ -137,17 +118,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137118- Improve ERC20 token parsing error and fix fetching bug ([ #124 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/124 ) )
138119- EOAAccountController should serialize delegation salt as bigint when calling eth_signTypedData_v4 ([ #116 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/116 ) )
139120- address potential race condition
140- - linter fixes
141- - linter fixes
142121- Fix typos ([ #98 ] ( https://github.com/MetaMask/snap-7715-permissions/pull/98 ) )
143- - Fix failing test
144- - Fix lint error
145- - Fix failing test
146- - Fix those tests
147- - Fix linting: - add eslint packages to packages - fix linting errors in gator permissions snap
148- - Fix shasum
149- - Manual fixes to linting errors
150- - Fix environment variable parsing
151122
152123### Removed
153124
0 commit comments