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(examples): add disperse (v2) #2613

Merged
merged 58 commits into from
Aug 21, 2024
Merged

Commits on Nov 28, 2023

  1. wip disperse

    leohhhn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b427d46 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. add disperse PoC

    leohhhn committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0c80d55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d352e View commit details
    Browse the repository at this point in the history
  3. GNOT disperse PoC complete

    leohhhn committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    405f690 View commit details
    Browse the repository at this point in the history
  4. comments, formatting

    leohhhn committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b0889c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. save

    leohhhn committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    70354ef View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. wip add tests

    leohhhn committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a5a5324 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 14, 2023

  1. wip tests

    leohhhn committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fe220f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70d91b1 View commit details
    Browse the repository at this point in the history
  3. remove blocked tests

    leohhhn committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3637e81 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

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

Commits on Dec 24, 2023

  1. generalize to sendcoin

    leohhhn committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    6cb1b0e View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. txtar testing basics

    leohhhn committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    39aaf1b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Jan 23, 2024

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

Commits on Feb 5, 2024

  1. remove keys db

    leohhhn committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    eac2b10 View commit details
    Browse the repository at this point in the history
  2. add tests

    leohhhn committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    40ba918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80389b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. wip

    leohhhn committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9079f54 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. refactor

    leohhhn committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    724656a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    c9f5ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86c1d37 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Update:

    - disperseToken can now support the disperse of multiple tokens
    - add some panic handling
    - add tests for disperse multiple tokens and errors
    lennyvong committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ebf397d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1106bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a542d4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a73a65 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Update examples/gno.land/r/demo/disperse/disperse.gno

    Co-authored-by: Guilhem Fanton <8671905+gfanton@users.noreply.github.com>
    agherasie and gfanton committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5157b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7437f60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6418040 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c30e1f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f427841 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Update examples/gno.land/r/demo/disperse/disperse.gno

    Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
    agherasie and leohhhn committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    885d791 View commit details
    Browse the repository at this point in the history
  2. Update examples/gno.land/r/demo/disperse/disperse.gno

    Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
    agherasie and leohhhn committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    86b0671 View commit details
    Browse the repository at this point in the history
  3. Update examples/gno.land/r/demo/disperse/util.gno

    Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
    agherasie and leohhhn committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    78ee151 View commit details
    Browse the repository at this point in the history
  4. Update examples/gno.land/r/demo/disperse/disperse.gno

    Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
    agherasie and leohhhn committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    de01899 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28e029a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d41e44c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f8aa84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfc2ee9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d91b227 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fd031e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    042ec41 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    20a428c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7928cb1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f2fa497 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b70a621 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    56d0716 View commit details
    Browse the repository at this point in the history
  2. chore(examples): fmt

    agherasie committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    73f42ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a87b66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcd81fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63df55e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    d05632a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    286da83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    128a8e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b0ef03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6e970d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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