Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 4.72 KB

20181211-meeting-development.md

File metadata and controls

81 lines (59 loc) · 4.72 KB

Meeting Notes: Development, Dec 11

Development meeting held Dec 11 @ 3PM UTC in grin/Dev channel on Gitter, full chat transcript here. Meeting lasted ~ 90min.

Notes are truncated, and conversations sorted based on topic and not always chronological. Quotes are edited for brevity and clarity, and not always exact.

Community attendance:

  • antiochp
  • clefu
  • davidburkett
  • droslean
  • garyyu
  • hashmap
  • ignopeverell
  • jaspervdm
  • jackrack
  • kargakis
  • mcdallas
  • quentinlesceller
  • tromp
  • yeastplume

(apologies if I missed someone - submit a PR or contact @lehnberg to add)

Agenda points & Actions

1. Retrospective

  • ignopeverell: Update is much as 2 weeks ago: we're getting ready for mainnet, no large features, many small bugfixes and incremental improvements. In addition, we're working out what's required for mainnet, such as genesis block release process.

2. Agenda review

Proposed agenda accepted.

3. Action point follow-up

  • tromp: I concluded that bitcoin soft limits are simply lower block limits in the default block construction code, same as in grin
  • Windows issue was opened.
  • lehnberg: Things like the previously agreed Pull Review Process risks being drowned in past meeting notes. There have also been questions around the processes for council member election, general decision making procesess, etc. Might be good to put together a location for all these where it’s documented. Some kind of “home for all our things we’ve agreed in the community", that we can update once they change.

4. Proof of Work

  • tromp: I was distracted last week by chasing some other bugs in my solvers, and implementing other requested features. so didn't make much progress on cuckaroo mean cpu. There's still a failing cargo test on the mean cuckatoo miner that's hard to reproduce in isolation.
  • hashmap: OpenCL Cuckatoo is coming now that rust 2018 is out of the way.
  • _antioch:_Daira from Z-cash posted on the forum regarding Dual POW.
    • tromp: There's nothing we can improve on our setup from that discussion (yet).

5. Mainnet planning

5.1 Permanent Testnet / Beta

  • Decision to switch from current Testnet4 to a new testnet which will be the permanent beta testnet moving forward.
  • Will allow testing of genesis block release process.
  • First testnet4 + testnet, then testnet + mainnet.
  • Small delta from actual mainnet, things like ports and network magic number, and dns seeds.
  • ETA: next week.
  • Should not have must-have label, as it's not consensus-breaking or pre-mainnet-critical.
  • jaspervdm: I'm finishing the PR this week.
  • Discussion around whether a flag for switch / not-switch should be added. This could be hidden in the bulletproof to preserve privacy.
  • To be discussed further in the pull request.

5.3 Genesis block

  • igno: What should be done with the coinbase? Multi-sig?
  • antioch: I'm not convinced the first tx in Grin mainnet should be an (effectively) untested multisig.
  • Meeting felt comfortable for Igno to hold on to the coinbase without a multi-sig.
  • yeastplume: Non-issue. The only reason regular uses need to worry about rust is the stage of development. Ultimately there will be distro packages and nobody other than developers should have to care what's going on during the build process.
  • antiochp: There's a mismatch between rust (regular fast releases by design) and linux distros (stable but slow releases).
  • clefu: Distro packaging is important for user adoption and for developers (as not everybody is happy with rustup or a docker instance).
    • antioch: Rust without rustup is an "you're on your own" kind of thing though, and Rust packaging in a distro is a non-issue for binary releases.
  • igno: The current set of developers is fine with the current approach and it follows current Rust best practices. You can disagree with either or both but I don't see why we should bend accomodate that.
  • The meeting opted not to change the current process.

7. Other questions

  • Discussion around potential text string message to include in Genesis block without conclusion.

Meeting adjourned.