Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

fix: remove 0x bytecode object prefix for CompilerOutput #1424

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Jun 28, 2022

Motivation

Closes #1422

Solution

adds custom serialization for Bytecode objects that omits the 0x prefix. This way the artifact types used by Forge (ConfigurableArtifact) are not affected and will still be output with 0x prefix

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@tynes
Copy link
Contributor

tynes commented Jun 28, 2022

Thank you!

@gakonst gakonst merged commit f6eaa7e into gakonst:master Jun 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON Representation of CompilerOutput Incorrect
3 participants