Skip to content

Append client tag to graffiti _by default_ #9287

Description

@michaelsproul

Description

We should enable the --graffiti-append flag from this PR by default:

Because we've already released it, we need to do this in a backwards-compatible way. I think something like making the flag accept Option<bool> would work well, i.e. all of these would be accepted:

  • --graffiti-append true: do append
  • --graffiti-append false: don't append
  • --graffiti-append: do append
  • <nothing>: do append

We should have CLI tests for each of these options as well.

Metadata

Metadata

Assignees

Labels

val-clientRelates to the validator client binary

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions