-
Notifications
You must be signed in to change notification settings - Fork 378
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
Update the balance proof with third parties #1432
Labels
Comments
4 tasks
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Jan 31, 2019
This adds a **python** API endpoint create_monitoring_request( payment_identifier, reward_amount, ) that will search the WAL for the latest state change (and balance proof) for the given `payment_identifier`, then create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
Merged
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Jan 31, 2019
This adds a **python** API endpoint create_monitoring_request( payment_identifier, reward_amount, ) that will search the WAL for the latest state change (and balance proof) for the given `payment_identifier`, then create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 4, 2019
This adds a **python** API endpoint create_monitoring_request( payment_identifier, reward_amount, ) that will search the WAL for the latest state change (and balance proof) for the given `payment_identifier`, then create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 4, 2019
This adds a **python** API endpoint create_monitoring_request( payment_identifier, reward_amount, ) that will search the WAL for the latest state change (and balance proof) for the given `payment_identifier`, then create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 4, 2019
This adds a **python** API endpoint create_monitoring_request( payment_identifier, reward_amount, ) that will search the WAL for the latest state change (and balance proof) for the given `payment_identifier`, then create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 4, 2019
This adds a **python** API endpoint create_monitoring_request( payment_identifier, reward_amount, ) that will search the WAL for the latest state change (and balance proof) for the given `payment_identifier`, then create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 4, 2019
This adds a **python** API endpoint create_monitoring_request( payment_identifier, reward_amount, ) that will search the WAL for the latest state change (and balance proof) for the given `payment_identifier`, then create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 4, 2019
This adds a **python** API endpoint create_monitoring_request( payment_identifier, reward_amount, ) that will search the WAL for the latest state change (and balance proof) for the given `payment_identifier`, then create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 4, 2019
This adds a **python** API endpoint create_monitoring_request( payment_identifier, reward_amount, ) that will search the WAL for the latest state change (and balance proof) for the given `payment_identifier`, then create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 4, 2019
This adds a **python** API endpoint create_monitoring_request( balance_proof, reward_amount, ) that will create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 6, 2019
This adds a **python** API endpoint create_monitoring_request( balance_proof, reward_amount, ) that will create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 7, 2019
This adds a **python** API endpoint create_monitoring_request( balance_proof, reward_amount, ) that will create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
konradkonrad
added a commit
to konradkonrad/raiden
that referenced
this issue
Feb 7, 2019
This adds a **python** API endpoint create_monitoring_request( balance_proof, reward_amount, ) that will create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
hackaugusto
pushed a commit
that referenced
this issue
Feb 7, 2019
This adds a **python** API endpoint create_monitoring_request( balance_proof, reward_amount, ) that will create a signed `RequestMonitoring` message from it. This implements the first bullet point of #1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
PR: #3374 was merged. I'll create a follow up for unit-testing this one. |
hackaugusto
pushed a commit
to hackaugusto/raiden
that referenced
this issue
Feb 21, 2019
This adds a **python** API endpoint create_monitoring_request( balance_proof, reward_amount, ) that will create a signed `RequestMonitoring` message from it. This implements the first bullet point of raiden-network#1432 Unit tests are missing still, but an integration test ensures - basic (de-)serialization works - creation of the message from minimal input (see API above) works
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tasklist
The text was updated successfully, but these errors were encountered: