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

feat(raiko-lib): unify protocol instance for on chain verification #230

Merged
merged 38 commits into from
May 25, 2024

Commits on May 21, 2024

  1. instance_hash

    CeciliaZ030 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    724e6d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8b59a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81c2007 View commit details
    Browse the repository at this point in the history
  4. get rid of sol

    CeciliaZ030 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    70c2673 View commit details
    Browse the repository at this point in the history
  5. fix

    CeciliaZ030 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    112d90d View commit details
    Browse the repository at this point in the history
  6. delete contracts

    CeciliaZ030 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fac4b14 View commit details
    Browse the repository at this point in the history
  7. fmt clippy

    CeciliaZ030 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f3b9999 View commit details
    Browse the repository at this point in the history
  8. fix ci

    CeciliaZ030 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    896c6df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdd07b0 View commit details
    Browse the repository at this point in the history
  10. fix

    CeciliaZ030 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d7fa70c View commit details
    Browse the repository at this point in the history
  11. delet test generated json

    CeciliaZ030 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    04fa124 View commit details
    Browse the repository at this point in the history
  12. fmt

    CeciliaZ030 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a4b5af8 View commit details
    Browse the repository at this point in the history
  13. fix

    CeciliaZ030 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    df45421 View commit details
    Browse the repository at this point in the history
  14. Update lib.rs

    CeciliaZ030 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    6815a24 View commit details
    Browse the repository at this point in the history
  15. Update lib/src/consts.rs

    CeciliaZ030 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    c7a3069 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix

    CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d46f5b5 View commit details
    Browse the repository at this point in the history
  2. apply comments

    CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    756a2a8 View commit details
    Browse the repository at this point in the history
  3. fmt

    CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5a5fd70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    401baab View commit details
    Browse the repository at this point in the history
  5. debug sp1

    CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    bfb2ece View commit details
    Browse the repository at this point in the history
  6. unwrap_or_default

    CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4578bb0 View commit details
    Browse the repository at this point in the history
  7. fix: let config_path in config_dir (#233)

    * fix: let config_path in config_dir
    
    * fix: save updated config in new path
    johntaiko authored and CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c2e5554 View commit details
    Browse the repository at this point in the history
  8. chore(docker): use same image when pulling to avoid different binary …

    …id (#234)
    
    Signed-off-by: smtmfft <smtm@taiko.xyz>
    smtmfft authored and CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    eef94ac View commit details
    Browse the repository at this point in the history
  9. feat(raiko): update chain spec (#235)

    * update chain spec
    
    Signed-off-by: smtmfft <smtm@taiko.xyz>
    
    * update rpc & name
    
    Signed-off-by: smtmfft <smtm@taiko.xyz>
    
    ---------
    
    Signed-off-by: smtmfft <smtm@taiko.xyz>
    smtmfft authored and CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8ec2892 View commit details
    Browse the repository at this point in the history
  10. feat: use spec in setup (#236)

    * feat: use spec in setup
    
    * refactor: update docker-compose.yml to use correct file paths
    johntaiko authored and CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    909e7c8 View commit details
    Browse the repository at this point in the history
  11. chore(docker): fix docker build (#237)

    * fix docker build
    
    Signed-off-by: smtmfft <smtm@taiko.xyz>
    
    * fix: some docker stuff (#239)
    
    ---------
    
    Signed-off-by: smtmfft <smtm@taiko.xyz>
    Co-authored-by: johntaiko <john@taiko.xyz>
    2 people authored and CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5ba5809 View commit details
    Browse the repository at this point in the history
  12. chore(raiko): revert docker build changes (#240)

    * Revert "chore(docker): fix docker build (#237)"
    
    This reverts commit 520df33.
    
    * Revert "feat: use spec in setup (#236)"
    
    This reverts commit cd097a5.
    smtmfft authored and CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    70e8305 View commit details
    Browse the repository at this point in the history
  13. fix: docker stuff (#241)

    * fix: docker stuff
    
    * chore(docker): update entrypoint.sh to include L1 and L2 network options
    
    * chore(docker): remove unnecessary echo command in entrypoint.sh
    johntaiko authored and CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    496a7ed View commit details
    Browse the repository at this point in the history
  14. fmt

    CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    892326a View commit details
    Browse the repository at this point in the history
  15. sgx_verifier_addr

    CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    252ee85 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fb6661f View commit details
    Browse the repository at this point in the history
  17. fix

    CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    aecff60 View commit details
    Browse the repository at this point in the history
  18. fmt

    CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b1ebad8 View commit details
    Browse the repository at this point in the history
  19. skip_verify_blob false

    CeciliaZ030 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9e19230 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    06a80c1 View commit details
    Browse the repository at this point in the history
  2. fmt

    CeciliaZ030 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a8d5744 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e53b8a9 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    b3dd623 View commit details
    Browse the repository at this point in the history