Changelog entry
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Add `mkSeenSnapshot` as the single correct way to construct the `SeenSnapshot` variant, ensuring `signableBytes` is always derived from `snapshot`. Direct record construction could silently produce a stale bytes/snapshot mismatch, causing incorrect signature verification. Also remove code duplication in `verifyMultiSignatureBytes` by having `verifyMultiSignature` delegate to it after computing the bytes. Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
Signed-off-by: cryptodj413 <[email protected]>
The Timelock(..) import became redundant after removing the NativeScript era ~ Timelock era constraint from someLeaf. With -Werror, this caused the CI build to fail.
The pinned cardano-balance-transaction (98e7f41) still depends on cardano-api. Add US1 as a gate: pin the cardano-api-free version first. Document the breaking API changes (CardanoApiEra removal, toCardanoApiTx/fromCardanoApiTx removal) that cascade into wallet transaction, delegation, and voting code.
Rewrite spec starting from current master state where cardano-balance-transaction and cardano-coin-selection are already extracted. Focus on the remaining 71 imports across 45 files. Added context section, test generator migration story (US5), Byron support requirement (FR-013).
Spec covers the full removal across 6 phases: ledger re-exports, TxMetadata, NetworkId, certificates, SealedTx, and tx submission.
- Updated wallet creation logic in `create-wallets.ts` to include additional scopes: `governance:read` and `ballot:write`. - Enhanced `README.md` to document new wallet authentication and governance features, including detailed descriptions of new routes and scenarios. - Added new scenarios in `manifest.ts` for bot identity verification and wallet authentication checks, improving overall CI coverage.
- Added additional redaction rules for sensitive information in CI logs, including mnemonics and private keys. - Updated `create-wallets.ts` to remove transaction ID from created wallets, reflecting changes in transaction handling. - Modified `run-pending-transactions-smoke.ts` to focus on specific pending scenarios and improve error messaging. - Refactored context validation to make transaction ID optional, ensuring compatibility with new wallet creation logic. - Cleaned up scenario manifest by removing obsolete pending transaction checks and clarifying wallet discovery steps.
Signed-off-by: Akhil Repala <[email protected]>
Update Dano Finance image asset
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.2.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v10.2.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.57.0 to 8.58.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ales Verbic <[email protected]>
Bumps [blinklabs-io/go](https://github.com/blinklabs-io/docker-go) from 1.25.7-1 to 1.26.1-1. - [Release notes](https://github.com/blinklabs-io/docker-go/releases) - [Commits](https://github.com/blinklabs-io/docker-go/compare/v1.25.7-1...v1.26.1-1) --- updated-dependencies: - dependency-name: blinklabs-io/go dependency-version: 1.26.1-1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Update Dano Finance image asset