Erik Marks
Erik Marks
Ref: #138 ## Problem Participants raised the point that "handshake" may be an inappropriate term for the CAIP-25 procedure and the associated method. Specifically, "handshaking" is used in telecommunications between...
Ref: #138 ## Problem Wallets may (and in fact do, see e.g. [`wallet_requestPermissions`](https://eips.ethereum.org/EIPS/eip-2255)) implement their own RPC methods that have nothing to do with chains or CAIP namespaces as presently...
A workshop focused on [CAIP-25](https://github.com/ChainAgnostic/CAIPs/blob/a4c479c6a92753175e1d0c127d748c6ebaf3aeb4/CAIPs/caip-25.md) was held during the second in-person CASA gathering in Berlin on Thursday, 2022-09-15. I took [notes](https://hackmd.io/@M4Gju6kIRmOWop_VejwoFg/BygGDslZs) and facilitated the session, during which various design problems...
Ref: #138 ## Problem The relationship between accounts and CAIP-25 is, for lack of a better word, strange. The stated motivation of the specification is to define how "to expose...
Ref: #138 ## Problem When the dapp submits a CAIP-25 request, it may desire to request some methods or events for specific chains only, as opposed to the entire namespace....
https://github.com/rt2zz/redux-persist https://www.npmjs.com/package/redux-persist Thanks to: @ptytb
## Describe the bug As of the current `endo` feature branch (#2073), `endo cancel` does not propagate as expected under some circumstances. A common factor seems to be that neither...
We should standardize on "agent" instead of "party" for "endo entity with mailbox" in the daemon and CLI. E.g. `withEndoParty` in the CLI should be `withEndoAgent`.
Following #2087, we should remove the formula type prefix from formula identifiers, leaving only the formula number.
## TODO Value incarnations, removals, and cancellations (collectively, "formula graph mutations") must be synchronized per #2092. This will necessitate refactoring a number of methods in `host.js` and (to some extent)...