Rafał Kiełbus
Rafał Kiełbus
I miss this thing :)
Some elements are changed ie peer info.
Trying to deploy contracts on private network. Code form both repository and Etherscan (verified!) does not compile: ``` Stack too deep when compiling inline assembly: Variable pos is 19 slot(s)...
As TOR network evolves v2 addresses are now dropped from use https://support.torproject.org/onionservices/#v2-deprecation In server log I can see, that some servers still propagating v2 addresses, and server is trying to...
I see this in log as last line when daemon crashes ``` ERROR: ConnectInputsHook() : name_firstupdate cannot be mined if name_new is not already in chain and unexpired ThreadRPCServer ReadHTTP...
There is some bug that is counting all workers on node to default payout for node owner. Looks like code need pubkey for payout address.
Since 0.8.4 we have use of new and cheap custom errors https://blog.soliditylang.org/2021/04/21/custom-errors/ Using them in contract code, but in test I need to use expectRevert.uspecified to handle them in any...
As for now, I found logic behind your code as best way to increase block size. Moving max block size regulation to protocol level, away from human hands is only...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behaviour Qmake shows ``` Configure summary ================= Executables: namecoin ............................. ON namecoind...
### Description Accepting buy offer (selling BTC) shows error message popup, but transition continues and is seen on explorer. Transaction is continuing and finalizing properly. #### Version v1.9.21 ### Steps...