Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trustwallet/go-libs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.13
Choose a base ref
...
head repository: trustwallet/go-libs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.4
Choose a head ref
  • 6 commits
  • 22 files changed
  • 3 contributors

Commits on Apr 25, 2022

  1. Fix timeout option for the client (#154)

    * Fix timeout option for the client
    
    * Fix timeout test
    
    * Fix linter config
    
    * Improve github actions config
    covain authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2cda407 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Extend mq package (#155)

    covain authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    448820b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. redis client tls option (#156)

    * added redis client option with TLS config
    
    * allow full control of redis tls cofig
    
    * code review suggestions
    vorotech authored May 5, 2022
    Configuration menu
    Copy the full SHA
    eb9e0ae View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

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

Commits on Aug 11, 2022

  1. Add grouped tests under a new package called 'testy' (#161)

    * add grouped tests
    
    * do not run tests when tags are specified, add skip reason msg
    
    * rename functions
    dimkouv authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    027a72b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Add generic packages (#162)

    * add generic packages
    
    * code review fixes
    
    * rename fallback to defaultValue
    
    * rename uniqueSlice to orderedSet
    
    * fix code review comments
    
    * fix partitioning alg
    dimkouv authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    edae377 View commit details
    Browse the repository at this point in the history
Loading