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: blinklabs-io/dingo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.8
Choose a base ref
...
head repository: blinklabs-io/dingo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 8 commits
  • 19 files changed
  • 3 contributors

Commits on Dec 14, 2024

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

Commits on Dec 16, 2024

  1. build(deps): bump github.com/blinklabs-io/gouroboros (#281)

    Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.105.0 to 0.105.1.
    - [Release notes](https://github.com/blinklabs-io/gouroboros/releases)
    - [Commits](blinklabs-io/gouroboros@v0.105.0...v0.105.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/blinklabs-io/gouroboros
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    3c9d173 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump gorm.io/plugin/opentelemetry from 0.1.10 to 0.1.11 (#…

    …285)
    
    Bumps [gorm.io/plugin/opentelemetry](https://github.com/go-gorm/opentelemetry) from 0.1.10 to 0.1.11.
    - [Release notes](https://github.com/go-gorm/opentelemetry/releases)
    - [Commits](go-gorm/opentelemetry@v0.1.10...v0.1.11)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/plugin/opentelemetry
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    9701ae5 View commit details
    Browse the repository at this point in the history
  3. ci: skip unused golangci-lint test on outboundSocketControl func (#286)

    Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
    wolf31o2 authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    6717fc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. feat: initial peer governor (#288)

    * return connection instead of wrapper in connmanager
    * migrate host/topology tracking to peergov
    * move additional connection close handling into connmanager
    * generate connection closed event
    * migrate outbound connection tracking to peergov
    * query peergov for peers in peersharing
    agaffney authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    4aadb1c View commit details
    Browse the repository at this point in the history
  2. refactor: move listener and enable port re-use (#289)

    This migrates the listeners from the internal node entrypoint to the
    node framework, which enables re-use of the listening port as the
    outbound source port
    agaffney authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    8eb565e View commit details
    Browse the repository at this point in the history
  3. chore(deps): upgrade otel group to 1.33.0 (#287)

    Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
    wolf31o2 authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    809cce8 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. fix: ensure peers is not nil (#290)

    Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
    wolf31o2 authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    6588869 View commit details
    Browse the repository at this point in the history
Loading