Jared Tobin
Jared Tobin
## Summary * Replaces the "jetted" Hoon compiler, i.e. the +ut core in layer five of hoon.hoon that relies on a Vere-level cache implemented via jets, with a "caching" Hoon...
E.g., `=dirs` or `=directories` will fail to parse, presumably due to special-case handling of `dir` in +parse-command:parser-at here: ``` ;~ pfix tis ;~ pose (parse-variable (jest %dir) ;~(pfix ace :(stag...
IIRC this isn't a concern (in that everything works, and we have reasons why the existing tests fail), but it's annoying. What's up with these, and can we fix them?...
Bridge v1.4.1 had the ability to view a point without authenticating, but this feature doesn't seem to be around in v2.2.1. Not sure if it went the way of the...
This clears up the 'Socket operation on non-socket' error in issue #25, for me. Also swapped the deprecated zmq_init in favor of zmq_ctx_new.
Would be nice to have some basic ones around; would help prevent things like the problem fixed in #48.
In particular, a Summary of the AD work can be found in ad-experiments/README.md and ad-experiments/Example.hs.
(Draft, for now, as the test suite still needs a little work.) Adds TLS support for communication with price oracles, mostly following the suggestions proposed in #1278. Adds configuration options...
Adds some structure to price oracle error codes, along with some custom handling for them. In particular, a code of '1' now corresponds to an 'unsupported asset' error, which, considered...
The error code in an `OracleError` potentially returned by a price oracle is, at present, an unstructured uint8. We simply want to start adding some structure here, defining useful codes...