Skip to content

Commit 7b98ed9

Browse files
feat: use keys on AWS's KMS to sign eth txs (#100)
aws keys are now used when signing txs
1 parent 1daed88 commit 7b98ed9

28 files changed

+1534
-553
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
uses: actions/checkout@v3
5656
with:
5757
token: ${{ secrets.GITHUB_TOKEN }}
58+
- name: Check for typos
59+
uses: crate-ci/typos@v1.23.6
5860
- uses: dtolnay/rust-toolchain@master
5961
with:
6062
toolchain: ${{ env.RUST_VERSION }}
@@ -67,8 +69,6 @@ jobs:
6769
run: cargo fmt --all --verbose -- --check
6870
- name: Run cargo clippy
6971
run: cargo clippy --all-targets
70-
- name: Check for typos
71-
uses: crate-ci/typos@v1.20.3
7272
- name: Install Fuel Core
7373
run: |
7474
curl -sSLf https://github.com/FuelLabs/fuel-core/releases/download/v${{ env.FUEL_CORE_VERSION }}/fuel-core-${{ env.FUEL_CORE_VERSION }}-x86_64-unknown-linux-gnu.tar.gz -L -o fuel-core.tar.gz

0 commit comments

Comments
 (0)