Skip to content
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

Some misc README cleanup #102

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Some misc README cleanup #102

wants to merge 3 commits into from

Conversation

lrettig
Copy link
Member

@lrettig lrettig commented Nov 13, 2018

Saving work in progress. Going to try to merge some in flight PRs and rebase against those.

@axic
Copy link
Member

axic commented Nov 14, 2018

#96 was merged, please rebase.

@axic axic added this to In progress in Public testnet (1st milestone) via automation Nov 14, 2018
README.md Outdated Show resolved Hide resolved
@lrettig lrettig changed the title Some misc README cleanup (WIP) Some misc README cleanup Nov 15, 2018
@lrettig
Copy link
Member Author

lrettig commented Nov 15, 2018

This is ready to go but will likely conflict with #115

@axic
Copy link
Member

axic commented Nov 15, 2018

Rebased - because it was hard to follow what is going on with merge commits.

@lrettig
Copy link
Member Author

lrettig commented Nov 17, 2018

From my perspective this is ready to merge, @axic ?

@lrettig
Copy link
Member Author

lrettig commented Nov 22, 2018

Is this ready to go? Ping

Public testnet (1st milestone) automation moved this from In progress to Reviewer approved Nov 26, 2018
chfast
chfast previously approved these changes Nov 26, 2018
Copy link
Collaborator

@chfast chfast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Squash?

@axic
Copy link
Member

axic commented Nov 26, 2018

I'm not sure why wagon was moved out of the main doc.

@lrettig
Copy link
Member Author

lrettig commented Nov 26, 2018

I'm not sure why wagon was moved out of the main doc.

I moved it into a side doc because it's not ready for production yet. I did the same thing for aleth. Would prefer to keep the master doc as focused and simple as possible. @axic is there a reason you want it in the main doc?

@axic
Copy link
Member

axic commented Nov 26, 2018

I've pulled out two major changes from here and merged them separately.

is there a reason you want it in the main doc?

Wagon is ready and passing the tests (as of yesterday). It is planned to be the main client for 2nd milestone. Don't wanna move it back and forth.

@lrettig
Copy link
Member Author

lrettig commented Nov 26, 2018 via email

@axic axic mentioned this pull request Nov 26, 2018
@axic
Copy link
Member

axic commented Nov 26, 2018

@gballet is wagon working now properly? Can we remove the warning?

@axic axic force-pushed the lrettig-patch-2 branch 3 times, most recently from 380984b to a655b1a Compare November 26, 2018 17:22
README.md Outdated Show resolved Hide resolved
@axic
Copy link
Member

axic commented Nov 29, 2018

@gballet ping #102 (comment)

@gballet
Copy link
Member

gballet commented Dec 3, 2018

@axic wagon is working with some issue that I found, need to create the PR for the fix and have them integrate them.

@axic axic added this to In progress in Public testnet (2nd milestone) via automation Dec 5, 2018
@axic axic removed this from Reviewer approved in Public testnet (1st milestone) Dec 5, 2018
Public testnet (2nd milestone) automation moved this from In progress to Needs review Dec 5, 2018
--rpccorsdomain "*" \
--mine --miner.threads 1 \
--nodiscover \
--etherbase a8c3eeb2915373139bcfc287d4ae9e660d734881 \
--networkid 66 \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it better to split these two instructions? It seems weird that this block only contains extra options.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you referring to the geth configuration specified at line 174? Because there's a difference between running a node locally and running a node that syncs the testnet -- these additional commands are intended for testnet syncing. (Though I think --etherbase could be removed)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the use of "running a node locally" without connecting to the testnet?

FYI running the node locally can be done in "test" mode which avoids 90% of the commandline options.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the use of "running a node locally" without connecting to the testnet?

Local development.

FYI running the node locally can be done in "test" mode which avoids 90% of the commandline options.

Okay. Presumably we still need the --vm.ewasm flag but not the RPC-related ones?

@lrettig
Copy link
Member Author

lrettig commented Dec 6, 2018

Did you remove the assemblyscript docs via force push? 😑

@axic
Copy link
Member

axic commented Dec 6, 2018

Did you remove the assemblyscript docs via force push? 😑

Didn't remove any assemblyscript docs.

@lrettig
Copy link
Member Author

lrettig commented Dec 11, 2018

Can we just merge this, then update the wagon stuff later as necessary?

@axic
Copy link
Member

axic commented Dec 12, 2018

Can we just merge this, then update the wagon stuff later as necessary?

There is little point applying all these wagon changes from this PR if we need to roll it back 100%. Wagon just works.

lrettig pushed a commit that referenced this pull request Dec 14, 2018
Clean up some misleading stuff since #102 still isn't merged
@lrettig lrettig mentioned this pull request Dec 14, 2018
@lrettig
Copy link
Member Author

lrettig commented Dec 15, 2018

It would be great to get this merged, and iterate. There's a bunch of confusing/misleading stuff in the master doc right now that this fixes.

@axic
Copy link
Member

axic commented Dec 17, 2018

There's a bunch of confusing/misleading stuff in the master doc right now that this fixes.

Can you please list what is this fixing? The C++/Rust swap is not relevant anymore, Wagon is not experimental anymore.

@lrettig
Copy link
Member Author

lrettig commented Dec 27, 2018

This PR is not about C++/Rust or Wagon. It's about misc doc cleanup. The bulk of these changes are still relevant. Is there some specific concern here? If not, can we merge and iterate?

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

Successfully merging this pull request may close these issues.

None yet

4 participants