Update
v2/debug/block
results to JSON format & delete duplicate info
Ignore
id
attribute with null values (prevent Midgard record failure)
Add valid missing swap events to balance the ETH pool (https://gitlab.com/thorchain/thornode/-/merge_requests/2716)
Add saver rewards to earnings history endpoint
- This MR adds new column
saver_e8
to aggregated table reward_entires which further adds saverEarning tohistory/earnings
endpoint. so, earning for savers can be gathered from this endpoint with any interval, timestamp desired.
- This MR adds new column
Add members count to both
/history/depths/
and/history/savers
(see doc)
- Adds
endMemberCount
,startMemberCount
andmemberCount
on each pool interval
- Adds
endSaversCount
,startSaversCount
andsaversCount
on each saver interval
- Adds
Add default filtered addresses to config samples
Ignore
mint_burn
events and transfers withnull
amounts
Add default memo to the withdraw events
Update doc
This new release due to ddl changes requires DB re-sync, also needs DB nuke before re-sync