fix(config): update devnet min protocol to 11 (#2505)
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Bumps the npm_and_yarn group with 1 update in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm_and_yarn group with 1 update in the /integration-tests/e2e-tests directory: [axios](https://github.com/axios/axios). Updates `vitest` from 3.2.4 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) Updates `axios` from 1.15.2 to 1.17.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.15.2...v1.17.0) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.17.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: jeluard <[email protected]>
chore: migrate publishing from OSSRH to Maven Central Portal
Replace the deprecated s01.oss.sonatype.org (OSSRH) publishing setup with the new Maven Central Portal (central.sonatype.com), following the cf-cardano-conversions-java reference. - Point distributionManagement snapshot repos at the Central Portal and drop the OSSRH staging release repo - Add central-publishing-maven-plugin (0.9.0) to the calculation ci-cd profile to handle upload and auto-publish - Update publish workflow server-id from ossrh to central - Regenerate calculation/.flattened-pom.xml Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
docs: mention docker in top-level README
Signed-off-by: KtorZ <[email protected]>
* refactor: improve the description of the mempool stage Signed-off-by: Eric Torreborre <[email protected]> * refactor: remove mempool insertion errors Signed-off-by: Eric Torreborre <[email protected]> --------- Signed-off-by: Eric Torreborre <[email protected]>
This reverts commit dd18126a54671b4afde83f161519adfe6cb83457.
Replace finite BigDecimal eta division with exact Ratio arithmetic so non-terminating block ratios are floored only after the full reward-pot calculation. Use the same exact floor helper for treasury cut, preserve the Haskell expected-blocks floor rule, and add regression tests for eta caps, fractional floors, and the devnet 59/60 boundary case.
Signed-off-by: cryptodj413 <[email protected]>
[EC Api] - Weekly development report as of 2026-06-05
These are seemingly only used by cardano-api
This will be emitted whenever the forge decision logic decides to include a certificate in a block body.
This allows us to keep track of the total weight against a threshold to certify (also in the visualization).