More logging
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 42s Details

This commit is contained in:
Ladd Hoffman 2024-05-04 18:20:02 -05:00
parent ea56cefe90
commit aab9998462
1 changed files with 2 additions and 0 deletions

View File

@ -30,8 +30,10 @@ const submitRollup = async () => {
sender, authors, citations, content, embeddedData, signature,
});
// Add rollup post on-chain
console.log('adding batch post on-chain', { authors, batchPostId, citations });
await addPostWithRetry(authors, batchPostId, citations);
// Stake our availability to be the next rollup worker
console.log('staking availability to be the next rollup worker');
await stakeRollupAvailability();
// Call Rollup.submitBatch
console.log('Submitting batch', { batchPostId, batchItems, authors });