Merge pull request #52 from pragma-org/cip-133-bls-msm
Implements bls12 MultiScalarMul
Implements bls12 MultiScalarMul
- Replace bilinear value_contains with O(n+m) sorted lockstep merge - Cache negative_count in LedgerValue for O(1) checks - Add size short-circuit matching Haskell valueContains - Replace UnValueData(&'static str) with typed enum - Add valueDataMaxSize (40,000) check to value_data - Enforce CIP-153 invariants in flat decode (ordering, no zeros, no empty maps) - Remove redundant MachineError::value() helper Signed-off-by: Jonathan Lim <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Tripura Repalle <[email protected]>
Signed-off-by: akrepala <[email protected]>
Signed-off-by: akrepala <[email protected]>
Update index-state
Signed-off-by: yHSJ <[email protected]>
Signed-off-by: akrepala <[email protected]>
added: * github:input-output-hk/mithril/16241f891f5b75740060713c1aafa913e184282a#mithril-client-cli * github:input-output-hk/mithril/16241f891f5b75740060713c1aafa913e184282a#mithril-signer removed: * github:input-output-hk/mithril/245e20a14f4a6bafc087302023d1668b71c56c44#mithril-client-cli * github:input-output-hk/mithril/245e20a14f4a6bafc087302023d1668b71c56c44#mithril-signer
- tray/wizard: implemented setup wizard framework and navigation - tray/wizard: added notification permission verification flow - tray: renamed application to AdderTray and updated bundle identity - tray: implemented bulletproof tray icon synchronization and cache-busting - tray: expanded recent events menu to 10 entries with explorer links - output: implemented 'Log to File' functionality and added webhook tests - macos: fixed native notification icons and Script Editor bug via bundle ID cycling - ci: fixed 30+ lint issues (gosec, perfsprint, exhaustive, prealloc) for v2 compatibility Signed-off-by: Ales Verbic <[email protected]>