Merge pull request #439 from blockfrost/fix/account-active
fix: add stake address registration state in registered
fix: add stake address registration state in registered
to match the type in the PParams data type
Add persistent daemon configs that run `attic watch-store adrestia` on builder machines, keeping the Attic cache warm between CI runs. - systemd unit for Linux builders - launchd plist for macOS builders - setup script that installs attic-client, configures login, and enables the service on either platform Closes #5167
From https://github.com/IntersectMBO/Win32-network at 684b59726734d9938f8defa2d1c823139c00563a
GHC 9.8, 9.10, 9.12 support for Win32-network-0.1
Signed-off-by: Allain Magyar <[email protected]>
Fixes a race condition where the location change to navigate to v2/lmp settings wasn't handled due to distinctUntilChanged filtering it out. Since navigation changes are idempotent anyway, handling the same routing event twice should not be an issue and resolves the bug.