Bump cardano-node to 10.6.1
Signed-off-by: Sasha Bogicevic <[email protected]>
Signed-off-by: Sasha Bogicevic <[email protected]>
Fixed issue where reward withdrawals with hardware wallets failed with error: 'withdrawal must be given as a path in TransactionSigningMode.ORDINARY_TRANSACTION' The problem was that ownStakeAddressMap was not properly populated with the reward address, causing formatLedgerWithdrawals to fall back to KEY_HASH, which is not allowed in ORDINARY_TRANSACTION mode. Changes: - Added getStakeAddressMap helper function to build stake address map with reward address mapped to staking derivation path - Updated cip30-ledger.ts and cardano-wallet.ts to use proper stake address map instead of duplicating payment address map
Co-authored-by: Hamza Jeljeli <[email protected]>
Signed-off-by: etorreborre <[email protected]>
feat: integrate `UTxO` rules tx validation into `tx_unpacker`
Signed-off-by: Roland Kuhn <[email protected]>
Signed-off-by: goncalo-frade-iohk <[email protected]>
Signed-off-by: goncalo-frade-iohk <[email protected]>
Update test-pubsub to publish messages and verify reception on all nodes (minimal output for CI), matching test-pubsub-propagation functionality. Remove redundant test-pubsub-core command. Improve timing precision from seconds to milliseconds using date +%s%3N, showing actual sub-second propagation delays (0.234s instead of 0s) in visualization and final status.
- Add NIGHT redemption transaction type detection based on NIGHT token spending and smart contract interaction - Implement direction-based icon colors: primary blue for SENT (spending), success green for RECEIVED (receiving) - Add NIGHT redemption localization strings and display text - Fix effective direction calculation for NIGHT redemption based on net delta - Fix lint issue: add wallet.id to useCallback dependencies
Remove dashboard and health-check commands (~195 lines) since test-pubsub-propagation already validates all necessary functionality (nodes running status, mesh connectivity via message propagation, gossipsub activity via successful delivery, end-to-end P2P). Fix HTTP endpoint health check to include required Host header for Hermes gateway.
update to v88