archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
69 stars 21 forks source link

Fix explorer issue when displaying a state with maps that cannot be transformed to json #1524

Closed bchamagne closed 2 weeks ago

bchamagne commented 4 weeks ago

Description

Use inspect instead of Json.encode to handle map with non-string keys Fixes #1523

Capture d’écran 2024-06-03 à 09 49 24

Type of change

How Has This Been Tested?

Manual test

Checklist: