Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Clearer goals - Meta Tx Standard vs Relayer Network #22

Open
ptrwtts opened this issue Oct 17, 2018 · 2 comments
Open

Clearer goals - Meta Tx Standard vs Relayer Network #22

ptrwtts opened this issue Oct 17, 2018 · 2 comments

Comments

@ptrwtts
Copy link
Contributor

ptrwtts commented Oct 17, 2018

This effort seems to encompass a few different goals. For the sake of clarity, and making progress, we should try to parse them out, and clearly define them. Here's a quick stab:

Goal 1 - Meta Tx Standard

Create a standard for meta transactions and relayers, so that any relayer can submit meta transactions from any dapp. This way, you decouple the two roles, so that not every dapp needs to run their own relayer, and a single relayer can serve many dapps.

The experience should be similar to choosing your Node to submit a regular Ethereum transaction, where you can easily switch between Infura, Etherscan, your own node, etc, and they all accept the same format.

Goal 2 - Relayer Network

A decentralized network of relayers, so that dapps do not need to explicitly choose relayers to rely on, and the load (and rewards) of relaying can be spread across many parties. This requires finding solutions to issues like collisions.

Other Goals

On the call, some other topics came up that may or may not be under the scope of this effort. For example, the idea of relayers also passing multi-sig messages between each other, and potentially sharing rewards. Let's discuss if these are included in the scope, or just related.

@pet3r-pan
Copy link
Member

These two tracks are defined here! https://medium.com/@pet3rpan/harbour-mvp-update-1-35ddbbb9e288

@s1na
Copy link
Collaborator

s1na commented Oct 18, 2018

Re Goal 1:

The roles could potentially be extended to: dapp, relay network, identity proxy. Dapps then wouldn't necessarily need to implement their own identity proxy and could use existing solutions. However, the roles could ofc be merged when for example the dapp offers their own identity solution.

The process would then look something like: Based on user's identity proxy, dapp crafts meta tx, and prompts for signature. Meta tx is sent to some relayers, who submit the tx to the specified identity proxy.

I could then for example, use my existing identity proxy in which I have ether, in a new dapp (not ideal for privacy, the user should know what they're doing in this case).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants