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

voting dapp web UI trial (obsolete but parts migrating to RChain-Status) #37

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

Conversation

dckc
Copy link
Contributor

@dckc dckc commented Jun 22, 2020

for voting #34 and/or registering to vote #31 (perhaps using flexible inbox with social key rotation #21)

dckc added 30 commits August 4, 2018 11:47
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
  - 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
@dckc
Copy link
Contributor Author

dckc commented Jun 23, 2020

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
https://rchain-community.github.io/rv2020/webui/build/

dckc added 18 commits June 23, 2020 22:06
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
including listenForDataAtName details
@dckc 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants