Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eden Upvote PR #364

Closed
wants to merge 56 commits into from
Closed

Eden Upvote PR #364

wants to merge 56 commits into from

Commits on Jul 26, 2023

  1. Fix designated initializers

    Gerard097 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    98e5ab9 View commit details
    Browse the repository at this point in the history
  2. Fix likeable interface

    Gerard097 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7f8ce43 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    ce3524e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request #353 from hypha-dao/feature/tokenomics

    Feature/tokenomics
    n13 authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bc7d639 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. intermediary check in

    n13 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a41d84d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    088deef View commit details
    Browse the repository at this point in the history
  3. merge accident

    n13 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    618dba5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c6da1b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    9409a51 View commit details
    Browse the repository at this point in the history
  2. many fixes to set up a DAO from zero

    - setupdefs must be run before initCoreMembers
    - the contract needs to be a member (per Gery)
    - initialize system badges
    n13 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7921eb9 View commit details
    Browse the repository at this point in the history
  3. intermediary check in

    n13 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8210068 View commit details
    Browse the repository at this point in the history
  4. removed various naked send() delayed actions

    the problem is they all used the same sender id and so cannot be used to create a new DAO
    Now we have different IDs everywhere for send transaction
    n13 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    38b4f0a View commit details
    Browse the repository at this point in the history
  5. Revert "removed various naked send() delayed actions"

    This reverts commit 38b4f0a.
    n13 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bf9c2c4 View commit details
    Browse the repository at this point in the history
  6. back to inline actions

    n13 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bef23df View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Modify setup.sh as bin/bash

    Gerard097 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    077d504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f358f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. intermediary check in

    n13 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    d9392f8 View commit details
    Browse the repository at this point in the history
  2. more testing

    n13 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    b34ad2e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    5a608cb View commit details
    Browse the repository at this point in the history
  2. intermediary check in

    defining objects round, group, and vote
    n13 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6cefd8d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. intermediary check in

    n13 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    37151f5 View commit details
    Browse the repository at this point in the history
  2. intermediary check in

    n13 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e307a4e View commit details
    Browse the repository at this point in the history
  3. intermediary check in

    n13 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    569e0db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca2437e View commit details
    Browse the repository at this point in the history
  5. intermediary check in

    n13 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    17d05bf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    1603d53 View commit details
    Browse the repository at this point in the history
  2. added a modified updateSeed method

    Based on Edenia code to handle block chain hash
    n13 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ce3dd66 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    08c8f9e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. intermediary check in

    n13 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d052172 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. updates

    n13 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1f4d8f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    5d21495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e726c40 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. updates

    n13 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e1bbd5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b0d131 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    37c6c1d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. assignDelegateBadges can remove existing

    fix multiple definitions of delegate badge names
    n13 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0a47c45 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    3c23dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5531f9 View commit details
    Browse the repository at this point in the history
  3. bugfixes

    n13 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    076fdfb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    f3518f5 View commit details
    Browse the repository at this point in the history
  2. add group winner edge

    n13 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0745b17 View commit details
    Browse the repository at this point in the history
  3. cleanup

    n13 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9700fa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23c5434 View commit details
    Browse the repository at this point in the history
  5. remove title label again

    n13 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    332bb43 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix node label on upvote

    n13 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    fbbc698 View commit details
    Browse the repository at this point in the history
  2. remove debug code

    n13 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1f258a8 View commit details
    Browse the repository at this point in the history
  3. init last round in election

    n13 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    18a8307 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    244bfac View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. remove delete existing badges

    that code did not work and is not needed in a real scenario where badges expire according to their expiry date.
    n13 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9069bf2 View commit details
    Browse the repository at this point in the history
  2. added allowance for unit testing

    n13 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0daab06 View commit details
    Browse the repository at this point in the history
  3. upload video link

    n13 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4f65d05 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    141d589 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    20d275a View commit details
    Browse the repository at this point in the history
  2. deploy scropts

    n13 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7056daf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c2d4e7 View commit details
    Browse the repository at this point in the history
  4. deploy scripts

    n13 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    006e776 View commit details
    Browse the repository at this point in the history