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

Update the balance proof with third parties #1432

Closed
1 of 2 tasks
hackaugusto opened this issue May 24, 2018 · 1 comment
Closed
1 of 2 tasks

Update the balance proof with third parties #1432

hackaugusto opened this issue May 24, 2018 · 1 comment
Assignees
Labels
Component / MS Component / PFS path finding service integration

Comments

@hackaugusto
Copy link
Contributor

hackaugusto commented May 24, 2018

Tasklist

  • Add a new message to inform third parties about it's known latest balance proofs.
  • unit tests
@hackaugusto hackaugusto added Component / PFS path finding service integration Component / MS labels Jan 16, 2019
@konradkonrad konradkonrad self-assigned this Jan 22, 2019
@konradkonrad konradkonrad added this to the Next Release milestone Jan 28, 2019
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 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
@rakanalh
Copy link
Contributor

rakanalh commented Feb 8, 2019

PR: #3374 was merged. I'll create a follow up for unit-testing this one.

@rakanalh rakanalh closed this as completed Feb 8, 2019
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
Labels
Component / MS Component / PFS path finding service integration
Projects
None yet
Development

No branches or pull requests

3 participants