amanusk
amanusk
Hi, Thanks for the interest in the project. Load and frequency are not always coupled. Your CPU could be set to a high frequency manually for some other reason. It...
Of course, you can use any tool supporting hashes to make the calculation. The information is available on Starknet, and can be interesting for developers. (e.g. for block explorers, indexers...
Suggestion: PARI is a well maintained library, and has extensive installation documentation ftp://pari.math.u-bordeaux.fr/pub/pari/manuals/2.7.6/INSTALL.pdf as well as packages in at least some Linux distributions: https://packages.ubuntu.com/bionic/libpari-dev Why not add interactions for installation,...
Update: Ran only library specific tests, without binding tests. The problem seems to occur since rust runs tests in parallel. Examples: ``` bash > cargo test tests:: Finished dev [unoptimized...
Some thoughts on this since I had a very similar idea. Basically described here: https://twitter.com/amanusk_/status/1370642493621080071 The interesting part for me was that by using flashbots, no extra contracts were needed....
Hey, So each account is deployed with a private/public key pair, but the public key can be changed. This is already supported by the contract, but needs to be added...
Good point, in our usecase we indeed modified both data and signature. I still think this is useful to have this option as an easy way to send (or resend)...
Hey @hardiktheprogrammer , Some more useful links and tools that already exist or are currently being worked on: * get-starknet: Library for connecting Dapps and wallets: https://github.com/starknet-io/get-starknet * Starknet React:...
Summary of what we currently plan, please ack @xJonathanLEI @sgc-code @franciszekjob @penovicp @tabaktoni @thiagodeev #1278 - fix js implementation #1286 - fix js implementation #1341 - fix js implementation #1343...