-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new, smaller next milestone: Developer Invite-Only Beta #42
Comments
Big bonus points if we can identify a milestone small enough that it's ready for the sxsw music-blockchains hackathon next week. |
I just reviewed it, and Account CRUD seems like the most necessary, and even it seems kindof optional. If we can get the genesis.json config on testrpc, plus some documentation, it might be good enough for a private developer launch, and sharing at sxsw. |
i think adding a new milestone is well defined and makes sense, but who are we distributing the plugin to? |
If people are hosting their own RPCs for this hypothetical release, what’s keeping us from making it a “developer preview”, just publicized only to devs?
|
Added as |
misc updates 1. fix cfx_account error 2. sync with metamask develop branch 3. add the example of sending signed typed data
The comment was accidentally copied from the previous migration.
Update badges
* Remove unnecessary default values in FeeCard component Add gas customization link to fee card on view quote screen (#40) * Add max gas row to fee card on view quote screen * Add approve edit limit support to swaps (#41) * Update transaction list to support swaps (#42) Co-authored-by: Erik Marks <rekmarks@protonmail.com>
* Styling and UX improvements to various swaps components Remove unnecessary default values in FeeCard component Add gas customization link to fee card on view quote screen (#40) Add max gas row to fee card on view quote screen Add approve edit limit support to swaps (#41) Update transaction list to support swaps (#42) Update FeeCard props, stories (#53) Co-authored-by: Dan Miller <danjm.com@gmail.com>
* Remove unnecessary default values in FeeCard component Add gas customization link to fee card on view quote screen (#40) * Add max gas row to fee card on view quote screen * Add approve edit limit support to swaps (#41) * Update transaction list to support swaps (#42) Co-authored-by: Erik Marks <rekmarks@protonmail.com>
* Styling and UX improvements to various swaps components Remove unnecessary default values in FeeCard component Add gas customization link to fee card on view quote screen (#40) Add max gas row to fee card on view quote screen Add approve edit limit support to swaps (#41) Update transaction list to support swaps (#42) Update FeeCard props, stories (#53) Co-authored-by: Dan Miller <danjm.com@gmail.com>
A few of the larger tasks on the current milestone involve fixing our RPC backend architecture, and making it more robust.
Considering many devs are already running their own RPC nodes, or test-RPCs, I don't think it's asking too much that they provide their own RPCs.
If we say the next milestone is to provide a minimal set of features to allow devs to experience Metamask and prepare their Dapps for compatability, we can put off those backend tasks to a later milestone, and deliver some value to our developer community sooner.
The text was updated successfully, but these errors were encountered: