input-output-hk / jormungandr

privacy voting blockchain node
https://input-output-hk.github.io/jormungandr/
Apache License 2.0
365 stars 132 forks source link

Npg 3274 explorer tx initial fragment #4104

Closed cong-or closed 1 year ago

cong-or commented 1 year ago

Currently there is no state for the initial bootstrap fragment TX (config params) .

PR adds state for initial fragment and adds a graphql field called initial configuration parameters for Transactions. If the field is called on the bootstrap TX it will return the associated config params.

Miscellaneous changes within testing/* are mostly related to updating the async-graphql crate last week and the graphql schema.

Also, the the following error kept appearing in the CI Query is too complex.

Increasing query complexity limit was the only thing that fixed it..

cameron1024 commented 1 year ago

Rust stuff looks good, can't comment about the graphql changes really, but together with Stefano's review, seems like it's all good 🎉