-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## Version 2.0.7 | ||
|
||
Release date: Thu Apr 25 2024 | ||
|
||
--- | ||
|
||
## Version 2.0.6 | ||
|
||
Release date: Wed Apr 17 2024 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## Version 2.0.7 | ||
|
||
Release date: Thu Apr 25 2024 | ||
|
||
--- | ||
|
||
## Version 2.0.6 | ||
|
||
Release date: Wed Apr 17 2024 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @latticexyz/abi-ts | ||
|
||
## 2.0.7 | ||
|
||
## 2.0.6 | ||
|
||
## 2.0.5 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
# Change Log | ||
|
||
## 2.0.7 | ||
|
||
### Patch Changes | ||
|
||
- 375d902e: Added asynchronous polling for current fees to `sendTransaction`. | ||
- 38c61158: Added `kmsKeyToAccount`, a [viem custom account](https://viem.sh/docs/accounts/custom#custom-account) that signs transactions using AWS KMS. | ||
|
||
To use it, you must first install `@aws-sdk/[email protected]` and `[email protected]` dependencies into your project. Then create a KMS account with: | ||
|
||
```ts | ||
import { kmsKeyToAccount } from "@latticexyz/common/kms"; | ||
const account = kmsKeyToAccount({ keyId: ... }); | ||
``` | ||
|
||
By default, a `KMSClient` will be created, but you can also pass one in via the `client` option. The default KMS client will use [your environment's AWS SDK configuration](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/configuring-the-jssdk.html). | ||
|
||
- f736c43d: `Resource` type props are now readonly. | ||
- @latticexyz/schema-type@2.0.7 | ||
|
||
## 2.0.6 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-mud", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Create a new MUD project", | ||
"license": "MIT", | ||
"author": "Lattice <[email protected]>", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Change Log | ||
|
||
## 2.0.7 | ||
|
||
## 2.0.6 | ||
|
||
## 2.0.5 | ||
|