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: r/profile dapp #1983

Merged
merged 46 commits into from
Jul 14, 2024
Merged

feat: r/profile dapp #1983

merged 46 commits into from
Jul 14, 2024

Commits on Apr 25, 2024

  1. profile realm

    kazai777 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e73da9b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 9, 2024

  1. add mapping comment

    kazai777 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9c6b768 View commit details
    Browse the repository at this point in the history
  2. modify comparison

    kazai777 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5f29419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf3b0dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3796c3c View commit details
    Browse the repository at this point in the history
  5. replace return by panic

    kazai777 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4770d4b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. add emit

    kazai777 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f13d0d6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a0b7975 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary condition

    kazai777 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    38b5439 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    d1c108c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69173f8 View commit details
    Browse the repository at this point in the history
  3. add mux for routing

    kazai777 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a0a1027 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21f6ccb View commit details
    Browse the repository at this point in the history
  5. make tidy

    kazai777 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e78e0bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b87d58 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on Jun 3, 2024

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

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    61bdfc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8793a51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fac788 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Refactoring v0.1

    kazai777 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    19d5b23 View commit details
    Browse the repository at this point in the history
  2. remove no used contextKey

    kazai777 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bec9bcb View commit details
    Browse the repository at this point in the history
  3. mod

    kazai777 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8a66188 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    f38eb7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51d5577 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. add unit test

    kazai committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    57fd874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c962ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7101443 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Update examples/gno.land/r/demo/profile/handlers.gno

    Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
    kazai777 and moul committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5110a6c View commit details
    Browse the repository at this point in the history
  2. Update examples/gno.land/r/demo/profile/handlers.gno

    Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
    kazai777 and moul committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a857573 View commit details
    Browse the repository at this point in the history
  3. Update examples/gno.land/r/demo/profile/profile.gno

    Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
    kazai777 and moul committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8f83cfd View commit details
    Browse the repository at this point in the history
  4. Update examples/gno.land/r/demo/profile/profile.gno

    Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
    kazai777 and moul committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b61da85 View commit details
    Browse the repository at this point in the history
  5. Update examples/gno.land/r/demo/profile/handlers.gno

    Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
    kazai777 and moul committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    214dd6f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. fix: remove Getters call on homeHandler, remove profile display homeH…

    …andler and return markdown instead html
    kazai777 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    6755ac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a0e4b View commit details
    Browse the repository at this point in the history
  3. Update examples/gno.land/r/demo/profile/handlers.gno

    Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
    kazai777 and moul committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    b30325b View commit details
    Browse the repository at this point in the history
  4. Update examples/gno.land/r/demo/profile/handlers.gno

    Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
    kazai777 and moul committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    8631c48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7ff18c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Jul 8, 2024

  1. fix: move constant on the profile file, rename file handlers by rende…

    …r, remove unsued const
    kazai777 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fadbc59 View commit details
    Browse the repository at this point in the history
  2. refactor: testfile with new uassert function, global declaration for …

    …address test, adding prefill value
    kazai777 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5789de8 View commit details
    Browse the repository at this point in the history
  3. make tidy

    kazai777 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cea8dee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0869813 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

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

Commits on Jul 14, 2024

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