Skip to content

Releases: gofractally/Eden

EdenOS Prod 0.2.11

21 Sep 23:56
89a2405
Compare
Choose a tag to compare
  • More E2E tests
  • Re-introduces inviter and witness names to inductions -- on the detail page of the induction

EdenOS Prod 0.2.10

17 Sep 22:35
b167336
Compare
Choose a tag to compare

Zoom App Marketplace compliance tweaks (#505)

EdenOS Prod 0.2.9

17 Sep 16:55
54dbe7c
Compare
Choose a tag to compare

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

17 Sep 16:56
75a624c
Compare
Choose a tag to compare
  • 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

16 Sep 16:28
40962eb
Compare
Choose a tag to compare
  • Enhancements and fixes to error handling and logging for client-side state derivation.

EdenOS Prod 0.2.6

09 Sep 20:49
0251586
Compare
Choose a tag to compare

Fix: The browser microchain state machine wasn't working in Safari. This adds a fallback that fixes that.

EdenOS Prod 0.2.5

09 Sep 15:54
d2e2a28
Compare
Choose a tag to compare

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

08 Sep 22:50
62e16f3
Compare
Choose a tag to compare

📺 Zoom App Marketplace readiness and compliance.

EdenOS Prod 0.2.3

08 Sep 17:41
3ea61f2
Compare
Choose a tag to compare

💸 Enables simple donations via eosio.token::transfer with donate as the memo.

EdenOS Prod 0.2.2

08 Sep 17:36
7e1c818
Compare
Choose a tag to compare

🪳 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.