fix: automatic peer sharing management (#2192)
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]>
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.
cardano-testnet: Enforce SPOs come first and split node list into SPO and relay
Refreshes plot outputs and tables from the new 11-experiment TSF sweep with unbounded mempool. No source changes; only rendered cell outputs. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
The 7-way ShelleyBasedEra case duplicated body/mAuxData extraction and a near-identical field list (with Null placeholders) in every branch. Extract one helper per feature (validityRangePair, mintPair, collateralInputsPair, requiredSignersPair, referenceInputsPair, totalCollateralPair, returnCollateralPair) plus alonzoScriptWitnessPairsFor / conwayBodyPairsFor. The top-level body now extracts body/mAuxData once and composes a flat list of pairs. No behaviour change: all golden outputs are unchanged.
The field was hardcoded to null across all eras since the update-proposal handling was removed in #1372. Always-null fields are noise; drop the key entirely and regenerate the goldens.