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

Add attestation to claims #2734

Merged
merged 79 commits into from
May 26, 2020
Merged

Add attestation to claims #2734

merged 79 commits into from
May 26, 2020

Commits on May 13, 2020

  1. init

    Tbaut committed May 13, 2020
    Configuration menu
    Copy the full SHA
    500558f View commit details
    Browse the repository at this point in the history
  2. Attest component

    Tbaut committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f17564d View commit details
    Browse the repository at this point in the history
  3. Add top notification bar

    amaury1093 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    e2531ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    605164c View commit details
    Browse the repository at this point in the history
  5. better english

    amaury1093 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    7d44d18 View commit details
    Browse the repository at this point in the history
  6. back to 3 steps

    Tbaut committed May 13, 2020
    Configuration menu
    Copy the full SHA
    5ac3558 View commit details
    Browse the repository at this point in the history
  7. clean up

    Tbaut committed May 13, 2020
    Configuration menu
    Copy the full SHA
    295a8a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4abc5df View commit details
    Browse the repository at this point in the history
  9. Make TS pass

    amaury1093 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    eb9a3f2 View commit details
    Browse the repository at this point in the history
  10. Clea up some comments

    amaury1093 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    00c514d View commit details
    Browse the repository at this point in the history
  11. isPreclaimed

    Tbaut committed May 13, 2020
    Configuration menu
    Copy the full SHA
    6f983db View commit details
    Browse the repository at this point in the history
  12. isOldClaimProcess

    Tbaut committed May 13, 2020
    Configuration menu
    Copy the full SHA
    ef7a173 View commit details
    Browse the repository at this point in the history
  13. Attest vs Claim (#2737)

    * Choose between Claim and Attest
    
    * fix lint
    amaury1093 authored May 13, 2020
    Configuration menu
    Copy the full SHA
    8420502 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f011f10 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5643a67 View commit details
    Browse the repository at this point in the history
  16. Fix small bug in flow

    amaury1093 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    9fa046d View commit details
    Browse the repository at this point in the history
  17. Add condition for the warning banner (#2742)

    * prevent crash for older chains
    
    * with useEffect
    
    * should work
    
    * back to something simple
    
    * remove hoc
    Tbaut authored May 13, 2020
    Configuration menu
    Copy the full SHA
    63ab76c View commit details
    Browse the repository at this point in the history
  18. fix CI

    Tbaut committed May 13, 2020
    Configuration menu
    Copy the full SHA
    8d99149 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Add ETH address field for non preclaimed addresses (#2746)

    * Eth field
    
    * fix
    
    * remove stray logs
    Tbaut authored May 14, 2020
    Configuration menu
    Copy the full SHA
    94d496c View commit details
    Browse the repository at this point in the history
  2. Update packages/page-claims/src/index.tsx

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    amaury1093 and jacogr authored May 14, 2020
    Configuration menu
    Copy the full SHA
    93a3466 View commit details
    Browse the repository at this point in the history
  3. Update packages/page-claims/src/index.tsx

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    amaury1093 and jacogr authored May 14, 2020
    Configuration menu
    Copy the full SHA
    52ae0ef View commit details
    Browse the repository at this point in the history
  4. Update packages/apps/src/overlays/Attest.tsx

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    amaury1093 and jacogr authored May 14, 2020
    Configuration menu
    Copy the full SHA
    882b141 View commit details
    Browse the repository at this point in the history
  5. Show the amount of token that will be claimed (#2747)

    * show amount in attest
    
    * fix isApiReady
    
    * fix lint
    Tbaut authored May 14, 2020
    Configuration menu
    Copy the full SHA
    1a40a02 View commit details
    Browse the repository at this point in the history
  6. Use counter instead of overlay (#2750)

    * Use counter instead of overlay
    
    * Add warning to claim (#2752)
    
    * add warning
    
    * css cleanup
    
    * fix unused const
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    amaury1093 and Tbaut authored May 14, 2020
    Configuration menu
    Copy the full SHA
    c5cf84b View commit details
    Browse the repository at this point in the history
  7. Update packages/page-claims/src/Warning.tsx

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    Tbaut and jacogr authored May 14, 2020
    Configuration menu
    Copy the full SHA
    29869d5 View commit details
    Browse the repository at this point in the history
  8. Update packages/page-claims/src/index.tsx

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    Tbaut and jacogr authored May 14, 2020
    Configuration menu
    Copy the full SHA
    f9128cc View commit details
    Browse the repository at this point in the history
  9. Update packages/page-claims/src/index.tsx

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    Tbaut and jacogr authored May 14, 2020
    Configuration menu
    Copy the full SHA
    813a5f2 View commit details
    Browse the repository at this point in the history
  10. Update packages/page-claims/src/index.tsx

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    Tbaut and jacogr authored May 14, 2020
    Configuration menu
    Copy the full SHA
    28de108 View commit details
    Browse the repository at this point in the history
  11. Update packages/page-claims/src/index.tsx

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    Tbaut and jacogr authored May 14, 2020
    Configuration menu
    Copy the full SHA
    34fe9d1 View commit details
    Browse the repository at this point in the history
  12. address comment shortcut

    Tbaut committed May 14, 2020
    Configuration menu
    Copy the full SHA
    cadb81f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    64dfb3d View commit details
    Browse the repository at this point in the history
  14. lint

    Tbaut committed May 14, 2020
    Configuration menu
    Copy the full SHA
    c4c8cae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    407cab2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fb97c82 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Missing isUnsigned

    amaury1093 committed May 15, 2020
    Configuration menu
    Copy the full SHA
    df2f77f View commit details
    Browse the repository at this point in the history
  2. use AddressMini in warning

    Tbaut committed May 15, 2020
    Configuration menu
    Copy the full SHA
    e2920f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dd8108 View commit details
    Browse the repository at this point in the history
  4. Add loading state

    amaury1093 committed May 15, 2020
    Configuration menu
    Copy the full SHA
    0f6ea73 View commit details
    Browse the repository at this point in the history
  5. remove log

    amaury1093 committed May 15, 2020
    Configuration menu
    Copy the full SHA
    3f16fea View commit details
    Browse the repository at this point in the history
  6. unwrapOrNull

    amaury1093 committed May 15, 2020
    Configuration menu
    Copy the full SHA
    5d35529 View commit details
    Browse the repository at this point in the history
  7. Update packages/page-claims/src/Warning.tsx

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    amaury1093 and jacogr authored May 15, 2020
    Configuration menu
    Copy the full SHA
    6dba5b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d0e8fd View commit details
    Browse the repository at this point in the history
  9. lint

    Tbaut committed May 15, 2020
    Configuration menu
    Copy the full SHA
    73d38e0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Add getStatement function

    amaury1093 committed May 18, 2020
    Configuration menu
    Copy the full SHA
    1d8a01e View commit details
    Browse the repository at this point in the history
  2. nits

    amaury1093 committed May 18, 2020
    Configuration menu
    Copy the full SHA
    8df104f View commit details
    Browse the repository at this point in the history
  3. Fix lint

    amaury1093 committed May 18, 2020
    Configuration menu
    Copy the full SHA
    19b8b3b View commit details
    Browse the repository at this point in the history
  4. Update packages/page-claims/src/Warning.tsx

    Co-authored-by: Jaco Greeff <jacogr@gmail.com>
    amaury1093 and jacogr authored May 18, 2020
    Configuration menu
    Copy the full SHA
    f62c962 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. add statement

    Tbaut committed May 22, 2020
    Configuration menu
    Copy the full SHA
    875c367 View commit details
    Browse the repository at this point in the history
  2. statement component

    Tbaut committed May 22, 2020
    Configuration menu
    Copy the full SHA
    22873da View commit details
    Browse the repository at this point in the history
  3. address comment unWrapOr

    Tbaut committed May 22, 2020
    Configuration menu
    Copy the full SHA
    4715412 View commit details
    Browse the repository at this point in the history
  4. test styling with long md

    Tbaut committed May 22, 2020
    Configuration menu
    Copy the full SHA
    91f17de View commit details
    Browse the repository at this point in the history
  5. add md to jest

    Tbaut committed May 22, 2020
    Configuration menu
    Copy the full SHA
    95b847b View commit details
    Browse the repository at this point in the history
  6. Update packages/page-claims/src/Statement.tsx

    Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
    Tbaut and amaury1093 authored May 22, 2020
    Configuration menu
    Copy the full SHA
    bc65398 View commit details
    Browse the repository at this point in the history
  7. copy text before

    Tbaut committed May 22, 2020
    Configuration menu
    Copy the full SHA
    20b79cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de4e539 View commit details
    Browse the repository at this point in the history
  9. lint

    Tbaut committed May 22, 2020
    Configuration menu
    Copy the full SHA
    4e05d28 View commit details
    Browse the repository at this point in the history
  10. Remove EthreumAddress type to avoid unexpected behaviors (#2796)

    * remove EthreumAddress type
    
    * createType when needed
    
    * revert
    
    * typo
    Tbaut authored May 22, 2020
    Configuration menu
    Copy the full SHA
    5fd559e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5ea7fa View commit details
    Browse the repository at this point in the history
  12. Enhance UX for claim process (#2797)

    * update content
    
    * init
    
    * comment
    Tbaut authored May 22, 2020
    Configuration menu
    Copy the full SHA
    fadf3db View commit details
    Browse the repository at this point in the history
  13. Add HTML components for statements (#2798)

    * Add HTML components for statements
    
    * Update packages/page-claims/src/statements/saft.tsx
    amaury1093 authored May 22, 2020
    Configuration menu
    Copy the full SHA
    3c2a0f7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Update to final statements

    amaury1093 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    8860ca2 View commit details
    Browse the repository at this point in the history
  2. More nits

    amaury1093 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    9f04541 View commit details
    Browse the repository at this point in the history
  3. Nits

    amaury1093 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    8f12a36 View commit details
    Browse the repository at this point in the history
  4. OnSuccess

    amaury1093 committed May 24, 2020
    Configuration menu
    Copy the full SHA
    f94b9d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e09c6e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    c1f2078 View commit details
    Browse the repository at this point in the history
  2. Small fixmes

    amaury1093 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    7d7995b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4377ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a7827e View commit details
    Browse the repository at this point in the history
  5. remove word-break

    Tbaut committed May 25, 2020
    Configuration menu
    Copy the full SHA
    0b2430d View commit details
    Browse the repository at this point in the history
  6. statement text in black

    Tbaut committed May 25, 2020
    Configuration menu
    Copy the full SHA
    9d3b773 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f349265 View commit details
    Browse the repository at this point in the history
  8. Update packages/page-claims/src/Statement.tsx

    Co-authored-by: Logan Saether <x@logansaether.com>
    Tbaut and lsaether authored May 25, 2020
    Configuration menu
    Copy the full SHA
    3c0a4c3 View commit details
    Browse the repository at this point in the history
  9. margin left instead of space

    Tbaut committed May 25, 2020
    Configuration menu
    Copy the full SHA
    1e14a20 View commit details
    Browse the repository at this point in the history
  10. I agree

    Tbaut committed May 25, 2020
    Configuration menu
    Copy the full SHA
    93b4777 View commit details
    Browse the repository at this point in the history
  11. Use iframe

    amaury1093 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    a800d9c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e5d7d60 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    10cbbd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9698157 View commit details
    Browse the repository at this point in the history