You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've updated to the latest master in order to have this issue patched: #2082
Unfortunately there seems to be a compatibility issue with RTL now.
RTL can't retrieve the date of routed payments and aliases of incoming and outgoing node anymore. Missing Aliases could be an RTL issue. Missing date apparently not.
There seem to be some breaking changes between 0.6.2 and the latest master. Are they intentional? Will they stay as they are until the next official release?
The text was updated successfully, but these errors were encountered:
I guess you're thinking about the timestamp changes from this PR: #1990
They are indeed intentional, as they remove an inconsistency where API callers wouldn't know what format was used for timestamps, now it's been made explicit.
This should make it easier for tools like RTL, they can directly grab the "iso" field and print it.
I've updated to the latest master in order to have this issue patched: #2082
Unfortunately there seems to be a compatibility issue with RTL now.
RTL can't retrieve the date of routed payments and aliases of incoming and outgoing node anymore. Missing Aliases could be an RTL issue. Missing date apparently not.
There seem to be some breaking changes between 0.6.2 and the latest master. Are they intentional? Will they stay as they are until the next official release?
The text was updated successfully, but these errors were encountered: