loop/instantout
Boris Nagaev dc4a5641ac
multi: initialize block height in New, not in Run
If Run sets the current height field, it is technically a race between Run and
other methods reading the field. Setting in New is a safer option.

Removed a check that height is not 0 from static address manager.
2025-03-19 15:00:31 +01:00
..
reservation instantout/reservation: fix data race in test 2025-03-19 15:00:30 +01:00
actions.go instantout: update package to use new fsm context 2024-10-22 11:46:31 +02:00
fsm.go instantout: update package to use new fsm context 2024-10-22 11:46:31 +02:00
fsm.md fsm: add instanout fsm parsing 2024-02-06 15:08:00 +01:00
instantout.go multi: update linter, fix issues 2025-03-10 22:59:50 +01:00
interfaces.go instantout: add fsm and actions 2024-02-06 15:07:57 +01:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
manager.go multi: initialize block height in New, not in Run 2025-03-19 15:00:31 +01:00
store.go instantout: assign chaincfg in sql store 2024-07-16 19:41:51 +02:00
store_test.go instantout: add instantout store 2024-02-06 15:07:57 +01:00