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

feat: da0-da0 port + moderated boards #3

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from
Draft

feat: da0-da0 port + moderated boards #3

wants to merge 47 commits into from

Commits on Aug 24, 2023

  1. feat(gnovm): add unicode/utf16 in stdlibs

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    400aefb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. feat: ujson

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d09c845 View commit details
    Browse the repository at this point in the history
  2. feat: da0-da0 port + moderated boards

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    613e66d View commit details
    Browse the repository at this point in the history
  3. TMP

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6bdb796 View commit details
    Browse the repository at this point in the history
  4. TMP

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1d50f09 View commit details
    Browse the repository at this point in the history
  5. TMP

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    14996d3 View commit details
    Browse the repository at this point in the history
  6. feat: grc20 support

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2ced617 View commit details
    Browse the repository at this point in the history
  7. bug examples

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bae4c9f View commit details
    Browse the repository at this point in the history
  8. TMP

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5fdf7ba View commit details
    Browse the repository at this point in the history
  9. TMP

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cdb1827 View commit details
    Browse the repository at this point in the history
  10. tmp: json

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f0430ea View commit details
    Browse the repository at this point in the history
  11. chore: remove versioning

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8c3192e View commit details
    Browse the repository at this point in the history
  12. fix: missing gno mod require

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    eb79f91 View commit details
    Browse the repository at this point in the history
  13. chore: switch jsonutil -> ujson

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7964e32 View commit details
    Browse the repository at this point in the history
  14. chore: refacto

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2169839 View commit details
    Browse the repository at this point in the history
  15. chore: remove unused binutils

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f97cd60 View commit details
    Browse the repository at this point in the history
  16. chore: remove dumb file

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    86407af View commit details
    Browse the repository at this point in the history
  17. chore: revert changes in gnovm

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1d23daf View commit details
    Browse the repository at this point in the history
  18. chore: remove artifact

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bfffd57 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. chore: extract grc20_registry in own branch

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    9882490 View commit details
    Browse the repository at this point in the history
  2. fix: fully switch to json encoding in demo dao_realm

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2463053 View commit details
    Browse the repository at this point in the history
  3. fix: correctly decode json in tests

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    a94f123 View commit details
    Browse the repository at this point in the history
  4. fix: group test output

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    b49ecbc View commit details
    Browse the repository at this point in the history
  5. chore: revert users change

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e775976 View commit details
    Browse the repository at this point in the history
  6. fix: tests

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    d2221b2 View commit details
    Browse the repository at this point in the history
  7. chore: remove published bug

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2c52356 View commit details
    Browse the repository at this point in the history
  8. chore: make failing mis_ownership test

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    60904d0 View commit details
    Browse the repository at this point in the history
  9. chore: remove upstreamed bug

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8aefa76 View commit details
    Browse the repository at this point in the history
  10. chore: remove upstreamed bugs

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    738712a View commit details
    Browse the repository at this point in the history
  11. chore: remove contracts makefiles

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    5db8ed5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. feat: add dao Pause and ExecuteAdminMsgs

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6c4c62a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. chore: add test to demonstrate prev-realm bug

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7f1a835 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. chore: remove upstreamed bug

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5c53fa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. chore: refacto core contracts

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ca72e83 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. chore: clean dao realm example

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3b7e84e View commit details
    Browse the repository at this point in the history
  2. chore: remove unused file

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d367ec9 View commit details
    Browse the repository at this point in the history
  3. fix: remove unexisting dep

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8ddfacd View commit details
    Browse the repository at this point in the history
  4. feat: add support for time

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4eae8cd View commit details
    Browse the repository at this point in the history
  5. chore: add missing dep in gno mod

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3044fd2 View commit details
    Browse the repository at this point in the history
  6. chore: remove pause related artifacts

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    622ddaa View commit details
    Browse the repository at this point in the history
  7. fix: make ujson publishable

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bcd12a8 View commit details
    Browse the repository at this point in the history
  8. fix: tokenizer unquoting

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b626523 View commit details
    Browse the repository at this point in the history
  9. chore: code dedup

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7aad056 View commit details
    Browse the repository at this point in the history
  10. chore: add comment

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    56d5001 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix: broken module name

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c4afed0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. feat: allow to get voting power at any height

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    57ee9fe View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. feat: jsonify messages

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b3a3ead View commit details
    Browse the repository at this point in the history