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

refactor!: Simplify serialization of NumericSpec in genesis.json #5340

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dima74
Copy link
Contributor

@dima74 dima74 commented Feb 28, 2025

Context

Fixes #5335
#5308 (comment)

Solution

Use default JSON serialization for NumericSpec.
Custom Display implementation is kept for ISI display formatting.

Migration Guide

This PR should be considered as part of #5308, so see "Migration Guide" section in #5308


Checklist

  • I've read CONTRIBUTING.md.
  • (optional) I've written unit tests for the code changes.
  • All review comments have been resolved.
  • All CI checks pass.

Signed-off-by: Dmitry Murzin <diralik@yandex.ru>
@dima74 dima74 self-assigned this Feb 28, 2025
@github-actions github-actions bot added the config-changes Changes in configuration and start up of the Iroha label Feb 28, 2025
Copy link

@BAStos525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config-changes Changes in configuration and start up of the Iroha
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve serialization of NumericSpec
2 participants