Releases: gofractally/Eden
EdenOS Prod 0.2.11
- More E2E tests
- Re-introduces inviter and witness names to inductions -- on the detail page of the induction
EdenOS Prod 0.2.10
Zoom App Marketplace compliance tweaks (#505)
EdenOS Prod 0.2.9
Fix: Remove witnesses queries from inviter and witness invite tables to reduce number of RPC calls. This was causing users participating in more than a few inductions to get blocked by RPC nodes for 10 minute at a time due to too many calls all at once from their IP.
EdenOS Prod 0.2.8
- Enhancements for dev environments and testing (including dev-only UAL softkey authenticator)
- Make menu items variable (#483)
- Show disbursement schedules on Treasury page (#460)
- Zoom oauth / compliance fixes and enhancements
- Induction profile and holocard image fixes (#497)
- Make pagination controls more visible, new icon in community stats (#500)
EdenOS Prod 0.2.7
- Enhancements and fixes to error handling and logging for client-side state derivation.
EdenOS Prod 0.2.6
Fix: The browser microchain state machine wasn't working in Safari. This adds a fallback that fixes that.
EdenOS Prod 0.2.5
Introduction of the new Browser Microchain State Machine...or whatever we're calling it. This is leveraged to get and display the total number of participants opted in to the upcoming election.
EdenOS Prod 0.2.4
📺 Zoom App Marketplace readiness and compliance.
EdenOS Prod 0.2.3
💸 Enables simple donations via eosio.token::transfer
with donate
as the memo.
EdenOS Prod 0.2.2
🪳 Bug fix: Viewing the global inductions when more than a handful are present can kick off too many RPC calls to lookup real names for witnesses causing the RPC endpoint to block a user's IP for 10 minutes. This fixes that by removing the Witnesses column from that table, until we can reintroduce it more efficiently using the Browser Micro-chain State Machine we're rolling out.