Commit Graph
14659 Commits
Author SHA1 Message Date
Yostra cc8095a48d update dependencies 2020-02-24 14:03:41 -08:00
YostraandGitHub f497700c20 boost 2020-02-24 13:01:17 -08:00
YostraandGitHub c45f08eb70 openssl 2020-02-24 12:59:01 -08:00
YostraandGitHub 2273600594 Update INSTALL.md 2020-02-24 12:56:46 -08:00
YostraandGitHub 88311f851d boost 2020-02-24 12:52:53 -08:00
Yostra d9b2685411 correct balance lookup, streamable fix 2020-02-24 12:41:17 -08:00
Yostra c8d32a5958 fix filter test 2020-02-24 10:54:45 -08:00
Yostra ff9a083d2a cleanup 2020-02-24 10:41:54 -08:00
Yostra 7ac368c784 clean 2020-02-24 10:33:24 -08:00
Yostra b2baaa0fb9 more wallet stuff 2020-02-24 10:24:55 -08:00
Yostra ae2e9220a1 refactor wallet 2020-02-24 10:24:54 -08:00
Yostra 603778813f proper exclude now 2020-02-24 10:24:54 -08:00
Yostra d656eaff9d wallet formatting 2020-02-24 10:24:54 -08:00
Yostra 7091834176 request addition protocol 2020-02-24 10:24:54 -08:00
Yostra f02ea59d5d include filter in header data 2020-02-24 10:24:54 -08:00
Yostra 5115577da2 expose api to bip158 binding 2020-02-24 10:24:54 -08:00
Yostra 5847b53c26 build bip158 2020-02-24 10:24:54 -08:00
Mariano Sorgente 1906f4fca9 Fix test 2020-02-24 19:25:39 +09:00
Mariano Sorgente c90aa0984d More full node tests 2020-02-24 17:14:48 +09:00
Mariano Sorgente 4b98c3706d Continue full node tests 2020-02-24 14:40:36 +09:00
wjblankeandGitHub bdd52e7fd4 Merge pull request #100 from Chia-Network/alpha-1.4
Alpha 1.4

1. Compiling and execution now detect AES-NI, or a lack of it, and fall back to a software AES implementation. This adds support for Raspberry Pi 4, related ARM processors and Celeron processors. 
2. Added install instructions for CentOS/RHEL 8.1. Thanks to @A-Caccese for fixes to Windows WSL instructions.
3. Due to changes to the sqlite database that are not backwards compatible so re-synch will be required. Loading the blockchain only loads headers into memory instead of header blocks (header + proofs), speeds up the startup, and reduces normal operation memory usage by 80%. Memory access is now synchronous to reduce use of locks and speed up block processing.
4. Chia fullnode, farmer and harvester now default to logging to chia.log in the chia-blockchain directory. This is configured in config.yaml and due to config.yaml changes it is recommended to edit the new template config instead of using older config.yaml’s from previous versions.
5. Plotting working directory and final directory can both be specified in config.yaml
6. uvloop is now an optional add on.
7. Plotting now logs a timestamp at each major step. Thanks @dkackman who also fixed some compiler warnings. Additionally harvester/farmer will not try to farm plots that they don’t have the key for.
8. Added support for Python 3.8.
alpha-1.4
2020-02-19 20:38:32 -08:00
Gene HoffmanandGitHub 248cbbfe45 Update CentOS 7.7 - lib dir
Add LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib for CentOS 7.7 install
2020-02-19 15:35:17 -08:00
Gene HoffmanandGitHub 4e3e0dc6d7 Merge pull request #99 from Chia-Network/new-platforms
RHEL/Centos 8.1
2020-02-19 14:58:18 -08:00
Yostra abbb85c350 wallet tools cache hack 2020-02-17 16:08:09 -08:00
Yostra 1e3de3286f style 2020-02-17 15:26:15 -08:00
Yostra fcff2e7851 typo 2020-02-17 15:26:15 -08:00
Yostra 3f4650f027 more ui stubs 2020-02-17 15:26:15 -08:00
Yostra 92cc9a157c dialog when wallet is empty 2020-02-17 15:26:15 -08:00
Yostra de238b2bdb send transaction 2020-02-17 15:26:14 -08:00
Yostra 8954f57fd0 delete/cleanup 2020-02-17 15:26:14 -08:00
Yostra f3dd8e5fbe refactor 2020-02-17 15:26:14 -08:00
Mariano Sorgente 72053ac82e Gensis block 2020-02-17 15:25:33 -08:00
Mariano Sorgente f648bfefd7 Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-02-17 11:27:07 -08:00
Mariano Sorgente 3250f1f050 Start full node tests 2020-02-17 11:26:20 -08:00
Yostra 02d38bb4bd get puzzlehash on start 2020-02-17 11:14:24 -08:00
Yostra 7f4f33d021 input for reciever puzzle and amount 2020-02-17 11:14:04 -08:00
Yostra 0c7a4a6e5f use new clvm int 2020-02-14 17:28:39 -08:00
Yostra 4b05fd34cd fix python paths 2020-02-14 17:07:45 -08:00
Yostra 945442f4bf hack around setuptools 2020-02-14 17:07:21 -08:00
Yostra ab6874ab5d get new puzzlehash in ui 2020-02-14 15:58:05 -08:00
Mariano Sorgente 96545b68a1 Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-02-14 12:48:58 -08:00
Mariano Sorgente 386f29bce0 Full node tests 2020-02-14 12:48:41 -08:00
Yostra 3be69a6073 ignore node_modules 2020-02-14 12:38:57 -08:00
Yostra 21f544a9f9 keep rpc alive 2020-02-14 12:33:44 -08:00
Yostra 94c9366d87 electron first commit 2020-02-14 11:48:59 -08:00
Mariano Sorgente 65d789a999 Hashing issue 2020-02-14 11:48:22 -08:00
Mariano Sorgente b92e7bb527 Merge latest changes 2020-02-14 10:23:23 -08:00
Mariano Sorgente 8440c128e6 Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-02-14 10:04:12 -08:00
Mariano Sorgente 179ccbb1b7 New full node protocol 2020-02-14 10:03:56 -08:00
Don KackmanandGitHub b0f48c1a25 fix signed-unsigned comparison warning (#98) 2020-02-14 12:59:38 -05:00