pyquarkchain
pyquarkchain copied to clipboard
Python implementation of QuarkChain
There is block reward for miners to package transactions, but there isn't reward for wallet/client to sign transactions. Suggest to add a "coinbase" field in the transaction structure to record...
QKCHASH needs a multithread benchmark tool. I have done it myself but i'm not a coder and the code is very bad. So it's just an issue, not a PR...
this is not a serious bug, and normally won't be a problem, but... assume tax rate is 0.5, and minor block reward or tx fee is for example 10001e-18 qkc:...
something like https://ethstats.net/ name column would be helpful to allow well-known nodes to identify themselves
memory is still creeping up on my 4g-mem machine. after running for the 3~4 days (after the keccak fix) the memory usage went from ~1.2g to ~3g. master: ~700m slave...
I hate the current form of bootnodes: node://da6ea5897f2245346dd0787163512763f26bae9e783adb1ea94053251c1fea0f1324567ac4b1abd2dc3a1cf90a352a7bf7ad11fe7748ca5126e7f2cc5077e1a4@18.236.134.107:38291 I'd rather type something like discovery.quarkchain.io and let it be, it looks devp2p has some new features for this, let's try it...
currently, pyquarkchain's transaction include a field called version which signifies how the transaction is signed: https://github.com/QuarkChain/pyquarkchain/blob/3648337b86bd9716fccd8106d98ac7c59f38a2ee/quarkchain/evm/transactions.py#L64 0 means the signature is generated in a similar way to ethereum transactions 1...
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3.1 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...