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

[E2E relay test] Update to #178 #184

Merged
merged 156 commits into from
Nov 16, 2023
Merged

[E2E relay test] Update to #178 #184

merged 156 commits into from
Nov 16, 2023

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    29b9bdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c9c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f257b46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    194cee5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cca55c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c666542 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea8d848 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38329bb View commit details
    Browse the repository at this point in the history
  9. chore: fix comment

    bryanchriswhite committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d2f9cb4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d502b75 View commit details
    Browse the repository at this point in the history
  11. feat: Add Relayer struct

    red-0ne committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    48cef80 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'pokt/main' into issues/13/feat/miner

    * pokt/main:
      [Off-chain] feat: observable utils (#171)
      [Off-chain] refactor: `MapFn`s receive context arg (#170)
    bryanchriswhite committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f85a381 View commit details
    Browse the repository at this point in the history
  13. chore: Rename to RelayMiner

    red-0ne committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cba145e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c81c274 View commit details
    Browse the repository at this point in the history
  15. chore: Remove unused

    RelayerOption parameter
    red-0ne committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0e38e7d View commit details
    Browse the repository at this point in the history
  16. [Test] First step for automated E2E Relay test (#167)

    - Fixed helpers for localnet regenesis
    - Added an application & supplier to the genesis file
    - Initializing appMap & supplierMap in E2E tests
    - Add support for the app's codec (for unmarshaling responses) in E2E tests
    - Adding a placeholder for `e2e/tests/relay.feature`
    
    ---
    
    Co-authored-by: harry <[email protected]>
    2 people authored and bryanchriswhite committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f9e1cbc View commit details
    Browse the repository at this point in the history
  17. [Relayer] refactor: simplify RelayerSessionsManager (#169)

    * refactor: `MapFn`s receive context arg
    
    * feat: add `MapExpand` observable operator
    
    * refactor: `RelayerSessionsManager` to be more reactive
    
    * chore: add godoc comment
    
    * chore: review feedback improvements
    
    * trigger CI
    bryanchriswhite committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0e72490 View commit details
    Browse the repository at this point in the history
  18. chore: review feedback improvements

    Co-authored-by: Daniel Olshansky <[email protected]>
    bryanchriswhite and Olshansk committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    107f6dd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ccad087 View commit details
    Browse the repository at this point in the history
  20. Merge remote-tracking branch 'pokt/main' into issues/13/feat/miner

    * pokt/main:
      [Relayer] refactor: simplify `RelayerSessionsManager`  (#169)
      [Test] First step for automated E2E Relay test (#167)
    bryanchriswhite committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8737024 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e041472 View commit details
    Browse the repository at this point in the history
  22. fix: Update Miner interface

    red-0ne committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8cf0784 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    85a49b7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0788e1d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e6a558b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d04ea2a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    9c75b2c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'pokt/main' into issues/13/feat/miner

    * pokt/main:
      [Proxy] chore: Use depinject for relayerProxy (#173)
      [Sessions] chore: Use depinject for sessions mgr construction (#175)
    bryanchriswhite committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    286e1b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0ffe9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2019637 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    709f661 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    394575b View commit details
    Browse the repository at this point in the history
  7. chore: tidy up

    bryanchriswhite committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1eae9d2 View commit details
    Browse the repository at this point in the history
  8. chore: simplify

    bryanchriswhite committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    efb8a4e View commit details
    Browse the repository at this point in the history
  9. wip: relayer CLI

    bryanchriswhite committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b38aa81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c1be2b5 View commit details
    Browse the repository at this point in the history
  11. chore: review feedback improvements

    Co-authored-by: Daniel Olshansky <[email protected]>
    bryanchriswhite and Olshansk authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3b2022a View commit details
    Browse the repository at this point in the history
  12. chore: review feedback improvements

    Co-authored-by: Daniel Olshansky <[email protected]>
    bryanchriswhite and Olshansk authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    967dddc View commit details
    Browse the repository at this point in the history
  13. chore: review feedback improvements

    Co-authored-by: Daniel Olshansky <[email protected]>
    bryanchriswhite and Olshansk authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f9a6fb2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7d23bd4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    916c0dd View commit details
    Browse the repository at this point in the history
  16. chore: tidy up cmd creation

    h5law committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    04a79b2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    55c8118 View commit details
    Browse the repository at this point in the history
  18. chore: simplify

    bryanchriswhite committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c1784f5 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'issues/13/feat/miner' into relayer/cli

    * issues/13/feat/miner:
      chore: simplify
      fix: incomplete refactor
      chore: review feedback improvements
      chore: review feedback improvements
      chore: review feedback improvements
      chore: review feedback improvements
      chore: review feedback improvements
    bryanchriswhite committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    92925eb View commit details
    Browse the repository at this point in the history
  20. chore: add log lines

    h5law committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0bfdc80 View commit details
    Browse the repository at this point in the history
  21. Merge remote-tracking branch 'pokt/relayer/cli' into relayer/cli

    * pokt/relayer/cli:
      chore: add log lines
      chore: tidy up cmd creation
    bryanchriswhite committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c49394e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9efde4f View commit details
    Browse the repository at this point in the history
  23. chore: cleanup

    bryanchriswhite committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3de8b3e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    323b074 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    059b7df View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6460fa9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9dfe585 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5f9bd5f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0c4e353 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1dcdbbe View commit details
    Browse the repository at this point in the history
  31. wip: debugging

    bryanchriswhite committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    da46de7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6835ce9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4f9a74f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cc05bac View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f074f97 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    51bccfe View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. wip: debugging

    bryanchriswhite committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    47d8685 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'pokt/relayer/cli' into relayer/cli

    * pokt/relayer/cli:
      [AppGate] Implement the MVP AppGateServer (#108)
      chore: Improve comment about startig relayer proxy
      [Relayer] feat: Add Relayer struct (#172)
      feat: Use relay miner to start
      chore: Reflect responsibility changes of session manager
      [Miner] feat: add `Miner` component (#168)
      fix: Update Miner interface
      chore: update start mining comment
      chore: Remove unused RelayerOption parameter
      chore: Rename relay miner file
      chore: Rename to RelayMiner
      feat: Add Relayer struct
    bryanchriswhite committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    a69b5f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34e52f7 View commit details
    Browse the repository at this point in the history
  4. wip: debugging

    bryanchriswhite committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    beb0757 View commit details
    Browse the repository at this point in the history
  5. chore: Rename falg variables

    red-0ne committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ec1910f View commit details
    Browse the repository at this point in the history
  6. wip: debugging

    bryanchriswhite committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ded793f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ba2dc1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf936e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c96e5c5 View commit details
    Browse the repository at this point in the history
  10. chore: use arg not flag

    h5law committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0d9edb9 View commit details
    Browse the repository at this point in the history
  11. chore: rename command

    red-0ne committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    5c5eace View commit details
    Browse the repository at this point in the history
  12. Debugging checkpoint

    Olshansk committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ee397d3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a3a3635 View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'pokt/relayer/cli' into relayer/cli

    * pokt/relayer/cli:
      chore: rename command
      chore: Rename falg variables
    bryanchriswhite committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    641d60a View commit details
    Browse the repository at this point in the history
  15. wip: debugging

    bryanchriswhite committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    71052b7 View commit details
    Browse the repository at this point in the history
  16. wip: debugging

    bryanchriswhite committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    fa8c2eb View commit details
    Browse the repository at this point in the history
  17. wip: debugging

    bryanchriswhite committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0638e8d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    bb87722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcfbef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4019a17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c3cfb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c130ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8493b2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c85f75b View commit details
    Browse the repository at this point in the history
  8. chore: add some todo comments

    h5law committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    dfd28f8 View commit details
    Browse the repository at this point in the history
  9. wip: debugging

    bryanchriswhite committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    5ab0e4c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    ff4997a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac54c24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc2ab5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    9c32675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17597c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23ac551 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e13211e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf5910f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb56997 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e60381 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bd05ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a031b92 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c05ba2b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aeb4ee8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6648a38 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e5a4d73 View commit details
    Browse the repository at this point in the history
  14. fix: typo

    bryanchriswhite committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    95fc559 View commit details
    Browse the repository at this point in the history
  15. chore: remove todo

    bryanchriswhite committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c3898e0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c61abaf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    839a3dc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ff8fc6a View commit details
    Browse the repository at this point in the history
  19. chore: remove comment

    bryanchriswhite committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    66bfba5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    15948a8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    95a6dc9 View commit details
    Browse the repository at this point in the history
  22. Merge remote-tracking branch 'pokt/main' into wip/e2e_test/relay

    * pokt/main:
      Document roadmap change #2
    bryanchriswhite committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    890370d View commit details
    Browse the repository at this point in the history
  23. Merge branch 'relayer/cli' into wip/e2e_test/relay

    * relayer/cli: (89 commits)
      fix: error format strings
      chore: remove comment
      fix: error format strings
      revert: comment change
      chore: add todo comment
      chore: remove todo
      fix: typo
      refactor: re-consolidate client contexts
      revert: tiltfile hot-reload dirs
      chore: improve comments
      chore: improve comments
      refactor: interrupt signal handling
      chore: unexport `relayMiner` struct
      chore: remove appgate server debug log
      refactor: rename misnamed `jsonRPCServer` receiver var
      chore: cleanup error messaging & logging in appgate server
      chore: improve logging
      chore: fix subcmd name `relayerminer` -> `relayminer`
      revert: comment relayers out of tiltfile
      Upate a couple small comments in the maketfile
      ...
    bryanchriswhite committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9cfd8ff View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    65ff2e4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5ec4514 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1160c0a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b7a66de View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    49ba416 View commit details
    Browse the repository at this point in the history
  29. fix: curl invocation

    bryanchriswhite committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7e400e4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b52f046 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7bc6a26 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9d86294 View commit details
    Browse the repository at this point in the history
  33. Self review

    Olshansk committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    700fd06 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge branch 'e2e_test/relay' into e2e_test/relay-update

    * e2e_test/relay:
      Self review
    bryanchriswhite committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3887759 View commit details
    Browse the repository at this point in the history
  2. fixup: merge upstream

    bryanchriswhite committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    122bec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c1f5b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bfe151 View commit details
    Browse the repository at this point in the history
  5. chore: review feedback improvements

    Co-authored-by: Daniel Olshansky <[email protected]>
    bryanchriswhite and Olshansk authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    86255b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0aaddc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ad6abe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88e046d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b83691 View commit details
    Browse the repository at this point in the history
  10. chore: review feedback improvements

    Co-authored-by: Daniel Olshansky <[email protected]>
    bryanchriswhite and Olshansk authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c865eb0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe9db58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d7e577 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f945513 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a53626 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'relayer/cli' into merge/e2e_test/relay_x_relayer_cli

    * relayer/cli:
      fix: supplier client test
      chore: add long command description
      chore: review feedback improvements
      chore: review feedback improvements
      fix: sessiontree store path check
      fix: sessiontree store path check
      refactor: separate tx and query client contexts 🙄
      refactor: relayminer depinject helpers & godoc comments on all constructors
      chore: review feedback improvements
      chore: update anvil service port in make targets
    bryanchriswhite committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3a178b2 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'merge/e2e_test/relay_x_relayer_cli' into e2e_test/relay…

    …-update
    
    * merge/e2e_test/relay_x_relayer_cli:
      fix: supplier client test
      chore: add long command description
      chore: review feedback improvements
      chore: review feedback improvements
      fix: sessiontree store path check
      fix: sessiontree store path check
      refactor: separate tx and query client contexts 🙄
      refactor: relayminer depinject helpers & godoc comments on all constructors
      chore: review feedback improvements
      chore: update anvil service port in make targets
    bryanchriswhite committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    98a1854 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4ce831b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d83c1e7 View commit details
    Browse the repository at this point in the history
  19. chore: update comment

    h5law committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e58c848 View commit details
    Browse the repository at this point in the history
  20. Update .gitignore

    Olshansk authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    75343bb View commit details
    Browse the repository at this point in the history
  21. Update OpenAPI spec

    Olshansk committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1cc7085 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a04ebfc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    59f863c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    753c27a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    966b874 View commit details
    Browse the repository at this point in the history
  26. Added a couple more comments

    Olshansk committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c726dfc View commit details
    Browse the repository at this point in the history
  27. Merge with main

    Olshansk committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b9c0d62 View commit details
    Browse the repository at this point in the history
  28. More tiny comment updates

    Olshansk committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c36db92 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge branch 'relayer/cli' into merge/e2e_test/relay_x_relayer_cli

    * relayer/cli:
      More tiny comment updates
      Added a couple more comments
      Update some comments and TODOs
      Update the names and references to queryNode/sequencerNode/fullNode etc
      Update pkg/relayer/cmd/cmd.go
      [Test] Updating `relay.feature` to run curl command to enable E2E Relay Test (#178)
      Updated comments for post 177+179 work for okdas
      Update OpenAPI spec
      Update .gitignore
      chore: update comment
      chore: move shared dependency setup logic to shared pkg
      chore: cleanup flags and dependencies for appgateserver cmd
      [Supplier] chore: improve supplier not found error message (#183)
      [CI] Integrate E2E tests with GitHub CI (#152)
    bryanchriswhite committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b885583 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'pokt/main' into merge/e2e_test/relay_x_…

    …relayer_cli
    
    * pokt/main:
      [LocalNet] Run Relayer and AppGateServer (#179)
      [Relay] E2E Relay Gaps (#177)
    bryanchriswhite committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    09de036 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'merge/e2e_test/relay_x_relayer_cli' into e2e_test/relay…

    …-update
    
    * merge/e2e_test/relay_x_relayer_cli:
      [LocalNet] Run Relayer and AppGateServer (#179)
      [Relay] E2E Relay Gaps (#177)
      More tiny comment updates
      Added a couple more comments
      Update some comments and TODOs
      Update the names and references to queryNode/sequencerNode/fullNode etc
      Update pkg/relayer/cmd/cmd.go
      [Test] Updating `relay.feature` to run curl command to enable E2E Relay Test (#178)
      Updated comments for post 177+179 work for okdas
      Update OpenAPI spec
      Update .gitignore
      chore: update comment
      chore: move shared dependency setup logic to shared pkg
      chore: cleanup flags and dependencies for appgateserver cmd
      [Supplier] chore: improve supplier not found error message (#183)
      [CI] Integrate E2E tests with GitHub CI (#152)
    bryanchriswhite committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0498318 View commit details
    Browse the repository at this point in the history
  4. chore: review feedback improvements

    Co-authored-by: Daniel Olshansky <[email protected]>
    bryanchriswhite and Olshansk authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    27ddcff View commit details
    Browse the repository at this point in the history