archethic-foundation / archethic-node

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

Store proof of validation #1591

Closed Neylix closed 5 days ago

Neylix commented 2 weeks ago

Description

Add the proof of validation in the transaction struct and store it in DB. Also added graphql support for the proof

Fixes #1545 (part of it)

Type of change

How Has This Been Tested?

Unit tests Node correctly stores the proof if validation in the DB. It is well retrievable in the graphql request.

Checklist: