Erik Marks

@rekmarks

Joined on Sep 20, 2019

  • To make all of the below somewhat concrete, it may be best to start with the early 2024 demo recording and the in-repository demos under endo. Object capabilities What are capabilities?See also: https://en.wikipedia.org/wiki/Object-capability_model https://en.wikipedia.org/wiki/Access-control_list It's useful to recall what ACLs are and how they work. "ACLs" or "Access Control Lists" being the dominant permissioning model in software since at least Unix.
     Like  Bookmark
  • Now that Ethereum ERCs are separate from EIPs, we need to define a process. We will take inspiration from relevant processes, including EIP-1, but write something from scratch that is tailored to our specific needs. Goals / Requirements Record of decisions and archive "Principle of voluntarism"Wallets/Snaps/Dapps can ultimately do whatever they want! This is a best-effort basis to coordinate between wallets. Minimum 2 implempentations to finalize - enshrine test suite as the way to determine this Method to signal objection and way to override objection in finalization
     Like  Bookmark
  • Devcon VI Workshop Kudos to @Mrtenz for the Snap implementation. Resources Snaps landing page Snaps documentation Snaps discussion board Template snap monorepo
     Like 3 Bookmark
  • Issue 1: Extensions Considered Harmful? Current CAIP-25 handshake format: { "eip155": { "chains": ["eip155:137", "eip155:1"], "methods": ["eth_sign"], "events": ["accountsChanged"], "extensions": [ {
     Like  Bookmark