Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility issue with latest master and RTL #2098

Closed
viaj3ro opened this issue Dec 10, 2021 · 1 comment
Closed

Compatibility issue with latest master and RTL #2098

viaj3ro opened this issue Dec 10, 2021 · 1 comment

Comments

@viaj3ro
Copy link

viaj3ro commented Dec 10, 2021

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.
image

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?

@t-bast
Copy link
Member

t-bast commented Dec 10, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants