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

rhopm: net choice #80

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

rhopm: net choice #80

wants to merge 4 commits into from

Conversation

dckc
Copy link
Collaborator

@dckc dckc commented Jan 10, 2021

fixes #79

TODO: verify / fix IP address where to reach the local shard

cc @jimscarver

@dckc
Copy link
Collaborator Author

dckc commented Jan 10, 2021

Where should we get the deploy key for testnet / mainnet? (see also key mgmt #26)

We should perhaps follow the norms around truffle... which delegates to an eth client such as geth... which uses Web3 Secret Storage. There's a standard npm package for that, but I wrote my own secretStorage.js 027aca3 Apr 2019 because (1) education, (2) ocap discipline (3) static typing.

background

I made some progress, but then...

$ NETWORK=testnet yarn exec jake -t
yarn exec v1.12.3
jake aborted.
RangeError: missing VALIDATOR_BOOT_PRIVATE

dckc added 2 commits March 2, 2021 22:47
The proposer node in rchain-docker-shard depends on much more than it
needs to: gRPC and such. I think node + 3 files would do:
  - proposer.js
  - rnode.js
  - curl.js to implement the relevant part of the fetch() API on top
    of node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rhopm limited to local shard
1 participant