Greg Scullard

Results 43 comments of Greg Scullard

Can this be fixed somehow, trying to get the transactions signed via a signer (client.setOperatorWith(...)) which results in the external signer being prompted to sign the transaction twice. The signer...

Reopening because, while I agree with the principle, we deal with developers on a daily basis who encounter this error because their `.env` is badly configured, and often all they're...

I would recommend a non breaking change of course. I would expect PrivateKey.fromString() **not to** silently handle null/undefined, but throw a clear exception a developer would understand such as "Cannot...

Suggested description for DFNS ```DFNS: Web3 wallets as an api - One simple integration supercharges your platform with seedless wallets providing maximum security and freedom for crypto.``` And link to...

And for Elliptic (`Compliance Partners` Section in the doc) About Elliptic Elliptic powers the intelligence that helps crypto businesses, financial institutions, law enforcement, and regulators make faster, smarter, and safer...

@rosendopili thank you for your contribution, could you * Resolve DCO * Explain the purpose of the PR to facilitate the review * Include changes to readme.md if this PR...

Can you explain ? * Move clients... * Close clients I've updated the Hedera client and associated uses to ensure it's only created one (except for the admin apis where...

Although, seeing the code uses .env, isn't there value in supplying a test .env file in order to test all is well, rather than override and therefore skip those lines...

Ken, slight correction if I may, I understand that everything is `Optional` in proto3 rather than `Required` now that `Required` and `Optional` are deprecated. An explanation here: https://stackoverflow.com/questions/31801257/why-required-and-optional-is-removed-in-protocol-buffers-3