Apply code suggestions by @carbolymer
Co-authored-by: Mateusz Galazyn <[email protected]>
Co-authored-by: Mateusz Galazyn <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Guiney <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Guiney <[email protected]>
Co-authored-by: Mateusz Galazyn <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Bumps [fyne.io/systray](https://github.com/fyne-io/systray) from 1.12.0 to 1.12.1. - [Changelog](https://github.com/fyne-io/systray/blob/master/CHANGELOG.md) - [Commits](https://github.com/fyne-io/systray/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: fyne.io/systray dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/utxorpc/go-codegen](https://github.com/utxorpc/go-codegen) from 0.18.1 to 0.19.0. - [Release notes](https://github.com/utxorpc/go-codegen/releases) - [Commits](https://github.com/utxorpc/go-codegen/compare/v0.18.1...v0.19.0) --- updated-dependencies: - dependency-name: github.com/utxorpc/go-codegen dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
* feat(input): utxo rpc input plugin Signed-off-by: cryptodj413 <[email protected]> * fix(input): address ai code review Signed-off-by: cryptodj413 <[email protected]> * fix(input): address nilway and lint issue Signed-off-by: cryptodj413 <[email protected]> * fix(input): address lint issue Signed-off-by: cryptodj413 <[email protected]> * feat(input): populate protobuf tx filter fields and use real provider NativeBytes fixture Signed-off-by: cryptodj413 <[email protected]> * feat(input): remove leftover merge marker in go.mod Signed-off-by: cryptodj413 <[email protected]> * feat(utxorpc): address lint and review Signed-off-by: cryptodj413 <[email protected]> * feat(input): harden utxorpc lifecycle (rollback, buffer, errors, backoff) Signed-off-by: cryptodj413 <[email protected]> * feat(input): unify intersect parsing for sync and watch modes Signed-off-by: cryptodj413 <[email protected]> --------- Signed-off-by: cryptodj413 <[email protected]>
This derives vote signing key from the cold key hash - obviously still a dirty hack, but just fine to avoid doing key registration.