Nick Edgar

Results 3 issues of Nick Edgar

I'm getting frequent yet intermittent "invalid point" errors when using v1.1.2 to sign a transaction. The signing algorithm for the asymmetric signing key in GCP KMS is Elliptic Curve P-256...

In `src/util/gcp-kms-utils.ts` it instantiates a new `KeyManagementServiceClient` each time `sign` or `getPublicKey` is called. See: https://github.com/openlawteam/ethers-gcp-kms-signer/blob/45a5186c9b3f27bd2bcf5c53bef138fe3fb43c24/src/util/gcp-kms-utils.ts#L25 https://github.com/openlawteam/ethers-gcp-kms-signer/blob/45a5186c9b3f27bd2bcf5c53bef138fe3fb43c24/src/util/gcp-kms-utils.ts#L43 The client maintains a gRPC channel, plus one in its referenced IAM client....

In `LoggedInUserMiddleware.consume`, if you log `req.user`, using e.g. `console.log("[LoggedInUserMiddleware.consume] req.user:", req.user);`, it shows like the following when logged in using the normal JWT stored in session cookie: ``` [LoggedInUserMiddleware.consume] req.user:...