VikiPedia

Results 3 issues of VikiPedia

Following the self-hosted tutorial, I am trying to set up Ethernal for my local quickstart network. docker-compose created all the necessary containers. When I ran the command docker exec -it...

I can successfully connect to a Hyperledger Besu network, but health checks keep failing every 5 seconds. This is the /api/actuator/health response: {"status":"UP","components":{"discoveryComposite":{"description":"Discovery Client not initialized","status":"UNKNOWN","components":{"discoveryClient":{"description":"Discovery Client not initialized","status":"UNKNOWN"}}},"ethClient":{"status":"NOT_AVAILABLE","details":{"error":"java.lang.IllegalArgumentException: Value...

The json schema contains { "$schema": "https://json-schema.org/draft/2020-12" ... } However, when read from file via JsonSchema.FromFileAsync(), the output is { "$schema": "http://json-schema.org/draft-04/schema#", ... } Mismatch in version is causing anyOf...