-
Notifications
You must be signed in to change notification settings - Fork 19
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
base: master
Are you sure you want to change the base?
Conversation
#96 was merged, please rebase. |
0a23f1e
to
59df754
Compare
This is ready to go but will likely conflict with #115 |
ec0c6bc
to
fb8766f
Compare
Rebased - because it was hard to follow what is going on with merge commits. |
From my perspective this is ready to merge, @axic ? |
Is this ready to go? Ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Squash?
fb8766f
to
b39e5a5
Compare
I'm not sure why wagon was moved out of the main doc. |
b39e5a5
to
20339d1
Compare
20339d1
to
6d0bd27
Compare
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? |
I've pulled out two major changes from here and merged them separately.
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. |
Then can we remove the part that says "this spec may be wrong and will
change"?
…On Mon, 26 Nov 2018 at 14:47, Alex Beregszaszi ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#102 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADKbNHe942084yOFpXRkHMAigiMozdPGks5uy_7ogaJpZM4YcD7o>
.
|
@gballet is wagon working now properly? Can we remove the warning? |
380984b
to
a655b1a
Compare
@gballet ping #102 (comment) |
@axic wagon is working with some issue that I found, need to create the PR for the fix and have them integrate them. |
--rpccorsdomain "*" \ | ||
--mine --miner.threads 1 \ | ||
--nodiscover \ | ||
--etherbase a8c3eeb2915373139bcfc287d4ae9e660d734881 \ | ||
--networkid 66 \ |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
Merging geth sections WIP
Did you remove the assemblyscript docs via force push? 😑 |
Didn't remove any assemblyscript docs. |
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. |
Clean up some misleading stuff since #102 still isn't merged
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. |
Can you please list what is this fixing? The C++/Rust swap is not relevant anymore, Wagon is not experimental anymore. |
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? |
Saving work in progress. Going to try to merge some in flight PRs and rebase against those.