-
Notifications
You must be signed in to change notification settings - Fork 6
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
voting dapp web UI trial (obsolete but parts migrating to RChain-Status) #37
Draft
dckc
wants to merge
119
commits into
master
Choose a base branch
from
webui
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from RSign d3007cb8300e Sep 5
For example, flow finds all the places where RSON should be RHOCore. - use signing support from RChain-API - persist seed, not private key - prune signing unit tests, which are now in RChain-API - update grpc version to match RChain-API - delegate tweetnacl dependency to RChain-API - server.js: reduce main() power from crypto, path to just crypto.randomBytes, path.join - factor out once, ready, persisted Capper idioms - use rho`...` - Capper isn't `@flow strict` yet
- a bit more logging
- integration test for DiscordAPI.guilds().members() - rename Strategy to Provider - add locus, token, role to GameBoard, incl. UI and OState - type Token subsumes ClientSecret - rename use() to installRoutes() - refactor app.get() for static typing - split verify() into githubVerify() and discordVerify() - clean up profile details
- gameBoard UI: - callback belongs with client id etc. - finish renaming strategy to provider - oops: fix makeSignIn call in UI, gameSession
I guess flow didn't find all the necessary updates.
- server sends user detail with guild, role, ...
- add --base option for address as seen by OAuth peers
- check claim time - verify claim signature - deploy endorsement to chain
IOU update to CONTRIBUTING to show the build steps
TODO: check balance
current code works about as expected at https://rv2020-alpha1.netlify.app/ with secure identicon #22 I tried github pages but ran into some content-security-policy problem or something |
commit 95b3158 on Mar 1
- only import default from commonjs modules
- rgate: no flow errors - start rchain-proto decls - factor out rgate_test.js - ignore misc: ,sv ,deployed .build/ build/
- fix example rholang - never mind timestamp control. hm. - move Intro (WIP) after Deploy Test - move Observer control closer to Device Account - refactor ui, acctUI as observerUI, validatorUI, acctUI, walletUI - move ui stuff out of rgate.js (export as necessary) - refactor checkBalance for UI - intro.js: flow strict
contract execution failure (silently!) consumes everything up to phlolimit
commit a03d4dc on Mar 11
including listenForDataAtName details
This was referenced Sep 11, 2020
dckc
changed the title
toward voting dapp web UI
voting dapp web UI trial (obsolete but parts migrating to RChain-Status)
Sep 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
for voting #34 and/or registering to vote #31 (perhaps using flexible inbox with social key rotation #21)