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: merge latest changes to v2 #118

Merged
merged 4 commits into from
Sep 25, 2024
Merged

feat: merge latest changes to v2 #118

merged 4 commits into from
Sep 25, 2024

Commits on Aug 28, 2024

  1. fix: wrong configuration for the eth connection pool. (#117)

    * fix: wrong configuration for the eth connection pool.
    
    * add a specific error for missing RPC URL
    
    * fix key prefix in config.toml of the example listener
    
    * fix: wrong configuration for the eth connection pool.
    
    * make WS client an optional one
    
    * add tests for connection_pool.go
    
    * fix lint errors
    
    * refactor: improved eth.ConnectionPoolImpl
    
    * rename function getClient in getClientFrom
    
    * move mutex usage to user-facing functions
    
    * fix: skip tests for ConnectionPoolImpl if the env vars are not set.
    
    * Add a checkEnv function used to skip the test if the env vars are not set.
    
    * Remove unneeded nil checks for HTTP clients cache
    
    * Check if the WS Url cache is null before adding WS clients to the cache.
    
    ---------
    
    Co-authored-by: Bearetta <[email protected]>
    Hartick and Hartick authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5b4dab8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. feat(store): Better syntax (merge after go 1.23 release) (#112)

    * Better syntax
    
    * update Makefile
    
    * ree
    
    * ree
    
    * use go 1.23
    
    * use concise go version
    
    * fix ci
    
    * fix ci
    hunter-bera authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    592e7eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b228653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e63c0 View commit details
    Browse the repository at this point in the history