mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-07 02:24:15 -05:00
* Initial commit. * mypy * Fix start service logic. * Fix AddressManager tests. * Experimentally increase timeout. * Attempt to fix test. * Flake8 typo * Print traceback for CI build. * Revert exception catching to gain more logs. * Add serialization. * Try to hack simulation test. * Add debug info. Connect peers more often. * Try to fix full node gossip. * Remove introducer protocol from full node. * Update request_peers test. * Flake8 the test. * Add sqlite. * Address some review comments. * Try to remove Peers() everywhere but introducer. * flake8 * More linting. * Limit other types of inbound connections. * Initial commit new code. * AddressManager tests working. * flake8, mypy, some tests. * More flake8. * Tweak gossip protocol. * Catch more connection failures. * First attempt wallet gossip. * Add wallet gossip test. * Add back global signal handler. * Resolve some SuperLinter issues. * Fix some bugs. * More linting. * Lint. * Attempt to improve network connectivity. * Small fixes. * Lint. * Lint. * Checkpoint address relay. * Some fixes. * Fix db path. * Lint. * Small fixes. * Fix bugs. * flake8, improve speed test simulation. * py.black * LGTM, other small fixes. * Don't self connect. * py.black * Punish self connections even more. * One more attempt to fix self connection. * Don't connect to the introducer if I have all peers. * Catch bugs. * Fix typo. * Type checking. * Lint, catch timestamp bug.