You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/instantout/reservation
Boris Nagaev 0e7927ac96
multi: replace LSAT with L402
git mv ./cmd/loop/lsat.go ./cmd/loop/l402.go
sed 's@lsat@l402@g' -i `git grep -l lsat`
sed 's@Lsat@L402@g' -i `git grep -l Lsat`
sed 's@LSAT@L402@g' -i `git grep -l LSAT`
make rpc

Updated release_notes.md.
5 months ago
..
script
actions.go instantout: add fsm and actions 8 months ago
actions_test.go reservation: update reservation state machine 8 months ago
fsm.go reservation: update reservation state machine 8 months ago
interfaces.go
log.go
manager.go multi: replace LSAT with L402 5 months ago
manager_test.go reservation: update reservation state machine 8 months ago
reservation.go
reservation_fsm.md fsm: add instanout fsm parsing 8 months ago
store.go
store_test.go