Skip to content

Releases: vechain-energy/subgraph-vebetter-dao

1.5.0

25 Nov 15:09
0790e5a
Compare
Choose a tag to compare
  • 🦄 New Impacts
    • Calories Burned
      • Key: calories_burned
      • Metric: Calories (kcal) burned.
    • Sleep Quality
      • Key: sleep_quality_percentage
      • Metric: Percentage (%) of sleep quality improvement.
    • Clean Energy Production
      • Key: clean_energy_production_wh
      • Metric: Watt-hours (Wh) of clean energy generated.
  • 🦄 Indexing of App Endorsements
  • 🦄 Indexing of Node Delegations

New schemas and attribute changes can be best seen in the commit diff for subgraph.graphql.


1.4.1

27 Oct 19:30
fb21d97
Compare
Choose a tag to compare
  • 🐛 Fix quadratic weight calculation for allocation votes
  • 🐛 Ensure Passport score tracking correctly handles linked entities

New schemas and attribute changes can be best seen in the commit diff for subgraph.graphql.


1.4.0 VePassport

19 Oct 08:45
1bf8f6a
Compare
Choose a tag to compare
  • 🦄 Track VePassport delegations with PassportDelegation, which is also linked with Delegator and Delegatee Accounts
  • 🦄 Track VePassportEntity links with PassportEntityLink, which is also linked with the linked Passport
  • 🦄 Track Passport Scores with PassportScore, which is directly linked with Account and provides insight into the App, Round, and Transaction that provided a score
    • AppRoundSummary tracks the total score an app has given during a round
    • AccountRoundSustainability tracks the total score an account has received during a round
  • 🦄 Track Black- and Whitelists with PassportWhitelist and PassportBlacklist

New schemas and attribute changes can be best seen in the commit diff for subgraph.graphql:
1.3.0...1.4.0#diff-dae79165173a7a5efba82ee3136e5b9e13b4900946e74bb20b304a2e1acdcdce

VePassport Events sourced from: https://github.com/vechain/vebetterdao-contracts/blob/55d87269fe83a114d91359223150cc2b99fd01e0/contracts/ve-better-passport/VeBetterPassport.sol


1.3.0

06 Oct 08:45
4362703
Compare
Choose a tag to compare
  • 🦄 Track active unique users per app & round
  • 🐛 Ensure all proofs of multi-clause transactions are logged (thanks go out to Cooper)

1.2.0

17 Sep 09:10
272f526
Compare
Choose a tag to compare
  • 🦄 Sustainability Proofs are now available per App & Round (SustainabilityStats assigned to AppRoundSummary)
  • 🦄 Track user and activity count per App & Round
  • 🦄 Track Apps allocation wallet balance on each Round start
  • ⚙️ Support identification of Allocation deposits to avoid confusion with manual deposits

1.1.0

12 Sep 07:20
e8e518d
Compare
Choose a tag to compare
  • Add support for Sustainability Proofs v2 based on vechain/vebetterdao-contracts#18
  • Add appRoundSummaries to provide round based app allocation insight
  • Fix ProposalQueued failing to index