chore: check for snapshot reachability before uploading
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
Amaru perform the "begin epoch" steps when it restarts from a snapshot. This includes ratifying and enacting proposals. So in a certain way, this data is redundant. Signed-off-by: KtorZ <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
chore: general bootstrap improvements
## Description Supercedes #1902 < Description to be updated > - **Version updates:** - Node to 11.0.1 - CLI to 11.0.0.0 - DBSync to 13.7.0.5 - Cardano-Addresses to 4.0.2 - Updates to config files to support node as well as blockperf - Updates to gLiveView to support latest config - CNTools Updates: - Minor changes due to node/cli version bump. - Pool metadata URL now support length of 128 instead of 64. - Exclude inactive DReps from vote tally --------- Co-authored-by: Ola Ahlman <[email protected]> Co-authored-by: KoT_B_KocMoce <[email protected]> Co-authored-by: gufmar <[email protected]> Co-authored-by: Greg Beresnev <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
Signed-off-by: jeluard <[email protected]>
- 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: optimized workflows with caching and fixed cross-platform build dependencies - hardening: resolved 30+ lint issues and 28+ architectural verification findings Signed-off-by: Ales Verbic <[email protected]>
The explicit optparse-applicative ^>= 0.18 dep (and matching import) was blocking resolution with GHC versions that ship optparse-applicative 0.19. All argument parsing goes through turtle, so optparse-applicative is a transitive dep only — removing the explicit bound and the unused Options.Applicative import fixes the solver failure without any code changes. ansi-wl-pprint removed for the same reason: never imported, was only there as a vestige of optparse-applicative 0.18's internal Doc type.