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

Add the time we received and resolved a forwarding to listforwards #2528

Merged
merged 5 commits into from
Apr 10, 2019

Commits on Apr 10, 2019

  1. db: Add timestamp primitives so we can store them in the DB

    Signed-off-by: Christian Decker <[email protected]>
    cdecker committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    2aa8dcc View commit details
    Browse the repository at this point in the history
  2. json: Add timestampt primitives to print timestamps in results

    The timestamps are UNIX-Timestamps with 3 decimal places, even though we have
    the timestamp with nanosecond granularity. This is deliberate choice not to
    over overload the users :-)
    
    Signed-off-by: Christian Decker <[email protected]>
    cdecker committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    d87354b View commit details
    Browse the repository at this point in the history
  3. wallet: Add received_time to htlc_in for forwarding times

    We'd like to display the receive and resolution times in the forwardings
    table. In order to remember the receive time we need to store it in the DB
    along with the other information.
    
    Signed-off-by: Christian Decker <[email protected]>
    cdecker committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    3f93bc6 View commit details
    Browse the repository at this point in the history
  4. wallet: Record the received_time and resolved_time for HTLCs

    Signed-off-by: Christian Decker <[email protected]>
    cdecker committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    2c61a90 View commit details
    Browse the repository at this point in the history
  5. json-rpc: Include received and resolved time to listforward result

    Signed-off-by: Christian Decker <[email protected]>
    cdecker committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    6013e53 View commit details
    Browse the repository at this point in the history