0g-storage-node/node/miner/src
peilun-conflux 4eb2a50b0e
Use inner lock in storage and use async lock. (#92)
* Use inner lock in storage.

* Remove mut.

* Remove async lock for storage.

* Fix tests and warnings.

* Use spawn_blocking for storage task.

* Fix clippy.

* Finalize the new tx at last.

* Revert "Finalize the new tx at last."

This reverts commit b56ad5582d.

* Wait for old same-root txs to finalize.

* Use async storage in miner.

* Update rust version to 1.79.0.

* Use Vec to avoid stack overflow.

* Fix unused warning.

* Fix clippy.

* Fix test warning.

* Fix test.

* fmt.

* Use async storage in pruner.

* nit.
2024-06-29 17:08:02 +08:00
..
config.rs Implement Pruner to delete unwanted data. (#70) 2024-05-31 13:11:06 +08:00
lib.rs Implement Pruner to delete unwanted data. (#70) 2024-05-31 13:11:06 +08:00
loader.rs Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
mine.rs Implement Pruner to delete unwanted data. (#70) 2024-05-31 13:11:06 +08:00
miner_id.rs Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
pora.rs Fix quality overflow (#75) 2024-05-30 21:49:47 +08:00
recall_range.rs Support mining on sharded storage. (#64) 2024-04-30 14:34:44 +08:00
sealer.rs Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
service.rs Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
submitter.rs Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
watcher.rs Support mining on sharded storage. (#64) 2024-04-30 14:34:44 +08:00