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
(validator): submit only quorum of CAS signatures. E.g. for 4 validator setup the quorum is 3, so only 3 signatures will be included in CAS even if all 4 validators voted (#389)
(state): start root chain sync from the last app state, not from genesis. This way we avoid attempt to relay txs for the old events multiple times, plus speed up the startup (#392)
Fixed
(validator) replay period submissions and restore period proposals on node restart (#403)
(consensus): should not skip deposits of NFT with zero value (#399)
(consensus): cannot include multiple epoch length tx in a same block (#407)
(state): relay events from Bridge just once (#406)
(validator): period vote checks should account for slot gaps. E.g. for slot list like [0, 1, null, 3] it should figure out the number of slots is 3, even though the epochLength is still 4 (#388)
(validator): heartbeat service is not submitting txs (#412)
(consensus): allow to have many deposits in mempool (#411)