zxchen
zxchen
### What happened? ### Version 0.1.36@6dfc7c36 ### Debug output ```shell root@zq1-desktop:~# ironfish debug DatabaseIsLockedError: Corruption: 5160 missing files; e.g.: /root/.ironfish/databases/default/151054.ldb at /usr/lib/node_modules/ironfish/node_modules/@ironfish/sdk/build/src/storage/levelup/database.js:42:32 at /usr/lib/node_modules/ironfish/node_modules/levelup/lib/levelup.js:119:14 at /usr/lib/node_modules/ironfish/node_modules/abstract-leveldown/abstract-leveldown.js:38:14 at /usr/lib/node_modules/ironfish/node_modules/deferred-leveldown/deferred-leveldown.js:31:21 at /usr/lib/node_modules/ironfish/node_modules/abstract-leveldown/abstract-leveldown.js:38:14...
Command ``` : RUST_LOG=info ./target/debug/ord --bitcoin-rpc-user xxxxxx --bitcoin-rpc-pass xxxxxx --bitcoin-data-dir "path-to-bitcoin-dir" --first-inscription-height 779832 index update # start from ordi deployment block ``` https://github.com/ordinals/ord/blob/3d969a600f88a5890504bd11d7e166c4de726348/src/index.rs#L2164 `range` always returns 0 and no inscription...
Hi, When I try to run YSB with 32 threads, there is no throughput on console. `./run.sh uk.ac.imperial.lsds.saber.experiments.benchmarks.yahoo.YahooBenchmarkApp 32`   From the log, I think it's due to the...
Is there any implementation for YSB on briskstream. Or is there any hint for for me to implement some new benchmark?
Dear Tony, After I read the source code on **stable** branch, I didn't find the [topologies](https://github.com/Xtra-Computing/briskstream/tree/stable/BriskBenchmarks/src/main/java/applications/topology) with **windowing**. However there are some source code about **window impl**. I wonder whether...
[Bug] some subgraphs encounter "Subgraph stopped, WASM runtime thread terminated" and stop indexing
### Bug report I use the official subgraphs - rocket-pool-mainet: https://github.com/Data-Nexus/rocket-pool-mainnet - messari/uniswap-v2/v3: https://github.com/messari/subgraphs/tree/master/subgraphs/uniswap-forks - messari/curve-finance: https://github.com/messari/subgraphs/tree/master/subgraphs/curve-finance And I find it will stop indexing at specific blocks, e.g. - rocket-pool-mainet...