pyquarkchain
pyquarkchain copied to clipboard
Python implementation of QuarkChain
Bumps [numpy](https://github.com/numpy/numpy) from 1.15.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
transaction https://mainnet.quarkchain.io/0/tx/0x2f2043f91bc5abf2e5d62b77976cfe273b15c1857ae34d5b19fc44d72cce2370 cannot be found by getLogs. { "id":1, "jsonrpc":"2.0", "method":"getLogs", "params":[ { "address":"0x9b68bCd56De11d22161eB550b84EAC082d082213", "fromBlock":"0x91c3d8", "toBlock":"0x91c3da", "topics":[ "0x3f7f2605a4860b57de4b2bb7500ef93af42fbcdac9c6d8a0f71a8134e45823b0" ] } ] } { "jsonrpc": "2.0", "method": "getLogs", "params": [{ "topics":...
When the cluster shuts down (either gracefully or ungracefully), it is likely to enter a cluster inconsistent state, e.g., - a shard block is processed, and then the cluster is...
Bumps [websockets](https://github.com/aaugustin/websockets) from 8.0.2 to 9.1. Changelog Sourced from websockets's changelog. 9.1 ... May 27, 2021 .. note:: **Version 9.1 fixes a security issue introduced in version 8.0.** Version 8.0...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.1.3 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3.1 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...
The Prometheus server was supposed to count the balance of each shard when the cross-shard transaction happens (#918), but the result sometimes gets wrong. In this case, shard 0 transferred...
seeing flaky tests (like [this run](https://github.com/QuarkChain/pyquarkchain/pull/898/checks?check_run_id=871597874)) sometimes. @qizhou can you take a look? ``` 2020-07-15T01:03:14.5971924Z =================================== FAILURES =================================== 2020-07-15T01:03:14.5972127Z ___________ TestCluster.test_broadcast_cross_shard_transactions_2x1 ____________ 2020-07-15T01:03:14.5972214Z 2020-07-15T01:03:14.5972435Z self = 2020-07-15T01:03:14.5972588Z 2020-07-15T01:03:14.5972718Z def test_broadcast_cross_shard_transactions_2x1(self):...