lewis-sqa

Results 7 comments of lewis-sqa

I'm rather new to AssemblyScript too but it looks like constructors support shorthand instance property assignment. Essentially the `public` keyword means instances will have a property called "text" with a...

Hey @grachyov, I've done some testing with Tokenary this morning and found a few problems with it's current implementation: - Imported wallets with named account ids (`test.testnet`) aren’t working as...

@grachyov, apologies for the delayed response: > Are the error messages exactly the same? — No. Are dapps relying on these? Sadly, Wallet Selector depends on the messages to identify...

Hi @phucloc8697, Thanks for raising this enhancement. I'd like to dig a little deeper into the use case of this. What's the intention for signing exactly? Will the message ever...

@phucloc8697 thanks for providing some clarity on this 👍 I did some investigation with Sender as I realise it's since implemented the `Account` class/interface from `near-api-js` which happens to ultimately...

@phucloc8697 We've ran into a couple of problems regarding this feature: 1. There's been some concerns raised by core members of the NEAR team that signing arbitrary messages can be...

@phucloc8697 So I believe a `Signer.signMessage` implementation tends to be backed ultimately by a `KeyPair`'s `sign` method. The issue is really the security concerns of `signMessage` as arbitrary messages lack...