Skip to content

Commit 0e6dd3a

Browse files
authored
Rebrand Delegation Toolkit as Smart Accounts Kit (#89)
* Rename DeleGatorEnvironment to SmartAccountsEnvironment * Rename @metamask/delegation-toolkit to @metamask/smart-accounts-kit * Update e2e tests and yarn.lock to reference new package name * Reset changelog * Fix import order * Remove all remaining references to delegation toolkit
1 parent 8f6253c commit 0e6dd3a

368 files changed

Lines changed: 599 additions & 656 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
/packages/delegation-abis @MetaMask/delegation
1313
/packages/delegation-core @MetaMask/delegation
1414
/packages/delegation-deployments @MetaMask/delegation
15-
/packages/delegation-toolkit @MetaMask/delegation
15+
/packages/smart-accounts-kit @MetaMask/delegation
1616
/packages/7715-permission-types @MetaMask/delegation

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
## [7.0.0]
2121

22-
[Unreleased]: https://github.com/MetaMask/delegation-toolkit/compare/delegator-sdk-monorepo@12.0.0...HEAD
23-
[12.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/delegator-sdk-monorepo@11.0.0...delegator-sdk-monorepo@12.0.0
24-
[11.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/delegator-sdk-monorepo@10.0.0...delegator-sdk-monorepo@11.0.0
25-
[10.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/delegator-sdk-monorepo@9.0.0...delegator-sdk-monorepo@10.0.0
26-
[9.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/delegator-sdk-monorepo@8.0.0...delegator-sdk-monorepo@9.0.0
27-
[8.0.0]: https://github.com/MetaMask/delegation-toolkit/compare/delegator-sdk-monorepo@7.0.0...delegator-sdk-monorepo@8.0.0
28-
[7.0.0]: https://github.com/MetaMask/delegation-toolkit/releases/tag/delegator-sdk-monorepo@7.0.0
22+
[Unreleased]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@12.0.0...HEAD
23+
[12.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@11.0.0...delegator-sdk-monorepo@12.0.0
24+
[11.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@10.0.0...delegator-sdk-monorepo@11.0.0
25+
[10.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@9.0.0...delegator-sdk-monorepo@10.0.0
26+
[9.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@8.0.0...delegator-sdk-monorepo@9.0.0
27+
[8.0.0]: https://github.com/MetaMask/smart-accounts-kit/compare/delegator-sdk-monorepo@7.0.0...delegator-sdk-monorepo@8.0.0
28+
[7.0.0]: https://github.com/MetaMask/smart-accounts-kit/releases/tag/delegator-sdk-monorepo@7.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This monorepo consists of a suite of tools to enable developers to build using t
77
- `./packages` contains top level packages that will be deployed for external use
88
- `/delegation-abis` has collection of ABIs corresponding to a specific version of the [Delegation Framework](https://github.com/metamask/delegation-framework).
99
- `/delegation-deployments` contains deployments for different versions of the [Delegation Framework](https://github.com/metamask/delegation-framework).
10-
- `/delegation-toolkit` has utilities for creating a [DeleGator SCA](https://github.com/MetaMask/delegation-framework/blob/main/documents/DeleGatorCore.md#metamasks-delegatorcore) know as MetaMask smart account, setting up delegations, and redeeming them.
10+
- `/smart-accounts-kit` has utilities for creating a [DeleGator SCA](https://github.com/MetaMask/delegation-framework/blob/main/documents/DeleGatorCore.md#metamasks-delegatorcore) know as MetaMask smart account, setting up delegations, and redeeming them.
1111
- `/delegator-e2e` has end-to-end tests for the Delegation Toolkit.
1212
- `./shared` contains basic shared resources for configuring and testing the packages.
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/metamask/delegation-toolkit.git"
8+
"url": "https://github.com/metamask/smart-accounts-kit.git"
99
},
1010
"files": [],
1111
"workspaces": [

packages/7715-permission-types/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
- Export `MetaMaskBasePermissionData` type ([#65](https://github.com/metamask/delegation-toolkit/pull/65))
14+
- Export `MetaMaskBasePermissionData` type ([#65](https://github.com/metamask/smart-accounts-kit/pull/65))
1515

1616
## [0.2.0]
1717

1818
### Added
1919

2020
- Type definitions for EIP-7715 Execution Permissions, and definitions for permission types supported by MetaMask
2121

22-
[Unreleased]: https://github.com/metamask/delegation-toolkit/compare/@metamask/7715-permission-types@0.3.0...HEAD
23-
[0.3.0]: https://github.com/metamask/delegation-toolkit/compare/@metamask/7715-permission-types@0.2.0...@metamask/7715-permission-types@0.3.0
24-
[0.2.0]: https://github.com/metamask/delegation-toolkit/releases/tag/@metamask/7715-permission-types@0.2.0
22+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.3.0...HEAD
23+
[0.3.0]: https://github.com/metamask/smart-accounts-kit/compare/@metamask/7715-permission-types@0.2.0...@metamask/7715-permission-types@0.3.0
24+
[0.2.0]: https://github.com/metamask/smart-accounts-kit/releases/tag/@metamask/7715-permission-types@0.2.0

packages/7715-permission-types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Package with types as defined in [ERC-7715](https://eip.tools/eip/7715). This pa
44

55
## Installation
66

7-
This package is normally installed as part of the Delegation Toolkit (@metamask/delegation-toolkit) which is part of this monorepo.
7+
This package is normally installed as part of the Delegation Toolkit (@metamask/smart-accounts-kit) which is part of this monorepo.
88

99
In order to install this package standalone:
1010

packages/7715-permission-types/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"MetaMask",
99
"Ethereum"
1010
],
11-
"homepage": "https://github.com/metamask/delegation-toolkit/tree/main/packages/7715-permission-types#readme",
11+
"homepage": "https://github.com/metamask/smart-accounts-kit/tree/main/packages/7715-permission-types#readme",
1212
"bugs": {
13-
"url": "https://github.com/metamask/delegation-toolkit/issues"
13+
"url": "https://github.com/metamask/smart-accounts-kit/issues"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/metamask/delegation-toolkit.git"
17+
"url": "https://github.com/metamask/smart-accounts-kit.git"
1818
},
1919
"main": "./dist/index.cjs",
2020
"module": "./dist/index.mjs",

packages/delegation-abis/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/metamask/delegation-toolkit/
10+
[Unreleased]: https://github.com/metamask/smart-accounts-kit/

packages/delegation-abis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A collection of ABIs for the [Delegation Framework](https://github.com/metamask/
44

55
## Installation
66

7-
This package is normally installed as part of the Delegation Toolkit (@metamask/delegation-toolkit) which is part of this monorepo.
7+
This package is normally installed as part of the Delegation Toolkit (@metamask/smart-accounts-kit) which is part of this monorepo.
88

99
In order to install this package standalone:
1010

packages/delegation-abis/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"MetaMask",
99
"Ethereum"
1010
],
11-
"homepage": "https://github.com/metamask/delegation-toolkit/tree/main/packages/delegation-abis#readme",
11+
"homepage": "https://github.com/metamask/smart-accounts-kit/tree/main/packages/delegation-abis#readme",
1212
"bugs": {
13-
"url": "https://github.com/metamask/delegation-toolkit/issues"
13+
"url": "https://github.com/metamask/smart-accounts-kit/issues"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/metamask/delegation-toolkit.git"
17+
"url": "https://github.com/metamask/smart-accounts-kit.git"
1818
},
1919
"author": "MetaMask <hello@metamask.io>",
2020
"sideEffects": false,

0 commit comments

Comments
 (0)