Vitaly Drogan
Vitaly Drogan
Hi @tomusdrw ! I used this library for eth signature verification. The main issue that I have with it is that it is very slow. `recover` is around 3ms, but...
As a beginner I often forget details about all control flow commands such as `case`, `ecase`, etc. it may be basic but I was trying to look for it in...
https://github.com/dvush/cl-secp256k1 a cffi bindings for secp256k1 C library. It is in the Debian repo, so it would be easy to install, but some tests will fail on Debian because some...
I noticed that ecfg fails on most of the nontrivial contracts that I tried. Here is an example, contact. AFAIR is just trivial "get uint from slot - put uint...
Hi, we are having some problems when users are using authereum wallet with zkSync. It looks like this issue is caused by EIP1271 signature verification. I am wondering if it...
When using JSON-RPC method "eth_sign" as described here https://eth.wiki/json-rpc/API user is asked to sign hex of the message instead of the actual message. This behavior in inconsistent with other wallets...
I like the idea of having contracts deployed on the same address for every chain but there is a problem with deployment for every eth compatible chain. Is it possible...
As of today, the registry assumes that there is only one event per signature but in reality different, binary incompatible events can have similar signature because of indexed values. Notable...
### Describe the bug I believe that there are 2 issues 1. When database is opened from a different process, trying to get the last 256 block hashes sometimes fails....
* implements api v0.2 (inputs and outputs) * builders are configured with a yaml file ## 📝 Summary ## ⛱ Motivation and Context ## 📚 References --- ## ✅ I...