Commit Graph
14659 Commits
Author SHA1 Message Date
Zlatko FedorandGene Hoffman c745b7951b used openExternal for other target="_blank" hrefs 2021-02-04 01:27:59 -08:00
Zlatko FedorandGene Hoffman f6f490a5ca added support for openExternal url into the GUI 2021-02-04 01:27:59 -08:00
Gene HoffmanandGene Hoffman df0db7f9b1 Update locales 2021-02-04 01:27:59 -08:00
Gene HoffmanandGene Hoffman 8265846425 Update locale README, "Help translate" 2021-02-04 01:27:59 -08:00
Mariano SorgenteandGene Hoffman ebe86ba3e4 Better logging for RPI error 2021-02-04 01:27:59 -08:00
Mariano SorgenteandGene Hoffman 055ac0b1da Validate tx is a new process 2021-02-04 01:27:59 -08:00
Mariano SorgenteandGene Hoffman e274cc02b3 Hack to make node run better 2021-02-04 01:27:59 -08:00
Don KackmanandGene Hoffman 39c05494da Prevent 2nd instance of the app (#776) 2021-02-04 01:27:59 -08:00
wjblankeandGene Hoffman 309110cd53 time add_spendbundle (#783) 2021-02-04 01:27:59 -08:00
Gene Hoffman 24964992ff Can't get the final binary arm64 whl so reverting and adding to wiki (#784) 2021-02-04 01:27:59 -08:00
Gene Hoffman 4eb472d7fe Pi wheels, changelog, spelling nit (#781) 2021-02-04 01:27:59 -08:00
wjblankeandGene Hoffman f58952474b 0 peers with peak fix (#779)
* 0 peers with peak fix

* filter instead of clearing peer_to_peak
2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 494cca9c0f refactors create-lock to use same include file 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 659b750e99 adds search dir to load_clvm.py 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman a9c36590a4 adds missing param 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman e7cce8739b refactors create-lock-puzzlehash to include file 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 14dbdad603 removes unused params 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman f579d98711 adds constants for magic numbers 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 0906e51510 uses compiled clvm in rl wallet 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 632cc196f5 adds compiled aggregation code 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 927a2a89e1 appease mypy 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman f3d7040398 updates rl_puzzle_for_pk to use compiled clvm 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 0bf67f88fd fixes form of covenant 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 22337d1d81 fixes debug_spend_bundle.py to work when conditions of args lengths other than 2 are present 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman dde084a4e8 uses argument destructuring because "a" operator is not meant to be used by compiled code 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman b1cbc1bf32 fixes empty list syntax 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 8d3d777076 explicitly passes all variables because closures don't work 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman a6ee4f94b4 fixes opcode 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman e5f3a49106 formatting 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 49fddf9f58 removes unused nth function 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 440239cd7b aggregation uses named parameters instead of positional 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 48f8dbc5da adds missing apply 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 04144842b6 formatting 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 3d1b3d9e9b adds create-new-coin 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman cf8d09268a adds generate-assert-id-condition 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 721dcd29ca creates change 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 08b064e7a0 adds generate-block-age-condition function 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 91a26a37de adds structure to rate-limited-puzzle 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman e18b811dd9 converts rate-limited-puzzle positional arguments to named arguments 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman 2ef810c73c adds create-lock 2021-02-04 01:27:59 -08:00
Will BendickandGene Hoffman e0e52f3c9c initial compiled code for rl wallet 2021-02-04 01:27:59 -08:00
dependabot[bot]andGene Hoffman 289c908adb Update setproctitle requirement from ~=1.1.10 to ~=1.2.2 (#752)
* Update setproctitle requirement from ~=1.1.10 to ~=1.2.2

Updates the requirements on [setproctitle](https://github.com/dvarrazzo/py-setproctitle) to permit the latest version.
- [Release notes](https://github.com/dvarrazzo/py-setproctitle/releases)
- [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst)
- [Commits](https://github.com/dvarrazzo/py-setproctitle/compare/version-1.1.10...version-1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

* setproctitle now has binary wheels for all platforms except mac - PR'ed those to them and added to download.chia

* Just install local wheels

* update changelog
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
Co-authored-by: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com>
2021-02-04 01:27:59 -08:00
881b23e599 Fix wp index bug (#772)
* wp extend out of bounds

* test for empty peer list. should never see this

Co-authored-by: Bill Blanke <wjb2002@flex.com>
2021-02-04 01:27:59 -08:00
dependabot[bot]andGene Hoffman 558f438c43 Update setuptools requirement from ~=51.3.3 to ~=52.0.0
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v51.3.3...v52.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-04 01:27:59 -08:00
Gene HoffmanandGene Hoffman a7811ea092 pull_request, Windows installer and source build to python 3.8 2021-02-04 01:27:59 -08:00
Gene HoffmanandGene Hoffman 01ddb67f1f 3rd party PRs will have superlinter run on them also 2021-02-04 01:27:59 -08:00
Gene Hoffman 5606fe79f6 Move to not running most CI on push - only on PR (#769) 2021-02-04 01:27:59 -08:00
Gene Hoffman 1efb7ed502 update changelog and stop cancelling runs on dev (#768) 2021-02-04 01:27:59 -08:00
Mariano SorgenteandGene Hoffman 386da02256 Fix test 2021-02-04 01:27:59 -08:00
Bill BlankeandGene Hoffman 9e8da5a1b5 fix bip158 false positive 2021-02-04 01:27:59 -08:00