-
Notifications
You must be signed in to change notification settings - Fork 39
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
Agenda: Development, Apr 16 2019 #102
Comments
Got a list of wallet issues in grin that need to be moved in grin-wallet: https://pastebin.com/AVk2MdWZ |
I think we're handling protocol versioning & features in a non-optimal way. "Capabilities" should probably just be reserved for optional/configurable functionality (eg. full history, i2p support), whereas new functionality that we expect all up-to-date peers should support could just be identified by protocol version. As an example, we expect all future peers will be able to offer the ability to download kernel data separately from output data (see: https://github.com/mimblewimble/grin/pull/2743/files). That should probably just result in a protocol_version bump, instead of creating a new capability. I believe this will result in simpler code over time, and also offers us the ability to do things like force really old peers to update (eg by refusing to connect to peers below a certain protocol version). I'd like to discuss this in Tuesday's meeting. |
Updated agenda |
Initial cut of the testing doc at https://github.com/mimblewimble/docs/wiki/WIP:-Release-testing |
Nice, updated and also moved CI action to Quentin who's running that show now :) |
Solicit suggestions for agenda items for the Development meeting to be held on Tuesday Mar 19 @ 15:00 UTC in Grin/Dev Gitter. Please comment to provide topics or suggestions.
Proposed agenda
v1.1.0
v1.0.3
grin-wallet
The text was updated successfully, but these errors were encountered: