v10.7.2-alpha.1
Pre-release
Pre-release
·
1693 commits
to master
since this release
Release Notes - Counterparty Core v10.7.2-alpha.1 (2024-11-19)
Upgrading
ChangeLog
Protocol Changes
Bugfixes
- Fix CORS headers for OPTIONS requests
- Fix rounding error on normalized quantity
- Use
nullinstead of''forasset_longnameandasset_parentfields - Correctly catch
ValueErrorin unpack endpoint - Correctly catch
InvalidBase58Errorin compose endpoints - Correctly catch
BitcoindRPCErrorin get transaction info endpoint - Fix typo in dispenser error messages (
has->have) - Fix get balances endpoint when using
sort=asset - Catch all errors when using unpack endpoint with invalid data
- Restart RSFetcher when it returns
None - Clean up blocks without ledger hash before starting catch-up
- Don't inject details before publishing events with ZMQ
Codebase
API
- Add
sortparameter for the get holders endpoint (sortable fields:quantity,holding_type, andstatus) - Exclude blocks that are not finished being parsed
- Optimize events counts endpoints with
events_counttable - Add route
/v2/utxos/withbalancesto check if utxos have balances - Add
typeparameter for get balances endpoints (all,utxooraddress)
CLI
- Support the
SENTRY_SAMPLE_RATEenvironment variable to set the Sentry sample rate - Show help if no actions are provided
- Fix and rename
--check-asset-conservationflag to--skip-asset-conservation-check
Credits
- droplister
- Ouziel Slama
- Adam Krellenstein