What's Changed
Added
- [CHIA-2264] Add config constant support to
chia db validate
by @Quexington in #19182 - name threads in ThreadPoolExecutor by @arvidn in #19250
- cache
get_unspent_lineage_info()
by @arvidn in #19335
Changed
- Migrate puzzles away from
load_clvm
to import from chia_puzzles_py by @matt-o-how in #19055 - [CHIA-2192] Add singleton records to action scopes by @Quexington in #19138
- [CHIA-773] Swap out
Payment
forCreateCoin
by @Quexington in #19144 - Remove old offer guards by @Quexington in #19167
- delete
chia/simulator/simulator_constants.py
by @altendky in #19037 - updated chia_rs to latest version (0.19.1) by @arvidn in #19176
- [CHIA-689] Port
test_dl_wallet.py
toWalletTestFramework
by @Quexington in #19200 - chia.types no longer depends upon chia.protocols by @richardkiss in #19215
- Standardize the
Wallet
API forgenerate_signed_transaction
by @Quexington in #19209 - Bring
VCWallet.generate_signed_transaction
into conformity by @Quexington in #19234 - Deprecate n-weso. by @fchirica in #19253
- Add
generate_signed_transaction
toWalletProtocol
by @Quexington in #19244 create_block_generator
refactor by @arvidn in #19207- [CHIA-2369] Legacy-ify DAOs by @Quexington in #19266
- bump chia_rs to 0.21.0 by @arvidn in #19337
- bump chia_rs to 0.21.1 by @arvidn in #19356
- [CHIA-2503] make the super set rule stricter by @arvidn in #19352
- Add increment to skipped_items if we hit an Exception in mempool by @matt-o-how in #19286
Fixed
- [CHIA-1219] Allow coin selection of 0 value coins by @Quexington in #19162
- [CHIA-2224] Add some extra safety into
create_message_spend
by @Quexington in #19153 - move augmented to caller by @almogdepaz in #19161
- check on import that assertions are working by @altendky in #19208
- chore: fix some typos by @lencap in #19190
- chore: fix 404 status URL by @peicuiping in #19096
- Assert height to hash in contains block by @almogdepaz in #19136
- address issue introduced in #19207 by @arvidn in #19328
- Add fallback for introducer. by @fchirica in #19333
- [CHIA-2383] improve FF mempool eviction by @arvidn in #19355
New Contributors
Full Changelog: 2.5.2...2.5.3-rc1