tangled
alpha
login
or
join now
tree.fail
/
plcbundle-watch
9
fork
atom
this repo has no description
plcbundle-watch.pages.dev
9
fork
atom
overview
issues
pulls
1
pipelines
fix mempool on new block
tree.fail
4 months ago
938e5815
e9525f18
1/1
deploy.yml
success
13s
+4
1 changed file
expand all
collapse all
unified
split
src
App.svelte
+4
src/App.svelte
reviewed
···
122
122
i.status = undefined
123
123
}
124
124
125
125
+
lastKnownBundle.mempool = null
126
126
+
lastKnownBundle.mempoolPercent = 0
127
127
+
125
128
await Promise.all(instances.map(async (instance) => {
126
129
const status = await getStatus(instance)
127
130
instance.status = status
131
131
+
128
132
if (status?.bundles?.last_bundle && status.bundles.last_bundle >= lastKnownBundle.number) {
129
133
lastKnownBundle.number = status.bundles.last_bundle
130
134
lastKnownBundle.hash = status.bundles.head_hash