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(gnovm): packages loader #2932

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

Commits on May 26, 2024

  1. copy over from gnoutil pr

    thehowl committed May 26, 2024
    Configuration menu
    Copy the full SHA
    01b0719 View commit details
    Browse the repository at this point in the history
  2. remove util_test

    thehowl committed May 26, 2024
    Configuration menu
    Copy the full SHA
    232834c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f378217 View commit details
    Browse the repository at this point in the history
  4. linter fixes

    thehowl committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8afeacf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. tmp: gno list

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    808061d View commit details
    Browse the repository at this point in the history
  2. tmp

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2c5d604 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. tmp: working

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    dfc0881 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    a35050c View commit details
    Browse the repository at this point in the history
  2. feat: match mapping

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7c7165f View commit details
    Browse the repository at this point in the history
  3. fix: test and lint

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1c3a830 View commit details
    Browse the repository at this point in the history
  4. fix: partially fix transpile

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f95e4bb View commit details
    Browse the repository at this point in the history
  5. tmp: support loaded pkgs in test store

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2d990e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. tmp: better Module info

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6995485 View commit details
    Browse the repository at this point in the history
  2. tmp: follow go resolver logic

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fb8d518 View commit details
    Browse the repository at this point in the history
  3. fix: resolver usage in test

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1c51509 View commit details
    Browse the repository at this point in the history
  4. chore: mod tidy

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    da65417 View commit details
    Browse the repository at this point in the history
  5. chore: ignore draft

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4a8401a View commit details
    Browse the repository at this point in the history
  6. chore: rename importer -> packages like go, break import cycle and mo…

    …ve download to own file
    
    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e792771 View commit details
    Browse the repository at this point in the history
  7. chore: lint and fmt

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    08fbd84 View commit details
    Browse the repository at this point in the history
  8. Update gnovm/pkg/packages/download.go

    Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
    n0izn0iz and moul authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f93a221 View commit details
    Browse the repository at this point in the history
  9. chore: revert merge fails

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    53c5770 View commit details
    Browse the repository at this point in the history
  10. chore: add package and module struct fields comments

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    457b0c9 View commit details
    Browse the repository at this point in the history
  11. chore: go -> gno

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    59a752a View commit details
    Browse the repository at this point in the history
  12. fix: use io instead of os

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e648305 View commit details
    Browse the repository at this point in the history
  13. chore: explicit args

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0123512 View commit details
    Browse the repository at this point in the history
  14. chore: improve comment

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d266b8e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fix: break import cycle

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ac435c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    178706f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. chore: linter

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9fbe83c View commit details
    Browse the repository at this point in the history
  2. chore: reuse helper

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d78fb90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7b6df7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. tmp: use gno.work and add back mod files

    Signed-off-by: Norman Meier <norman@samourai.coop>
    n0izn0iz committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6f2330e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d9fc96 View commit details
    Browse the repository at this point in the history