feat: offline transaction signing (#508)
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
allPkgConfigWrapper (used by plan-to-nix) reports pkg-config --modversion from the nixpkgs derivation .version, but a builderVersion = 2 slice runs the real pkg-config, which reads the .pc Version: field. When these differ the slice's UnitId forks from plan-nix's (the resolved pkgconfig-dep version is folded into pkgHashPkgConfigDeps), failing the slice's expected-package check. systemd is the motivating case: libsystemd.pc reports the major version (258/259) but .version has a patch component (258.5/259.3), which broke libsystemd-journal. - getVersion prefers an optional pc-version attribute over .version - override systemd to set pc-version = lib.versions.major version - add the pkgconf-pc-version test asserting pc-version == pkg-config --modversion (discovers pc-version modules via evalPackages to avoid forcing the whole map against exotic target pkgs; disabled where no pc-version package is buildable, e.g. musl/static/wasm/windows)
* fix(leios): Made changes to wire leios endorser block decoding Signed-off-by: Akhil Repala <[email protected]> * fix(database/sqlite): Fixed failing tests after rebase Signed-off-by: Akhil Repala <[email protected]> --------- Signed-off-by: Akhil Repala <[email protected]>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.52.0 to 0.53.0. - [Commits](https://github.com/golang/crypto/compare/v0.52.0...v0.53.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Migrate the auto-discovery datum decoder to the gouroboros cbor ConstructorDecoder API (cbor.Constructor was removed upstream): Constructor() -> Tag(), Fields() -> ParsedFields() (now returns an error), and FieldsCbor() -> Fields(). Signed-off-by: Chris Guiney <[email protected]> Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>