Bryan Stitt
Bryan Stitt
> Same issue: > > ```shell > $ brownie compile > Brownie v1.19.1 - Python development framework for Ethereum > > Compiling contracts... > Solc version: 0.8.16 > Optimizer: Enabled...
went back to 2022.09.02 and it worked: ``` % websocat ws://$YOUR_ERIGON_HOST_AND_PORT {"id": 1, "method": "eth_subscribe", "params": ["newHeads"]} {"jsonrpc":"2.0","id":1,"result":"0x828ca24dc16b40d8ceb2d43521994825"} {"jsonrpc":"2.0","method":"eth_subscription","params":{"subscription":"0x828ca24dc16b40d8ceb2d43521994825","result":{"parentHash":"0xcdf0ff256c0f4cfd25336b730e51c7b00655114eb71e857e7d2ea66765337690","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","miner":"0x4675c7e5baafbffbca748158becba61ef3b0a263","stateRoot":"0xd791f66fd7069609b9e1cbdf203b485cc310da33f84e84554209b7e9745fc4af","transactionsRoot":"0x72622d8aefda4772b8e2fb0f52dd733eb0643ecf0b05ab10305cf95832bd75a7","receiptsRoot":"0x2f30df1840bcb36899ed4254be60413be7561b53e1303d39f9177a76a37710a3","logsBloom":"0x4da08120c426100a0b2c0014c045182120c14a4000800322884140241c88304240a400000a10061440006438200c09013206400c280508842000112800602071428100b20800bc24614080080080e060151008600040000820106485880440001a2081a0820220ee00489f0081803809404e000d091004c9300000112484040428260102046e10241449200480d0840180131d41004280c92e0500550c10e100fa0a612060804208408c409070200c20080a12e3102400825a08400041010051430b829300001544a000000809e8510c04577b4080ba0414401c895610412e4101f42308000124242b04f5620400ce8808808202020c8541060c08085a092821","difficulty":"0x0","number":"0xeeb471","gasLimit":"0x1c9c380","gasUsed":"0x5e6924","timestamp":"0x6336702b","extraData":"0x","mixHash":"0x17a215d016114f0087ff5d4941584acc254d603b253064da8be01b5d7ab406e6","nonce":"0x0000000000000000","baseFeePerGas":"0x2ff6f1ed6","hash":"0x9b8873582de67ecec8f8260d4d924c13f349e75218840041478c9cb5b8be7589"}}} ``` I'm going to stay on the older version for now....
this was fixed by #5734 which is in v2.28.1
Any progress on bringing this into profity? Or is having this in eradicate2 enough? I would really like to have contract addresses with lots of 0s that are managed from...
I think the "score" is the score in bytes, and not the score in characters. In hex, a byte is two characters.
I'm seeing 100% CPU usage with unox with syncing a very large directory with some large ignores on OSX. @roman-alexeev, can you share your profile that makes fswatch work? I'd...
This would be really nice to have
This is larger than just sqlite. I'm running into this with Uuid and bool on mysql.
Any suggestions for how to do this? I have a sqlalchemy.JSON field that is a nested dict with a somewhat complicated structure. I don't care about validating the data besides...
https://github.com/aio-libs/aiomysql/issues/224 looks like the same issue. The examples should probably make a note about autocommit.