William Morriss
William Morriss
This is a feature request for `get_token_components` for [Mooniswap](https://mooniswap.info/home) which currently has $89m TVL.
When I try to run this with nohup, it fails. ``` Error: EBADF: bad file descriptor, read at Error (native) ```
Such as `npm install`
## Ask Your nodes should not require users to import a leaked private key into their keychain ## Context (Resolved) When syncing from L1 it seems to get stuck. I...
The repo has a bytecode directory but it does not specify whether the bytecode is the deployedBytecode or the constructor.
This happens fairly reliably if, within a loop that looks like this: ``` while True: try: with pkcs11lib.get_token(/**/).open(/**/) as session: key = session.get_key(/**/) while True: key.sign(/**/) except Exception: pass ```...
``` ESC[36msigning_web |ESC[0m for public_obj in session.get_objects(PUBLIC_KEY_OBJECTS_FILTER): ESC[36msigning_web |ESC[0m File "pkcs11/_pkcs11.pyx", line 282, in pkcs11._pkcs11.SearchIter.__next__ ESC[36msigning_web |ESC[0m File "pkcs11/_pkcs11.pyx", line 599, in pkcs11._pkcs11.Object._make ESC[36msigning_web |ESC[0m File "pkcs11/_pkcs11.pyx", line 629, in...
`GASPRICE` being an Ethereum opcode (`3a`), it is important to supply the correct gasPrice parameter, else you will estimate the wrong amount of gas. An example of a token that...
I wrote an optimized version of `BTCHexFromData`. The speedup with `-O3` is approximately 85% (or 5.5x) compared to the current implementation. The speedup comes from specialized printing and reduced memory...
After this change, I believe there is no remaining difference between the sources for MacOS vs iOS. The MacOS lib does not need the entire Cocoa header to compile, and...