You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add feeManagerContract and roundsStorageContract to GenLayerChain type
- Configure FeeManager + RoundsStorage addresses/ABIs for testnetBradbury
- Add null values for localnet, studionet, testnetAsimov
- New getMinAppealBond(txId) method: queries round number from RoundsStorage,
tx status from ConsensusData, then calls FeeManager.calculateMinAppealBond
- appealTransaction now auto-queries min bond when value not provided
(on chains with FeeManager configured)
- appealTransaction accepts optional value param (already added in prior commit)
Note: Appeals currently revert on Bradbury with InvalidTransactionStatus
even for ACCEPTED txs where canAppeal=true. Suspected consensus state
issue — filed for investigation. The SDK changes are correct per the
contract interfaces.
0 commit comments