William Morriss
William Morriss
This error seems to mean that the specified block number is not on geth.
https://github.com/MyEtherWallet/VanityEth/pull/13
CloudHSM doesn't seem to support C_SetAttributeValue.
The only attribute supported for C_SetAttributeValue is `Attribute.TOKEN` (OBJ_ATTR_TOKEN). ``` (only the following attribute's value can be modified) OBJ_ATTR_TOKEN = 1 ``` CloudHSM also doesn't support C_GetAttributeValue for most of...
From our Pipfile ``` python-pkcs11 = { git = 'https://github.com/danni/python-pkcs11.git', ref = '1bab4197f1098b6933dda2a12c5100f6d92cd706' } ```
Docker image: python:3.7.3-stretch https://github.com/docker-library/python/blob/34c9df35e9a69e9f0edde88e861b543edb8bc07a/3.7/stretch/Dockerfile
The pkcs11 library is CloudHSM
I have not seen the issue without the filter.
To test a fix, compare the result of estimateGas with a gasPrice of 50 gwei vs a gasPrice of 1 wei.
The latest commits improve the non-`-O3` speed slightly more. New timer.m: ``` @import Foundation; #import static const char hexValues[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8',...