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(gnoclient): add MultiCall #1565

Merged
merged 45 commits into from
Feb 1, 2024

Commits on Jan 20, 2024

  1. wip save

    leohhhn committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    bf6a79f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    738f70c View commit details
    Browse the repository at this point in the history
  2. remove comment

    leohhhn committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    2de3712 View commit details
    Browse the repository at this point in the history
  3. add comment

    leohhhn committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    de83a5b View commit details
    Browse the repository at this point in the history
  4. fix lint

    leohhhn committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    05aedff View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    ebaf516 View commit details
    Browse the repository at this point in the history
  2. extract errors to pkg level

    leohhhn committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9a5fd71 View commit details
    Browse the repository at this point in the history
  3. remove aliasing

    leohhhn committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    bdb9f60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb2416d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. inline caller

    leohhhn committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ced737b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c91240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9e85ea View commit details
    Browse the repository at this point in the history
  4. add more unit tests, comments

    leohhhn committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    bb828df View commit details
    Browse the repository at this point in the history
  5. made unit tests better

    leohhhn committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    175bd5e View commit details
    Browse the repository at this point in the history
  6. add testcase

    leohhhn committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f0958d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge branch 'master' into feat/gnoclient-batchcall

    # Conflicts:
    #	gno.land/pkg/gnoclient/client_test.go
    leohhhn committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3ad650e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. make errors public

    leohhhn committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a6fb52d View commit details
    Browse the repository at this point in the history
  2. remove fmt.errorf

    leohhhn committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8be378e View commit details
    Browse the repository at this point in the history
  3. make error names clearer

    leohhhn committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    def2e0b View commit details
    Browse the repository at this point in the history
  4. mocking wip

    leohhhn committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4f9febf View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. add rpcclient mock, wip tests

    leohhhn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    cb7496f View commit details
    Browse the repository at this point in the history
  2. expand txbroadcast res

    leohhhn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2cd4af3 View commit details
    Browse the repository at this point in the history
  3. wip more tests

    leohhhn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9f6cd76 View commit details
    Browse the repository at this point in the history
  4. add full rpcclient mock infra

    leohhhn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    23fb5b4 View commit details
    Browse the repository at this point in the history
  5. simplify tests

    leohhhn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3ecf8f0 View commit details
    Browse the repository at this point in the history
  6. typo fix

    leohhhn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a190219 View commit details
    Browse the repository at this point in the history
  7. remove comment

    leohhhn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7caf692 View commit details
    Browse the repository at this point in the history
  8. fix lint

    leohhhn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    085ce3f View commit details
    Browse the repository at this point in the history
  9. fix test err

    leohhhn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    849ede2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    788ccb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. parallel test

    leohhhn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    800d188 View commit details
    Browse the repository at this point in the history
  2. replace assert with require

    leohhhn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9e8c7e2 View commit details
    Browse the repository at this point in the history
  3. add errors.Is

    leohhhn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a4bf5cb View commit details
    Browse the repository at this point in the history
  4. remove panics

    leohhhn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    44a0657 View commit details
    Browse the repository at this point in the history
  5. add pointer receivers

    leohhhn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1bad3de View commit details
    Browse the repository at this point in the history
  6. make fmt

    leohhhn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a663e8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd707ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6e78d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7481f0 View commit details
    Browse the repository at this point in the history
  10. make fmt

    leohhhn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bd9ac4b View commit details
    Browse the repository at this point in the history
  11. remove double assert

    leohhhn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0e6300e View commit details
    Browse the repository at this point in the history
  12. rename mock to mock_test

    leohhhn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    60b5963 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7354457 View commit details
    Browse the repository at this point in the history