Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export class SequencerPublisher {
* @returns The slot and block number if it is possible to propose, undefined otherwise
*/
public canProposeAtNextEthBlock(tipArchive: Buffer) {
const ignoredErrors = ['SlotAlreadyInChain', 'InvalidProposer'];
const ignoredErrors = ['SlotAlreadyInChain', 'InvalidProposer', 'InvalidArchive'];
return this.rollupContract
.canProposeAtNextEthBlock(tipArchive, this.getForwarderAddress().toString(), this.ethereumSlotDuration)
.catch(err => {
Expand Down