lotus/chain/store
Raúl Kripalani 2047a74958 implement blockstore.Union, a union blockstore.
The union blockstore takes a list of blockstores. It returns the first
satisfying read, and broadcasts writes to all stores.

It can be used for operations that require reading from any two blockstores,
for example WalkSnapshot.
2021-03-02 17:03:11 +00:00
..
basefee_test.go fix base fee tests for different smoke heights 2020-10-06 13:12:16 -07:00
basefee.go only enable gas tampering if the breeze upgrade is enabled 2020-10-06 13:00:06 -07:00
coalescer_test.go improve coalescing 2020-11-09 13:35:42 +02:00
coalescer.go refactor coalescing logic into its own function, take both cancellation sets into account 2021-02-02 21:26:50 +02:00
fts.go some initial godocs. (#2118) 2020-06-23 18:51:25 -03:00
index_test.go rename blockstores for consistency. 2021-01-29 23:17:25 +00:00
index.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
store_test.go segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00
store.go implement blockstore.Union, a union blockstore. 2021-03-02 17:03:11 +00:00
weight.go segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00