Commit Graph
2534 Commits
Author SHA1 Message Date
Gene HoffmanandGene Hoffman 81f26ca38b Fix LGTM, update CHANGELOG 1.0beta14 2020-10-01 11:07:12 -07:00
Mariano SorgenteandGene Hoffman e87a6ebc69 Update chiapos 2020-10-01 11:07:12 -07:00
Gene HoffmanandGene Hoffman 942065f738 Check clang versions 2020-10-01 11:07:12 -07:00
Gene HoffmanandGene Hoffman ac84a01819 Update package-lock.json 2020-10-01 11:07:12 -07:00
Florin ChiricaandGene Hoffman be8955af93 Lint. 2020-10-01 11:07:12 -07:00
fchiricaandGene Hoffman b3e1c89559 First attempt local IP. 2020-10-01 11:07:12 -07:00
fchiricaandGene Hoffman 62dbbf7f81 Try to fix simulation test. 2020-10-01 11:07:12 -07:00
Gene HoffmanandGene Hoffman f385eb4c73 Add IFMA, fix bluebox bug 2020-10-01 11:07:12 -07:00
Florin ChiricaandGene Hoffman e1f1a82a8e Fix typo. 2020-10-01 11:07:12 -07:00
fchiricaandGene Hoffman afaf077529 Lint, increase timeouts. 2020-10-01 11:07:12 -07:00
fchiricaandGene Hoffman c0f84edde1 Fix peer gossip bugs. 2020-10-01 11:07:12 -07:00
d4051b72b9 Ms.fixtest (#432)
* New chiapos API

* Fix flake

* Move to chiapos 0.12.30 to fix segfaults

* Black

* change stripe size to 2000

* chiavdf to 0.12.25

* Revert "chiavdf to 0.12.25"

This reverts commit f7f596ce16.
chiavdf has a timelord compile error on MacOS.

* Increase default -b

* Plotter GUI test

Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
Co-authored-by: Yostra <straya@chia.net>
2020-10-01 11:07:12 -07:00
Florin ChiricaandGene Hoffman 08c985ba7e Preventive exception catch. 2020-10-01 11:07:12 -07:00
Mariano SorgenteandGene Hoffman 13b634249a Ms.plottest (#431)
* Fix harvester test
2020-10-01 11:07:12 -07:00
YostraandGene Hoffman ecd68e48f7 first sync 2020-10-01 11:07:12 -07:00
Mariano SorgenteandGene Hoffman 97ae12082c New chiapos 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman 54a4fcd6d1 fixes tests 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman 9070f26717 fixes lint 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman a17f6814b5 updates changelog 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman 7fdd5634b3 updates documentation 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman 38d3fcb75e adds fees to send_clawback_transaction 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman 8d50da67ec adds fees to add_rate_limited_funds 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman 4d2f3e2597 adds fees to rate limited wallet transactions 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman 4710409529 adds fee to admin wallet creation 2020-10-01 11:07:12 -07:00
Florin ChiricaandGene Hoffman d0cfabc56e Fix deserialize bug. 2020-10-01 11:07:12 -07:00
Florin ChiricaandGene Hoffman 02ecd1d66d Define OutboundMessageGenerator. 2020-10-01 11:07:12 -07:00
fchiricaandGene Hoffman b89d1e94f2 Also disconnect wallet. 2020-10-01 11:07:12 -07:00
fchiricaandGene Hoffman f989fe75eb Improve connection time. Disconnect peers from the introducer. 2020-10-01 11:07:12 -07:00
Gene HoffmanandGene Hoffman 3920cb8b36 Update initial config to document Bluebox conf 2020-10-01 11:07:12 -07:00
YostraandGene Hoffman df8144894a make configurable 2020-10-01 11:07:12 -07:00
YostraandGene Hoffman 5854ff7f05 sync, ph 2020-10-01 11:07:12 -07:00
Richard KissandGene Hoffman 228eb184a7 Get rid of .value for WalletType is now an IntEnum. 2020-10-01 11:07:12 -07:00
Richard KissandGene Hoffman b3e157e8ca Don't use Wallet.wallet_info because it's private. 2020-10-01 11:07:12 -07:00
Richard KissandGene Hoffman 6ae537a307 Rename to get_all_wallet_info_entries. 2020-10-01 11:07:12 -07:00
Richard KissandGene Hoffman c337628464 Add Wallet.type(). 2020-10-01 11:07:12 -07:00
Richard KissandGene Hoffman 9d3dac9592 Get rid of AbstractWallet. 2020-10-01 11:07:12 -07:00
Richard KissandGene Hoffman 79315f2b57 Improvements to p2_delegated_puzzle_or_hidden_puzzle. 2020-10-01 11:07:12 -07:00
Richard KissandGene Hoffman 37e841f401 Improve WalletTools. 2020-10-01 11:07:12 -07:00
Gene HoffmanandGene Hoffman d2513a8caf Catch changelog up to peer gossip 2020-10-01 11:07:12 -07:00
Florin ChiricaandGene Hoffman 5b17e1cf23 Peer gossip. (#414)
* 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.
2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman b37e033d56 updates changelog 2020-10-01 11:07:12 -07:00
Gene HoffmanandGene Hoffman 9248f30bcf cryptography 3.1.1 for OpenSSL 1.1.1h 2020-10-01 11:07:12 -07:00
Gene HoffmanandGene Hoffman f7a8d8725a Update temp space - k = 28 & 29 2020-10-01 11:07:12 -07:00
Gene HoffmanandGene Hoffman b25ef87e60 install-timelord needs build-essential on spartan machines 2020-10-01 11:07:12 -07:00
Richard KissandGene Hoffman 486913b23b Update clvm-tools version. 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman 5cf63201ba fixes black lint 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman f83e256a14 fixes lint 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman 3bfe892a30 fixes rebase 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman 9dd7a85033 fixes lint 2020-10-01 11:07:12 -07:00
Will BendickandGene Hoffman ebde6e8467 fixes lint 2020-10-01 11:07:12 -07:00