mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-18 13:08:33 +02:00
To make iterating over batch IDs easier, we add a new helper function that returns all batch IDs starting at the start key (inclusive) and ending at the end key (inclusive) by decrementing the public keys. If the end key cannot be reached by decrementing the start key by a maximum of 10k times, we abort and return the first 10k items (without the end key). |
||
|---|---|---|
| .. | ||
| batch.go | ||
| batch_signer.go | ||
| batch_storer.go | ||
| batch_storer_test.go | ||
| batch_test.go | ||
| batch_verifier.go | ||
| batch_verifier_test.go | ||
| interface.go | ||
| interface_test.go | ||
| log.go | ||
| manager.go | ||
| manager_test.go | ||
| mock_test.go | ||
| rpc_parse.go | ||
| supplyunit.go | ||
| supplyunit_test.go | ||
| tradingfees.go | ||