0g-storage-node/common
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
..
append_merkle Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
channel Initial commit 2024-01-04 18:05:32 +08:00
contract-interface Change miner id logic & request miner id automatically (#60) 2024-04-27 11:15:57 +08:00
directory Initial commit 2024-01-04 18:05:32 +08:00
hashset_delay Initial commit 2024-01-04 18:05:32 +08:00
lighthouse_metrics Initial commit 2024-01-04 18:05:32 +08:00
merkle_light Use inner lock in storage and use async lock. (#92) 2024-06-29 17:08:02 +08:00
merkle_tree Initial commit 2024-01-04 18:05:32 +08:00
spec Initial commit 2024-01-04 18:05:32 +08:00
task_executor Initial commit 2024-01-04 18:05:32 +08:00
unused_port Initial commit 2024-01-04 18:05:32 +08:00
zgs_seal Initial commit 2024-01-04 18:05:32 +08:00
zgs_version Initial commit 2024-01-04 18:05:32 +08:00