Commit Graph
100 Commits
Author SHA1 Message Date
wjblankeandGitHub 7d97d42770 made log less chatty for compact proofs (#20536) 2026-02-23 09:44:19 -06:00
a73171a119 draft changelog (#20497)
* draft changelog

* remove new contrib

* prettier

* updates

* update

* Revise CHANGELOG for version updates and fixes

Updated CHANGELOG with new entries and fixes.

---------

Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>
2026-02-11 11:35:15 -08:00
wjblankeandGitHub 612e4baff2 Update gui to 92725c68ca0012cb8e35bf14a79cc92fc668a329 (#20446)
updated gui to 92725c68ca0012cb8e35bf14a79cc92fc668a329
2026-01-29 08:48:07 -08:00
wjblankeandGitHub 22e18c1b7f Updated GUI to 8896de8ac9b50c35a69b3547cde77818a9e01da1 (#20409) 2026-01-15 11:32:56 -08:00
wjblankeandGitHub 1758330cfc updated gui tag to 425b3eaf2cb695965d0792f82181c6bcffdbd834 (#20359) 2025-12-22 10:30:16 -07:00
wjblankeandGitHub cb348204fe set gui pin to 07464bde733c6433c0fcb6a9e16db74108893923 (#20316) 2025-12-09 13:16:32 -08:00
87bf96b5e9 257relchangewjb (#20241)
* updated changelog

* Update changelog for 2.5.7

* fixup some typos

---------

Co-authored-by: Earle Lowe <e.lowe@chia.net>
2025-11-11 14:06:45 -07:00
wjblankeandGitHub 89d4fff25b Update chiavdf to 1.1.13 (#20092)
* updated chiavdf to 1.1.13

* fixed zstd

* remove space
2025-09-24 09:28:10 -07:00
wjblankeandGitHub f546dfca6d 2.5.6 release notes (#20110) 2025-09-23 16:02:02 -07:00
wjblankeandGitHub c62ff47248 256pinwjb (#20030) 2025-09-04 13:13:36 -07:00
c7aafcfb46 2.5.5 changelog (#19967)
* Update changelog for 2.5.5

* thanks arvid

Co-authored-by: Arvid Norberg <arvid@libtorrent.org>

* thanks arvid

Co-authored-by: Arvid Norberg <arvid@libtorrent.org>

* prettier

* Fix the command formatting and allow it to be copied conveniently.

* thanks amine

---------

Co-authored-by: Arvid Norberg <arvid@libtorrent.org>
Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
2025-08-19 07:50:36 -07:00
wjblankeandGitHub a36d994da7 Update GUI for 254 (#19572)
### Purpose:

Update GUI for 254

### Current Behavior:

Old GUI

### New Behavior:

New GUI

### Testing Notes:

None
2025-05-05 14:05:43 -05:00
wjblankeandGitHub 9fb36ef51c remove coin cache (#19353) 2025-03-11 09:56:35 -07:00
wjblankeandGitHub edaeca621d update pin to chia-blockchain-gui (#19292) 2025-02-18 18:55:55 -08:00
wjblankeandGitHub 683d0ac289 Syncstorewjb (#19284)
* check hash

* ruff

* missed one
2025-02-18 10:47:05 -07:00
wjblankeandGitHub 76e877f5d3 update bip158, vdf, pos (#19252)
### Purpose:

update bip158, vdf, pos

### Current Behavior:

pybind corrupts heap

### New Behavior:

pybind does not corrupt heap

### Testing Notes:

no libmalloc 6 abort please
2025-02-11 10:48:44 -08:00
William Blanke e7fd006259 update bip158, vdf, pos 2025-02-10 14:49:51 -08:00
wjblankeandGitHub 2509071f66 sqlite cached_statements workaround (#19114)
### Purpose:

Newer versions of python return incorrect sqlite results if
cached_statements is nonzero. See:

https://github.com/python/cpython/issues/118172

### Current Behavior:

cached_statements is set to default

### New Behavior:

cached_statements is set to 0. Chia rarely repeats the same sqlite
queries so hopefully this does not affect performance.

### Testing Notes:

None
2025-01-09 05:41:22 -08:00
William Blanke 31f48b9153 sqlite cached_statements workaround 2025-01-08 20:52:11 -08:00
wjblankeandGitHub c5dd8f298c Fix peak_post_processing w/priority_mutex (#19113)
### Purpose:

peak_post_processing and peak_post_processing_2 were split to allow
priority_mutex to not be held as long (eg when broadcasting changes to
peers) to encourage concurrency. This PR fixes places where they were
not called correctly

### Current Behavior:

priority_mutex held when peak_post_processing_2 called

### New Behavior:

priority_mutex released when peak_post_processing_2 called

### Testing Notes:

None
2025-01-08 20:47:52 -08:00
William Blanke 3ac345e34a fix postprocessing priority mutexes 2025-01-08 11:06:40 -08:00
wjblankeandGitHub 05cddcc9b9 save tasks for TX processing (#18879)
* save tasks for TX processing

* ruff
2024-11-17 14:51:28 -07:00
wjblankeandGitHub d95a5e7cf6 allow backcompat mode for logging (#18810)
* allow backcompat mode for logging

* fix stdout
2024-11-04 12:33:40 -07:00
wjblankeandGitHub 0354e6e1d3 Keep track of all long sync task references (#18769)
* keep track of all long sync task references

* List

* flake8

* flake8

* shorten comments... ooof indents

* comment
2024-10-25 14:55:33 -07:00
wjblankeandGitHub 23b1cb5318 Fix bluebox shutdown (#18725)
### Purpose:

Use a temporary file as a flag for when bluebox threads should abort
out. This allows for the timelord to shutdown cleanly.

### Current Behavior:

On exit, timelord hangs waiting for bluebox threads and daemon must kill
it. On windows this kills the owning console instead.

### New Behavior:

Bluebox threads abort out and timelord shuts down cleanly
2024-10-17 05:25:28 -07:00
William Blanke 658d3562a9 fix bluebox 2024-10-16 18:12:37 -07:00
wjblankeandGitHub 74536ba781 CHIA-1568: fix object has no attribute code errors (#18665)
* fix object has no attribute code errors

* fix
2024-10-04 09:00:29 -07:00
wjblankeandGitHub 7adde3d5b4 Fix BrokenProcessPool error for Windows installer blueboxing (#18546)
* switch to threads from multiprocessing since we drop the gil anyway

* lint
2024-09-05 05:52:51 +08:00
85ca580214 updated changelog for 2.4.3 (#18503)
* updated changelog for 2.4.3

* fixed release date

* Fix for prettier lint error

* Give fix changelog item a more descriptive line item

---------

Co-authored-by: Starttoaster <b.butler@chia.net>
2024-08-21 09:30:13 -07:00
wjblankeandGitHub 7a8489ecc9 Fix for freebsd suggested by user alghmma (#17994)
* fix for freebsd suggested by user alghmma

* fix copy paste
2024-06-24 13:56:04 -07:00
wjblankeandGitHub 4f0fc83006 updated gui to a963572cad5ca5f0265a163d834e534e903bdd9c (#18129)
### Purpose:

Pin to gui main

### Current Behavior:

Pinned to older hash

### New Behavior:

Pinned to main

### Testing Notes:

n/a
2024-06-06 12:35:33 -07:00
wjblankeandGitHub ea31ac1edd CHIA-685 Remove homebrew rpaths from _ssl.cpython.so on macOS during build (#18101)
Removes rpath load commands from `_ssl.cpython-*.so` which are sometimes
added on Apple M-series CPUs, prefer bundled dynamic libraries for which
there is an rpath added already as `@loader_path/..` -- however, the
homebrew rpaths appear with higher precedence, potentially causing
issues.

See: #18099
2024-06-06 10:57:42 -07:00
William Blanke 56ce9cfd05 updated gui to a963572cad5ca5f0265a163d834e534e903bdd9c 2024-06-06 09:30:07 -07:00
wjblankeandGitHub a5972b9b8b new_unfinished_block2 support in seeder (#17684)
new_unfinished_block2
2024-03-13 22:57:24 -05:00
wjblankeandGitHub 74354b5f6f pin gui to 82168f1b10907a3ff379a449106f4071c80c4e0c (#17595) 2024-02-21 12:45:56 -08:00
wjblankeandGitHub 4ec439f789 measured new_signage_point_harvester size with 100 pools for limit (#17350) 2024-01-19 20:51:23 -06:00
wjblankeandGitHub 101f1aa9e4 add measured sizes for plot check (#16830) 2024-01-05 16:13:16 -08:00
wjblankeandGitHub a4cab829ed Performance tweaks (#17155)
* changed default peers from 80 to 40. switched auto db_sync default to NORMAL instead of FULL

* fixed default

* add defaults to config query
2023-12-22 16:28:31 -06:00
wjblankeandGitHub 8e3f9db89c only forward 4 most recent cached SPs (#16879) 2023-11-22 10:09:18 -06:00
wjblankeandGitHub 886e79be2b get_block_generator() fork detection (#16867)
### Purpose:

fix logic in get_block_generator() that determines whether we're looking
up a block from a fork or the main chain.

### Current Behavior:

We only consider a block lookup to be in the main chain if its previous
block is in *the cache*.

### New Behavior:

We consider block lookups part of the main chain if the previous block
is in the database and its hash is the same as the height-to-hash map
for that height.

### testing

This change was tested by issuing the following RPC command:

```
chia rpc full_node get_puzzle_and_solution '{"coin_id": "0xdc43c91390490b8bbec628bf3c0c2388578548c1889f0ea40c6cfc8fac409947", "height": 280858}'
```

in `main` this freezes with this patch it returns the result quickly.
2023-11-18 14:20:22 -08:00
wjblankeandGitHub 07e2a0b8bb Wallet workaround for python issue 97641 and update anyio for issue 589 (#16408)
* add arvid's fix to wallet as well

* update anyio to 4.0.0
2023-09-25 20:36:44 -05:00
40134512c0 remove chip13 (#15871)
* remove chip13

* flake8

* flake8

* flake8

* isort

* Remove chip-13 test

---------

Co-authored-by: Earle Lowe <e.lowe@chia.net>
2023-07-26 21:00:55 -05:00
bc00bc71d3 Bump chia-blockchain-gui to 2.0.0-rc1 (#15815)
* Bump chia-blockchain-gui to 80dc27d5348a89e17018cd095868bcf67c94abb1

* Refactor TX filter to use TransactionTypeFilterMode Enum by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1837
* Update Electron to 25.1.1 by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1858
* Add spendClawbackCoins to WalletConnect commands by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1853
* Update lerna to 7.0.0 and node to 16.20.1 by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1861
* Updated mui and lingui by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1865
* Fixed dapp disconnect by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1866
* Used new useAuth hook for logIn by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1868
* Specify copyright owner in LICENSE by @hoffmang9 in https://github.com/Chia-Network/chia-blockchain-gui/pull/1877
* Updated locales by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1887
* Fixed scroll overflow in the header by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1874
* Add useGetWalletAddressesQuery RPC hook by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1892
* Correct Farm.svg attributes by @wallentx in https://github.com/Chia-Network/chia-blockchain-gui/pull/1895
* Clawback button compare time with latest block time by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1884
* Move wallet balance cards for CAT txns by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1903
* VC fixed rendering by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1888
* Plot compression UX updates by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1772
* Update WalletConnect package to 2.9.0 by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1897
* Address book feature by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1910
* Bugfix: Crash importing malformed local VC by @rifeljm in https://github.com/Chia-Network/chia-blockchain-gui/pull/1890

**Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/1.8.2...2.0.0-rc1

* 11

---------

Co-authored-by: Jeff Cruikshank <jeff@chia.net>
2023-07-20 00:45:59 -05:00
wjblankeandGitHub 69674ccf46 Fixed add lock around plot info (#15767)
* add lock around plot info

* set threads back to 5
2023-07-14 10:15:22 -05:00
wjblankeandGitHub f2785201bd Changed: output plotid when we find an invalid proof of space (#15257)
* output plotid when we find an invalid proof of space

* fix
2023-05-11 19:06:17 -05:00
wjblankeandGitHub 70fd5e0fac Fix soft fork to 60 days (#15191)
* 60 days

* testnet changes
2023-05-03 16:09:17 -05:00
William Blanke d242d74262 remove unused self.new_subslot_end 2023-03-08 10:31:14 -08:00
William Blanke 898bb79941 remove unused self.new_subslot_end 2023-03-08 10:28:57 -08:00
wjblankeandGitHub efcf439474 Fixed wallet state if db is rolled back (#14384)
* fix wallet state if db is rolled back

* flake8

* better location of copy
2023-01-25 09:58:20 -06:00
wjblankeandGitHub 5c38a39077 upped the number of file handles for madmax (#13856)
* upped the number of file handles. this won't affect the hard limit but only soft limits set previously

* Set soft limit to max (hard limit)
2022-11-09 03:31:51 -06:00
wjblankeandGitHub b8fc526db6 Merge pull request #12267 from Chia-Network/catchup/long_lived_atari_from_long_lived_datalayer_c438d08bc132cad349f03d3868d7cb386813d692
catchup: into long_lived/atari from long_lived/datalayer @ c438d08bc1
2022-07-06 16:54:50 -07:00
William Blanke 8f495a65cd fix wallet introducers for testnet 2022-06-24 15:32:31 -07:00
wjblankeandGitHub 78f8485e52 Merge pull request #11958 from Chia-Network/paninaro.bump_gui_a3577b36ea2be2e90916d9ea7aaac245b555a0dc
Bump chia-blockchain-gui to a3577b36ea2be2e90916d9ea7aaac245b555a0dc
2022-06-17 20:54:52 -07:00
wjblankeandGitHub 3f12951b49 Merge pull request #11957 from Chia-Network/checkpoint/datalayer-sim_from_release_1.4.0_8e709ae0d350887f3aa50eb302c9cb36c68b19a1
Checkpoint/datalayer sim from release 1.4.0 8e709ae0d3
2022-06-17 15:59:28 -07:00
wjblankeandGitHub 49e4b1c5ce Merge pull request #11953 from Chia-Network/catchup/datalayer-sim_from_long_lived_atari_bc05f7be76f961e6ac9f271389cc177a234c1efb
Catchup/datalayer sim from long lived atari bc05f7be76
2022-06-17 10:45:22 -07:00
William BlankeandAmine Khaldi a0afb4ec93 another assert to make sure wallet is correct 2022-06-14 20:01:33 +01:00
wjblankeandGitHub 97bb4e7ee8 Merge pull request #11663 from Chia-Network/catchup/long_lived_atari_from_release_1.4.0_46ebed37d8a8cc86ba8c6db511fd936fd53f700d_fix_merge_history
Catchup/long lived atari from release 1.4.0 46ebed37d8 fix merge history
2022-05-27 07:45:13 -07:00
wjblankeandGitHub b44ae22077 updated bls to 13 (#11529) 2022-05-15 15:45:32 -07:00
wjblankeandChris Marslender b396c3e76d updated gui to 32245d869c70eedbb2a5fe77618b107dda70a647 (#11471) 2022-05-09 12:38:12 -07:00
wjblankeandGitHub cc83332c34 updated gui to 32245d869c70eedbb2a5fe77618b107dda70a647 (#11471) 2022-05-09 12:26:45 -07:00
wjblankeandwallentx 526eef4b5c updated gui to 748f99f285cbfd0ccbdadd97adab34b2a4046889 (#11461) 2022-05-06 16:14:16 -05:00
wjblankeandGitHub ca78150789 updated gui to 748f99f285cbfd0ccbdadd97adab34b2a4046889 (#11461) 2022-05-06 16:13:02 -05:00
wjblankeandGitHub 0156d3471b readd ping_task as keepalive for daemon (#11356)
* readd ping_task as keepalive for daemon

* raised and lowered logging levels

* flake
2022-05-03 10:36:43 -07:00
wjblankeandGitHub 8905dc69ac make sure we set the syncto height correctly when we roll back instea… (#11389)
* make sure we set the syncto height correctly when we roll back instead of noop

* don't error out if height is -1 on rollback
2022-05-02 15:55:45 -07:00
William Blanke df850dbd6b revert bls to 1.0.9 until windows threading issues are resolved 2022-05-02 10:34:09 -07:00
William Blanke 6268722992 updated gui to 4fc7fe11cc668277aa0d4c68e1f8a48765db9241 2022-04-27 11:18:40 -07:00
William Blanke bb556dffbd updated gui to 042e2af1a4f0333939286328d0b59d592e605daf. bls to 1.0.11 for windows multi 2022-04-24 10:25:05 -07:00
William Blanke dae4f55aa5 updated gui to 042e2af1a4f0333939286328d0b59d592e605daf 2022-04-24 10:24:15 -07:00
wjblankeandGitHub d473911454 revert to old bls no gil release until windows is sorted (#11275) 2022-04-22 11:37:17 -07:00
William Blanke ef3ac41f8b updated bls and vdf to new releases 2022-04-20 11:52:23 -07:00
William Blanke 9a8556acde updated gui to 81303fb962f4a627a2e1c55098e187a9057745da 2022-04-13 12:10:05 -07:00
wjblankeandGitHub a99c3be36b Revert "derivation from just a master public key (#11140)" (#11143)
This reverts commit db536c615a.
2022-04-13 07:21:46 -07:00
William Blanke 26466d54d9 updated gui to d5b75bcf7a0fe1ef76775e7f1d5e12d169069676 2022-04-12 16:15:10 -07:00
William Blanke 930a4b6825 updated gui to fccbd3e10d27673e39c01f0f89e47b5455b8331a 2022-04-08 15:03:13 -07:00
William Blanke 5dea4a238e updated gui to 5f8b23fc7deb0b07f665c075ed491059f4d8b95c 2022-04-08 14:11:04 -07:00
William Blanke f928283b3d updated gui to d714c21b4ee3ebbc7d18b5f819772cd9868d0bf5 2022-04-08 10:17:32 -07:00
wjblankeandGitHub 261f5baa6f bump up to 2.1.7 to fix inotify issue resolved by 848 (#11042) 2022-04-04 23:35:28 -07:00
William Blanke 9c443624da updated gui to 054d7b342e7c8284c9b58a775f87d393a1008bfe 2022-03-24 12:33:38 -07:00
wjblankeandGitHub 171abb03ee atomic rollback for wallet (#10799)
* atomic rollback for wallet
2022-03-22 11:35:35 -07:00
William Blanke 622cdeb396 updated gui to c992d07c956501f92e84ead80127c6b1e882fc21 2022-03-14 13:10:16 -07:00
William Blanke 917fb5db4c updated gui to cdfa2b98217fa8755c0da4f7409e6f90032c4c4c 2022-03-11 18:04:07 -08:00
William Blanke da5962cf2e updated gui to 672cf2a74ade67a868df232772bd6358bce8dedf 2022-03-01 14:14:29 -08:00
William Blanke 13253def74 reverted to gui 800a0f6556b89e928b1cf027c996b5ed010a7799 2022-03-01 12:29:06 -08:00
William Blanke 4681a57f48 updated gui to e2202874e1cb922a57370a47b2aec7bcf152b57d 2022-03-01 10:52:42 -08:00
wjblankeandGitHub a59979b8c8 unused locks (#10320)
* unused locks

* unused locks

* unused locks

* unused locks

* unused locks

* unused locks

* removed unused import
2022-02-20 21:29:16 -08:00
William Blanke 3f94eae9e1 updated gui to 800a0f6556b89e928b1cf027c996b5ed010a7799 2022-02-18 19:53:50 -08:00
William Blanke 2f40ca5321 updated gui to 485c4eeb70cb5e1823051cf397c820d48d5b4df3 2022-02-18 10:16:49 -08:00
William Blanke b091a528d0 updated to 8365b7c89bedc98ecc785161e07be440413e62ba 2022-02-11 12:36:29 -08:00
wjblankeandGitHub 231ef6faf2 updated changelog (#10184)
* updated changelog
2022-02-10 14:26:30 -08:00
wjblankeandGitHub 419f88f296 updated soft fork to 2300000 (#10170) 2022-02-09 18:02:06 -08:00
William Blanke 3b160139f8 pinned to gui to df2fb1a8e24c55cbfbf7d4c5aeb462c09de2679b 2022-02-08 21:19:43 -08:00
William Blanke 68bca61df0 updated gui to 866077d96153fccfd21d86dfe7f9111efbdd5a48 2022-02-08 13:01:33 -08:00
William Blanke 2f2593661c update gui 1d15ea86711811d717715bf5566773739faca282 2022-02-03 18:12:16 -08:00
William Blanke 08f0817bd6 update gui 1d15ea86711811d717715bf5566773739faca282 2022-02-03 18:10:32 -08:00
William Blanke b0e0557535 updated gui to a0259211584cb68405cc6c673ec46fcf7468a43d 2022-02-02 10:37:59 -08:00
William Blanke bd9153c876 updated chiapos 2022-02-01 10:12:12 -08:00
wjblankeandGitHub 442a83e968 change lite wallet peers from 5 to 3 (#9994) 2022-01-28 19:17:14 -08:00
William Blanke 8b838731d9 updated gui to 4f0dd5752669fb4fe0f3279a9754d46d69bc3c3b 2022-01-28 12:10:37 -08:00
William Blanke 56736c7c1b updated gui to b650738675c8ad92983402b1b4ff6ddedc451d89 and chiavdf to 1.0.5 2022-01-26 16:48:26 -08:00
William Blanke 7e54fb6025 updated gui to 46e58ef88197b7a2767dc4de4b7974c6fb4c5164 2022-01-21 09:51:18 -08:00