0g-storage-node/node
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
..
chunk_pool Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
file_location_cache Remove file location cache for connection timeout peer (#96) 2024-06-27 01:51:37 +08:00
log_entry_sync Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
miner Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
network Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
pruner Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
router Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
rpc Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
shared_types Store shard config for peers and choose sync peers accordingly. (#77) 2024-06-07 16:58:15 +08:00
src Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
storage Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
storage-async Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
sync Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
.gitignore Initial commit 2024-01-04 18:05:32 +08:00
Cargo.toml Update run/config.toml and version. (#83) 2024-06-11 13:17:32 +08:00