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

[Docs] Readme rewrite #19

Merged
merged 11 commits into from
Jun 28, 2024
Merged

[Docs] Readme rewrite #19

merged 11 commits into from
Jun 28, 2024

Commits on Jun 25, 2024

  1. Refactor move session client (#12)

    * refactor: remove redundant application client
    
    * refactor: move the BlockClient to top level
    
    * remove the redundant clients/block.go
    
    * fix spacing in the comment
    
    * Refactor: move session client to top level
    
    * refactor: use poktroll exported types in GetSessionSupplierEndpoints
    
    * Use PoktNodeSessionFetcher as the interface consumed by SessionClinet
    
    * feat: introduce a wrapper for Sessions to support endpoint selection
    
    * fix: refactor FilteredSession to make it stateless
    
    * fix linter errors
    
    * fix linter warnings
    adshmh authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    77b64bb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Refactor ring, sign, and relay functionality (#15)

    * refactor: remove redundant application client
    
    * refactor: move the BlockClient to top level
    
    * remove the redundant clients/block.go
    
    * fix spacing in the comment
    
    * Refactor: move session client to top level
    
    * refactor: use poktroll exported types in GetSessionSupplierEndpoints
    
    * Use PoktNodeSessionFetcher as the interface consumed by SessionClinet
    
    * feat: introduce a wrapper for Sessions to support endpoint selection
    
    * Draft: overall SDK structure
    
    * Fix the send relay example
    
    * fix typo
    
    * address review comments
    
    * fix linter warnings
    
    * address review comment: make SupplierAddress an input for Validating response
    
    * address review comment: use query height to get app ring
    
    * address review: TODO for stateless ring constructor
    adshmh authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    20be6f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. [Ring] Poktroll ring construction (#17)

    * refactor: remove redundant application client
    
    * refactor: move the BlockClient to top level
    
    * remove the redundant clients/block.go
    
    * fix spacing in the comment
    
    * Refactor: move session client to top level
    
    * refactor: use poktroll exported types in GetSessionSupplierEndpoints
    
    * Use PoktNodeSessionFetcher as the interface consumed by SessionClinet
    
    * feat: introduce a wrapper for Sessions to support endpoint selection
    
    * Draft: overall SDK structure
    
    * Fix the send relay example
    
    * fix typo
    
    * address review comments
    
    * fix linter warnings
    
    * address review comment: make SupplierAddress an input for Validating response
    
    * address review comment: use query height to get app ring
    
    * address review: TODO for stateless ring constructor
    
    * refactor: Use poktroll ring construction functions
    
    * fix: ring naming and linting
    
    * fix: Remove unused argument
    
    * fix: Application address logging
    
    * fix: Relay test example and go.mod poktroll dep
    
    * chore: Update dependencies
    
    ---------
    
    Co-authored-by: Arash Deshmeh <[email protected]>
    red-0ne and adshmh authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e5e13e2 View commit details
    Browse the repository at this point in the history
  2. fix: Restore CopyToHTTPHeader (#18)

    * fix: Restore CopyToHTTPHeader
    
    * chore: Add TODO_REFACTOR
    red-0ne authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    73716a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    c342483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e27d0f1 View commit details
    Browse the repository at this point in the history
  3. fix: linter errors

    red-0ne committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7245cf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b5d37b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6045216 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2341135 View commit details
    Browse the repository at this point in the history
  7. chore: run goimports

    red-0ne committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    110e917 View commit details
    Browse the repository at this point in the history