aion-kelvin
aion-kelvin
Hey, @qoire > Could you elaborate further on why block hash lookups are "free" for us? I may have phrased that poorly; perhaps a better way to put it is:...
Hi, That is a mistake in the documentation... the signature is given not as (r, s), but simply as one hex string. We will update our docs.
(v, r, s) is given by Ethereum's signing scheme. We use a different scheme (Ed25519 instead of ECDSA), which does not have (v, r, s). May I ask what how/why...
Are you signing/recovering transactions? Or arbitrary messages?
web3.eth.accounts.recover can be used to recover the address of signatures created by web3.eth.accounts.sign. Unfortunately, we do not support recovering the address of signed transactions right now. API References: https://docs.aion.network/docs/web3-eth-accounts#section-sign https://docs.aion.network/docs/web3-eth-accounts#section-recover...
Thanks for the patch
Oops, I initially misinterpreted that PR link as a PR against this repo. I'll put it on our list to make a similar patch.