tangled
alpha
login
or
join now
benjamin.bckr.me
/
plcbundle-watch
forked from
tree.fail/plcbundle-watch
0
fork
atom
https://plcbundle-watch.pages.dev
0
fork
atom
overview
issues
pulls
pipelines
fix mempool on new block
tree.fail
4 months ago
938e5815
e9525f18
+4
1 changed file
expand all
collapse all
unified
split
src
App.svelte
+4
src/App.svelte
···
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