Skip to content

donation-v2.0.0

Compare
Choose a tag to compare
@lachlanglen lachlanglen released this 20 Feb 17:01
· 51 commits to main since this release
5fde52b

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 and total_referrer_fees to Contract struct
  • Adds all of above + total_donations_count to Config struct, which can be fetched using get_config method