Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DB serialization order for Ord types (#4619)
* Update cycle db serialization * Revert to previous cycle handling in get_cycle_history_cycles (assumes keys are sorted in DB) * Update ser / deser for cycles and deferred credits slots * Add comment for AsyncPool behaviour * Added comments * Fmt * Update test comment for pos_cache_recompute * Address review comment * Updated deferred_credits test to verify the fix * Use take_while instead of break * Update VERSION * Optimize deferred credits fetch (#4622) * Optimize deferred credits fetch * Fix get_addresses test compilation * Remove test print statements * Use config for deferred credits delta * Move to Settings * minor fixes * minor fixes 2 * double comment --------- Co-authored-by: sydhds <sydhds@gmail.com> Co-authored-by: Damir Vodenicarevic <damipator@gmail.com> * Add warning for get_deferred_credits_range function and document addr_filter * Review comment * Bumped deferred_credits_delta to 3 months by default * Update initial ledger and README * Update genesis files + commit_id --------- Co-authored-by: Sydhds <sylvain.delhomme@gmail.com> Co-authored-by: sydhds <sydhds@gmail.com> Co-authored-by: Damir Vodenicarevic <damipator@gmail.com>
- Loading branch information