lnd/batch
Elle Mouton 11b27f07da
batch: dont expose kvdb.RwTx in batch.SchedulerOptions
Currently, a few of the graph KVStore methods take the
`batch.SchedulerOptions` param. This is only used to set the LazyAdd
option. A SchedulerOption is a functional option that takes a
`batch.Request` which has bolt-specific fields in it. This commit
restructures things a bit such that the `batch.Request` type is no
longer part of the `batch.SchedulerOptions` - this will make it easier
to implement the graph store with a different DB backend.
2025-05-22 14:14:40 +02:00
..
batch.go batch: handle serialization errors correctly 2024-12-12 10:40:36 -08:00
batch_test.go multi: update walletdb package 2025-04-09 18:47:53 +02:00
interface.go batch: dont expose kvdb.RwTx in batch.SchedulerOptions 2025-05-22 14:14:40 +02:00
scheduler.go batch: dont expose kvdb.RwTx in batch.SchedulerOptions 2025-05-22 14:14:40 +02:00