catalyst-core icon indicating copy to clipboard operation
catalyst-core copied to clipboard

⚙️ Core Catalyst Governance Engine and utilities.

Results 18 catalyst-core issues
Sort by recently updated
recently updated
newest added
trafficstars

# Description This is a PR for testing purposes which CAPS the Nonce of CIP-15/36 registration to the Slot# the transaction is found in. This is an attempt to work...

bug
enhancement
review me

Create a small script that just queries either cat-data-service db or the dbsync db to check if registration data is being generated

Quadratic scaling option: *Generate encrypted tally with gamma scaling* ```bash BLOCK0=/tmp/fund9-leader-1/artifacts/block0.bin FRAGMENTS_STORAGE=/tmp/fund9-leader-1/persist/leader-1 GAMMA=0.1 PRECISION=5 ./target/release/offline --fragments $FRAGMENTS_STORAGE --block0 $BLOCK0 --gamma $GAMMA --precision $PRECISION ```

# Description The Rust style guide part about lints is somewhat outdated, so I have removed the parts that are no longer true and changed the description of `integer_arithmetic` lint...

Test quadratic option offline tally

Fund14

Quadratic option offline tally

enhancement
backend

# Description Updated `sign` tool with the new cli command `v2` which generates the `VoteCast` jorm fragment using the new `catalyst-voting` crate https://github.com/input-output-hk/catalyst-libs/tree/main/rust/catalyst-voting. This PR updates the interface of the...

review me

# Description - Bump rust from 1.71 to 1.87.0 - Cocoon was used from priv repo which does not have a usable version for the build. Fixes # (issue) _if...