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): improved native bindings #859

Merged
merged 73 commits into from
Dec 18, 2023

Commits on May 30, 2023

  1. initial poc

    thehowl committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a938f69 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Jun 20, 2023

  1. changes

    thehowl committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6153b6a View commit details
    Browse the repository at this point in the history
  2. add injector call

    thehowl committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0002819 View commit details
    Browse the repository at this point in the history
  3. log ptrs

    thehowl committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    cd94b0c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    6248c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b70c124 View commit details
    Browse the repository at this point in the history
  3. remove old debug call

    thehowl committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9fc487a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 10, 2023

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

Commits on Jul 12, 2023

  1. fix native bindings in realms

    thehowl committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d27a7ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c876012 View commit details
    Browse the repository at this point in the history
  3. fix low-hanging failing tests

    thehowl committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0f54a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a985fc View commit details
    Browse the repository at this point in the history
  5. more docs & text fixes

    thehowl committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f2d8894 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    daa58c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50c919d View commit details
    Browse the repository at this point in the history
  3. add generate to make

    thehowl committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    73e411e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    b1d6a3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3560f42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e113c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6452305 View commit details
    Browse the repository at this point in the history
  5. address PR comments

    thehowl committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ed81331 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b661430 View commit details
    Browse the repository at this point in the history
  7. fix failing cmd tests

    thehowl committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5bda745 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1bf401 View commit details
    Browse the repository at this point in the history
  9. typo

    thehowl committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    60525e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Update gnovm/pkg/gnolang/gonative.go

    Co-authored-by: Thomas Bruyelle <[email protected]>
    thehowl and tbruyelle authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b6a6c5d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. add tests

    thehowl committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    62afd22 View commit details
    Browse the repository at this point in the history
  2. update makefiles & workflows

    thehowl committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0e787fa View commit details
    Browse the repository at this point in the history
  3. add misc to codecov

    thehowl committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9f3f261 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    ec9f5da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7de22f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3b25e5 View commit details
    Browse the repository at this point in the history
  4. fix ci

    thehowl committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a68cfe4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a89302f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 20, 2023

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

Commits on Oct 11, 2023

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

Commits on Oct 20, 2023

  1. Update docs/stdlibs.md

    thehowl authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    42a11cc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    c64aaac View commit details
    Browse the repository at this point in the history
  2. add comment on exprstring;

    thehowl committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    f874119 View commit details
    Browse the repository at this point in the history
  3. add godoc to FuncD

    thehowl committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    237bce9 View commit details
    Browse the repository at this point in the history
  4. doc changes

    thehowl committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    bef0473 View commit details
    Browse the repository at this point in the history
  5. base64 change doc

    thehowl committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    361667a View commit details
    Browse the repository at this point in the history
  6. fixes on new method

    thehowl committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    5592265 View commit details
    Browse the repository at this point in the history
  7. lint fix

    thehowl committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b5b46d6 View commit details
    Browse the repository at this point in the history
  8. jae trying new approach

    jaekwon committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c7f0c1a View commit details
    Browse the repository at this point in the history
  9. Merge branch 'thehowl/dev/native-bindings-poc' of github.com:gnolang/…

    …gno into dev/native-bindings-poc
    thehowl committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    9477f86 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1475790 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'thehowl/dev/native-bindings-poc' of github.com:gnolang/…

    …gno into dev/native-bindings-poc
    thehowl committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    5bc3815 View commit details
    Browse the repository at this point in the history
  12. help for debugging

    thehowl committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    bb613a7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b910ac9 View commit details
    Browse the repository at this point in the history
  14. gofmt

    thehowl committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    ce0185e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1f647e0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f6c83ae View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. cleanup

    jaekwon committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7874fb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 27, 2023

  1. Merge branch 'thehowl/dev/native-bindings-poc' of github.com:gnolang/…

    …gno into dev/native-bindings-poc
    thehowl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c065637 View commit details
    Browse the repository at this point in the history
  2. workflow changes

    thehowl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d8d93c8 View commit details
    Browse the repository at this point in the history
  3. fmt

    thehowl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c9deb06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc858af View commit details
    Browse the repository at this point in the history
  5. make error understandable

    thehowl committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    9439ac3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b89bf91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ca0167 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    6f6a621 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:gnolang/gno into dev/native-bindi…

    …ngs-poc
    
    Let's see how much stuff we've broken.
    thehowl committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    12a837b View commit details
    Browse the repository at this point in the history
  3. fix lint

    thehowl committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ac66975 View commit details
    Browse the repository at this point in the history
  4. cleanup

    thehowl committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    108acc1 View commit details
    Browse the repository at this point in the history
  5. remove old stdlib doc

    thehowl committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9d13896 View commit details
    Browse the repository at this point in the history