Erik Marks
Erik Marks
Lookup formulas currently correspond to a pet name path of length at least 2, and the value resolved thereby. We should instead create a lookup formula for each path segment,...
Following #2022, we should support dot-delimited petname paths in the CLI such that wherever a petname for an existing value is provided, a path can be provided instead. This path...
Following #2034, we should add a termination hook to the `lookup` formula that terminates the value resolved by the lookup formula. This will involve first looking up the value resolved...
Ref: #2023 Adds support for dot-delimited pet name paths to the `kill` command. Makes requisite changes to handle paths and lookup formulas in the mailbox `terminate()` method.
It appears that [EIP-6963](https://eips.ethereum.org/EIPS/eip-6963) is headed for finalization. Once this EIP has been implemented in all MetaMask clients, this package should be updated as well. In particular, we should define...
Adds a command `move` corresponding to the daemon directory's `move()`, with pet name path support. Replaces the existing `rename` command, which had been broken for some time. Also ensures that...
See also: #2215 Consumers should be able to cancel `followNameChanges()` and `followLocatorNameChanges()` subscriptions by causing the underlying async iterators to return early. Producers, meanwhile, should also stop producing if nobody...
1. Remove initialization of H to -1; instead, use calloc for initalizatio nto 0 and index the samples by 1, ..., n+1; also make sure to update the sampler to...
As of #2160, the endo locator format is: ```text endo://{nodeIdentifier}/?id={formulaNumber}&type={formulaType} ``` We are not committed to this format. Another approach would be: ```text endo://{formulaNumber}.{nodeIdentifier}?type={formulaType} ``` In this format, if we...
The `readable-blob` formula corresponds to some binary data. We store its content address, a SHA-512 hash, as part of the formula. We should consider simply the content address, which has...