More logging
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 42s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 42s
Details
This commit is contained in:
parent
ea56cefe90
commit
aab9998462
|
@ -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 });
|
||||
|
|
Loading…
Reference in New Issue