Skip to content

Kad PUT_VALUE response deviating from the spec #6217

@gmelodie

Description

@gmelodie

Description

The spec says that a PUT_VALUE response message should have key and record fields set, however this implementaion does the following instead:

/// Response to a `PutValue`.
PutValue {
/// The key of the record.
key: record::Key,
/// Value of the record.
value: Vec<u8>,
},
}

Motivation

It should follow the spec

Current Implementation

Uses key and value

Are you planning to do it yourself in a pull request?

Maybe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions