Commit Graph
14659 Commits
Author SHA1 Message Date
Mariano SorgenteandGene Hoffman 1055ee3ea2 Remove localhost references, and fix connection bug 2020-07-16 13:05:43 -07:00
LipaandGene Hoffman 2afe3cc318 change XCH to TXCH in ui (#307)
* change XCH to TXCH in ui

* updated changelog
2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman c61fc75ae9 actions/checkout@v2 2020-07-16 13:05:43 -07:00
7b09d57170 renamed Connection - added 10 minute timeouts to blocking calls to ensure garbage collection
* renamed Connection to ChiaConnection to eliminate aliasing during leak debugging. added 10 minute timeouts to ChiaConnection blocking calls to ensure garbage collection can eventually clean up.
* flake8
* Fix lgtm.com import issue in connection.py

Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2020-07-16 13:05:43 -07:00
Mal CurtisandGene Hoffman c774f70be8 s/kwards/kwargs 2020-07-16 13:05:43 -07:00
Mal CurtisandGene Hoffman be14b32121 Make rpc server optional for farmer, full_node and harvester 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman 7dd0df2a50 Use bt.root_path instead of global. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman 617d6896e2 Pass starting_height explicitly, not in dic. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman e83e7db3ce Pass clvm_cost_ratio_constant to calculate_cost_of_program. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman 9220b90373 Explicitly pass discriminant_size_bits to TimeLord. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman 0175cf64eb Use constants_for_dic. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman 97150f8abd Fix test. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman f8d06946cd Use make_test_constants_with_genesis. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman e4f3050667 Use ConsensusConstants in many more places. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman 13525e824f Pass in consensus_constants to TimeLord. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman be8f973fa2 Pass constants into Farmer. 2020-07-16 13:05:43 -07:00
Gene Hoffman b3ff1c1c51 Lower dev dependencies and sync setup.py to dev-reqs.txt (#298)
* Match requirements-dev to setup.py
* new flake8 create_plots.py, keys.py
* setup-python@v2 - build_macos.sh needs setuptools_scm
* Update setuptools_scm, remove isort, autoflake deps
* Switch upload-pypi-source to ubuntu from macos
2020-07-16 13:05:43 -07:00
Gene Hoffman 7bc4e36c18 prettier on js - reorder setup.py - rm obsolete and dupes. Vers updates (#297) 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman 30a1a53c8e Fix some conflicts with 916f6e7075. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman aa66d1d13d Remove from src.consensus.constants import constants. 2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman 05d6658eeb Fix a mypy issue found by 0.782 and upgrade dev reqs to same 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman 751fe3d491 First crack at adding types to constants. 2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman f812cdc72d Remove path never taken. 2020-07-16 13:05:43 -07:00
Gene Hoffman c3a3fdba1f Integrate GH super linter - fix shell, markdown, python issues (#296)
* Try super-linter
* Fix lint issues, move to separate gh action
* Fix md, shell
* Ignore import-error for python - fix MDs
* Disable standard-js, initial eslint config
* Fix raises, remove prettier for now
* skip pylint no-member check in src/util/byte_types.py line 40
* pyinstaller windows back to INFO
* Disable powershell lint for now.
* Disable css validation temporarily
2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 562d8a1cfb Don't return if transaction is not in the mempool 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 16f07607c4 Put the return in the blockchain lock 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman d55f7ec4af Add ability to input fee for normal and CC transctions 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 3c474c6328 Add field for fee 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 6b5e17d734 Change test log level back to WARNING 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 5d688f1653 Trim whitespace 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman f8e5c84215 Increase websocket payload size to 10MB 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 8c67ead4f4 Fix connection issues 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 7d87638b8b Remove localhost references, and fix connection bug 2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman e8bcaa8d3f Set Windows pyinstaller to log level TRACE 2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman c758df5bc6 set macos pyinstaller to log level warn for potential ci speedup 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 8ae737e74a Change logging level to WARNING in tests 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 9c748cfec4 Try to speed up with new BlockTools 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman b0356d5810 Use setup_nodes constants everywhere 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 2c8efb7db2 Some more small improvements 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman fa39350758 Fix some more tests 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 116ee138b8 Remove sleeps from tests 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman c0441391b8 Start working on test speeds 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 8dbae4cea8 Fix callback rpc bug 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 4490abd5f2 Fix start_wallet with no keys (#293)
* Fix issue with no keys
* Fix start_wallet and lint
2020-07-16 13:05:43 -07:00
Lipa LongandGene Hoffman 35aaa2cc1f display coloured coin units in transaction history 2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman 8390d2c047 Update changelog 2020-07-16 13:05:43 -07:00
Florin ChiricaandGene Hoffman bca2aeb263 Tag chiavdf with the new code. 2020-07-16 13:05:43 -07:00
Gene Hoffman 5e208a45cb Fix uPnP on windows (#292)
* Test windows miniupnpc wheel
* Note the version of miniupnpc in the windows build
2020-07-16 13:05:43 -07:00
Bill BlankeandGene Hoffman f6495e9845 update blspy for skylake nonavx fix 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 51889d3601 Improve unfinish blocks load test 2020-07-16 13:05:43 -07:00