Commits
Click on a commit to change the comparison rangefmt, clippy10 months ago
by yongkangc fix comments10 months ago
by yongkangc refactor(proof_task): improve documentation and rename variables for clarity10 months ago
by yongkangc refactor(config): remove storage proof worker configuration10 months ago
by yongkangc refactor(proof_task): enhance comments and adjust queue capacity logic10 months ago
by yongkangc disable max concurrency10 months ago
by yongkangc nits10 months ago
by yongkangc Update crates/trie/parallel/src/proof_task.rs10 months ago
by yongkangc Update crates/trie/parallel/src/proof_task.rs10 months ago
by yongkangc using unbounded queue10 months ago
by yongkangc refactor(proof_task): optimize storage proof computation by reusing cursor factories10 months ago
by yongkangc fmt, clippy10 months ago
by yongkangc refactor(proof_task): consolidate blinded storage node with storage proof10 months ago
by yongkangc rm comment10 months ago
by yongkangc simplify worker concurrency10 months ago
by yongkangc bump to error!10 months ago
by yongkangc Update crates/engine/tree/src/tree/payload_processor/mod.rs10 months ago
by yongkangc handle sending error back10 months ago
by yongkangc update message10 months ago
by yongkangc make spawning falliable10 months ago
by yongkangc remove error log, as we propogate up10 months ago
by yongkangc Apply suggestion from @Copilot10 months ago
by yongkangc use expect instead of unwrap10 months ago
by yongkangc Update crates/trie/parallel/src/proof_task.rs10 months ago
by yongkangc Update crates/trie/parallel/src/proof_task.rs10 months ago
by yongkangc consolidate10 months ago
by yongkangc removed the unnecessary remaining_concurrency variable allocation10 months ago
by yongkangc clippy10 months ago
by yongkangc Apply suggestion from @yongkangc10 months ago
by yongkangc address brian's pr10 months ago
by yongkangc Merge branch 'main' into yk/worker_pool_storage_210 months ago
by yongkangc Update crates/trie/parallel/src/proof_task.rs10 months ago
by yongkangc Update crates/trie/parallel/src/proof_task.rs10 months ago
by yongkangc Refactor error handling in StorageWorkerJob to use a consistent error message format10 months ago
by yongkangc fix10 months ago
by yongkangc bump up workers10 months ago
by yongkangc cli flag for storage10 months ago
by yongkangc docs: update CLI reference for storage-worker-count flag10 months ago
by yongkangc docs: clarify storage-worker-count uses Tokio blocking pool10 months ago
by yongkangc