Jeff Grunewald
Jeff Grunewald
Currently there appears to be a timing issue in executing the `elli_ssl_tests`. This was observed during trivial changes refactoring function internals without changing their end result and exposing private functions...
Refine the common tests that assert when validation of receipts_v2 during witnesses is both enabled and disabled via the chain variable `poc_receipt_witness_validation`. This new version of the test asserts that...
Because of the way we add the `dialing` status to a stream state (via the `add_stream/3`) and don't ever set the value of that state map directly, we never actually...
Delegate operations to the ledger where possible. These changes should be safe from the perspective of function calls in other projects as none of them are called from outside of...
This PR is intended to update dependencies and address compiler warnings raised in newer versions of Elixir (1.11+) With the shift to Elixir 1.11 and OTP 23 and above, dependencies...
implement a stream of records from the active gateways column family on the ledger in order to allow lazy streaming of large volumes of records out of the ledger downstream...
provides a streaming api to access the active gateways in the chain following node's ledger. `active_gateways/2` utilizes the `cf_fold` cache fold over the active gateways column family in rocks to...
- [x] update proto to provide "error" response option for find_gateway rpc - [ ] blockchain node returns new "missing gateway" error when `find_gateway` is called and ledger returns an...
Currently the Pulsar websocket API does not support cumulative ack There is an issue (apache/pulsar/issues/5979) to add support for this functionality. Once that feature is supported by Pulsar websockets, Stargate...
The websockex client library is largely stable but slow to receive and publish updates and overrides standard GenServer callback functions. Switching to the gun http/websocket client will remove both of...