donation-v2.0.0
·
51 commits
to main
since this release
Motivation: fast querying of top-level stats for contract, to avoid multi-page queries and resulting latency in client apps.
- Adds
total_donations_amount
,net_donations_amount
,total_protocol_fees
andtotal_referrer_fees
toContract
struct - Adds all of above +
total_donations_count
toConfig
struct, which can be fetched usingget_config
method