Qitmeer Network Development Report (2020.9.28-2020.10.11)
Setting of startup parameters for internal development network mixnet: including pow scale, initial difficulty of pow, etc.
code: https://github.com/Qitmeer/qitmeer/pull/369
Added the event system supporting subscription, and optimized the blockchain notification.
code: https://github.com/Qitmeer/qitmeer/pull/370
Fixed the bug of no coinbase transaction output information.
code: https://github.com/Qitmeer/qitmeer/pull/371
Added github code security analysis system.
code: https://github.com/Qitmeer/qitmeer/pull/372
Fixed allocation-size-overflow issue and explicit string(int) conversion
code: https://github.com/Qitmeer/qitmeer/pull/373
Restructured Qitmeer mining application qitmeer-miner to support GPU mining and added Opencl kernel for Qitmeer-Keccak256 algorithm.
code: https://github.com/Qitmeer/qitmeer-miner/pull/163
Qitmeer wallet API documents update: involves getBalanceByAddr, getAccountByAddress, getBillByAddr, getTxListByAddr and other APIs
code: https://github.com/Qitmeer/docs/pull/54
Qitmeer Common Links