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
(consensus) validators include Cryptoeconomic Aggregated Signatures (CAS) into period submissions. Validators submit a PeriodVote tx for every period and collect votes from other nodes to build CAS bitmap. #305#315#318
(consensus) added feature flag notion. Allows to isolate breaking changes into condition. #361
(rpc) added plasma_getTransactionByPrevOut. Allows to check if UTXO was spent. #302
(rpc) added plasma_getPeriodByBlockHeight. The node is storing period information now. docs. #319
(config) added optional CLI argument --dataPath to specify where to store network data. Useful to run multiple leap-node instances on the same machine. #308
(config) allow to specify root network either via cli --rootNetwork orrootNetwork attribute in a network config. #353#360