Skip to content

Missing Aux field in Channel Proposal encryption/decryption #430

@NhoxxKienn

Description

@NhoxxKienn

Location

client/proposalmsg.go

Problem

The new field Aux of type channel.Aux has been added to BaseChannelProposal. However the encoding/decoding of this type is not yet been added. This will cause the missing of encoded Aux field in Proposals that use perunio.Serializer

Proposal

  • Modify Encode/Decode of BaseChannelProposal accordingly.
  • Generate the Aux field for randomly generated proposals, that are being used in tests (esp. for VirtualChannelProposal)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions