fix: prealloc linter errors (#1404)
Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: ruko <[email protected]>
- Revert with_scale_round(0, RoundingMode::Floor) back to with_scale(0) since it doesn't change behavior - Remove unused imports (RoundingMode, warn)
Signed-off-by: Chris Gianelloni <[email protected]>
- Track unregistered reward accounts and send their rewards to treasury instead of dropping them - Use explicit floor rounding (RoundingMode::Floor) to match Haskell's rationalToCoinViaFloor behavior - Handle failed Plutus transactions by using total_collateral instead of the declared fee (with temporary 5 ADA fallback for missing cases) - SPDD now matches for epochs 507-510 Remaining issues: - Treasury/deposits mismatch in epoch 511 (needs investigation) - Temporary hardcoded collateral fallback needs proper fix
Signed-off-by: Aurora Gaffney <[email protected]>
This reverts commit cb65aa2b3b8ccf4bdce6edbb3fcadc78eb74f956.
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: William Hankins <[email protected]>