Bryan White
Bryan White
## Objective Consistent and ubiquitous error handling methodology. Concerns: - Testing - Asserting specific error cases using high-level APIs (i.e. not using regular expressions to match error messages, etc.) -...
## Changes - updates ledger-subquery submodule - Documentation updates includes v1.x+ (breaking) changes - Entity relationship diagram updates
### Is there an existing issue for this? - [x] I have searched the existing issues ### What happened? ## Background While working on https://github.com/pokt-network/poktroll/pull/826, I experienced issues when adding...
As of cometbft v0.38.x, [`BeginBlock` and `EndBlock` are combined into `FinalizeBlock`](https://docs.cometbft.com/v0.38/guides/go-built-in#133-finalizeblock). This has a knock-on effect through the RPC response types which has as of yet to be resolved in...