Commit Graph

7 Commits (08026dab934e3c0bcadc9f4c99b6c70fff2d602d)

Author SHA1 Message Date
Oliver Gugger 08026dab93
multi: update linter, fix issues 8 months ago
sputn1ck 942b0dc1bb
loopdb: change faulty year migration logic
This commit changes how the faulty year migration works, by just
checking if the deadline is far in the future and then
fixing it.
9 months ago
kon 64bdef9238
sqldb: change time parsing function
This commit changes the time parsing function to use the time.Parse
function instead of the prior manual parsing. Only if the year is
far in the future, we replace it with the current year.
9 months ago
sputn1ck 5cafa34ae9
loopdb: fix timestamp parsing 10 months ago
sputn1ck be9ca71bf2
loopd: convert unix millisecond timestamps to seconds 10 months ago
sputn1ck f25b5e9626
loopdb: fix faulty timestamps on startup
This commit fixes faulty timestamps caused by using unix milliseconds
as unix seconds on startup.
This commit also adds a test for the lightning-terminal issue that first
reported the bug.
10 months ago
sputn1ck f8c65bbc4c
loopdb: create base sqlite store 11 months ago