feat: rename event types from chainsync.block/transaction to input.block/transaction (#617)
Signed-off-by: Ales Verbic <[email protected]>
Signed-off-by: Ales Verbic <[email protected]>
Signed-off-by: Ales Verbic <[email protected]>
Signed-off-by: Ales Verbic <[email protected]>
* feat(input): mempool input plugin Signed-off-by: cryptodj413 <[email protected]> * fix: resolve golangci-lint issues Signed-off-by: cryptodj413 <[email protected]> * fix(mempool): address code review Signed-off-by: cryptodj413 <[email protected]> * fix(mempool): close previous connection on Start() restart Signed-off-by: cryptodj413 <[email protected]> * fix(mempool): close connection on Dial failure and dedupe by last poll only Signed-off-by: cryptodj413 <[email protected]> * fix(mempool): channel reuse on restart Signed-off-by: cryptodj413 <[email protected]> * fix(mempool): idempotent Stop Signed-off-by: cryptodj413 <[email protected]> --------- Signed-off-by: cryptodj413 <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
Signed-off-by: Ales Verbic <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.34.0 to 0.35.0. - [Commits](https://github.com/golang/oauth2/compare/v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/blinklabs-io/plutigo](https://github.com/blinklabs-io/plutigo) from 0.0.22 to 0.0.23. - [Release notes](https://github.com/blinklabs-io/plutigo/releases) - [Commits](https://github.com/blinklabs-io/plutigo/compare/v0.0.22...v0.0.23) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/plutigo dependency-version: 0.0.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jenita <[email protected]>
- Add tools.go to track nilaway as a development dependency - Add 'make nilaway' target for local static analysis - Update CI workflow to run nilaway via go run for consistency - Pin nilaway dependency in go.mod/go.sum
Bumps [github.com/blinklabs-io/plutigo](https://github.com/blinklabs-io/plutigo) from 0.0.22 to 0.0.23. - [Release notes](https://github.com/blinklabs-io/plutigo/releases) - [Commits](https://github.com/blinklabs-io/plutigo/compare/v0.0.22...v0.0.23) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/plutigo dependency-version: 0.0.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.152.2 to 0.153.1. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.152.2...v0.153.1) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.153.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Akhil Repala <[email protected]>
Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.152.2 to 0.153.1. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.152.2...v0.153.1) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.153.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.34.0 to 0.35.0. - [Commits](https://github.com/golang/oauth2/compare/v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/blinklabs-io/plutigo](https://github.com/blinklabs-io/plutigo) from 0.0.22 to 0.0.23. - [Release notes](https://github.com/blinklabs-io/plutigo/releases) - [Commits](https://github.com/blinklabs-io/plutigo/compare/v0.0.22...v0.0.23) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/plutigo dependency-version: 0.0.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Only create eventChan/errorChan when nil, preventing channel orphaning when Start() is called during auto-reconnect without a preceding Stop(). Add WithReconnectCallback option for consumer reconnection awareness. Closes #610 Signed-off-by: wcatz <[email protected]>
Only create eventChan/errorChan when nil, preventing channel orphaning when Start() is called during auto-reconnect without a preceding Stop(). Add WithReconnectCallback option for consumer reconnection awareness. Closes #610 Signed-off-by: wcatz <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>