odan

Results 39 comments of odan

@moreal BTW, `aws-kms-provider` has been rewrite into `@cloud-cryptographic-wallet/web3-provider-adapter` and `@cloud-cryptographic-wallet/aws-kms-signer`. I recommend switching to this libraries if possible. https://github.com/odanado/cloud-cryptographic-wallet/blob/master/packages/web3-provider-adapter/README.md

I'm working on resolving the GitHub Actions error. It will be a while before I can merge the pull requests and publish the library.

I ran the e2e test locally and confirmed it succeeded. ``` $ AWS_PROFILE=root RPC_URL=http://localhost:8501 yarn e2e ✓ packages/asn1-parser/src/parse-public-key.spec.ts (2) ✓ packages/asn1-parser/src/parse-signature.spec.ts (3) ✓ test/e2e/ethers/send-eth.spec.ts (2) 2509ms ✓ test/e2e/legacy/ethers-send-eth.spec.ts (1) 2449ms...