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

Upstream merge #40

Merged
merged 49 commits into from
May 9, 2022
Merged

Upstream merge #40

merged 49 commits into from
May 9, 2022

Commits on Feb 28, 2022

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

Commits on Mar 14, 2022

  1. Update call status to InSidechainBlock only after block import (int…

    …egritee-network#676)
    
    * rename on_block_created to on_block_imported
    
    * update tx status only after block import
    
    * fix clippy
    
    * fix cargo test
    
    * remove waiting time from demos
    
    * readd removed comments
    
    * udpate comments
    
    * extract call removal logic from on_block_imported
    haerdib authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3649b5a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Bump substrate to commit f5f286db0da9... (integritee-network#669)

    * Bump substrate
    
    Bump substrate to commit 8df8d908c4d77a8dd19751784b6aca62159ddda8
    
    Remove dependencies of scale-info 1.0.0 and parity-scale-codec 2.3.1
    
    Upgrade substrate to commit f5f286d... substrate fix for : sp-core's full_crypto feature flag breaks no_std builds
    
    * frame-metadata from crates.io
    
    * Update CI to use updated node
    
    Co-authored-by: echevrier <[email protected]>
    echevrier and echevrier authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    df31e61 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Dockerize (integritee-network#668)

    * Dockerize the binaries integritee-network#579
    
    * Add tags to run as well integritee-network#579
    
    * Fix running binary in docker integritee-network#579
    
    * Add more files to docker integritee-network#579
    
    * Add conditional runs
    
    * Add +x earlier
    
    * Rename docker-service to integritee-demo-validateer. Fixes integritee-network#579
    mosonyi authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    43028c6 View commit details
    Browse the repository at this point in the history
  2. Lift clap to version 3.16 and move stf cli to cli crate. (integritee-…

    …network#679)
    
    * Lift clap to version 3.16 and move stf cli to cli crate.
    
    * Adapt demo script parameters
    
    * Add cli examples to README.md
    
    * update comment descriptions
    
    Co-authored-by: Gaudenz Kessler <[email protected]>
    gaudenzkessler and gkessler-scs authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    0141955 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Refactor global components and initialization process (integritee-net…

    …work#677)
    
    * Consistently (re-)use the component container
    * RPC server is initialized before registering on the parentchain
    * Fix issue with sidechain block import when latest parentchain block is already too new
    
    Closes integritee-network#545 integritee-network#600 integritee-network#684 integritee-network#683
    Felix Müller authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    37509d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. create alive service to deterine that the service is up, running and …

    …registered (integritee-network#697)
    
    * create alive service
    
    * replace alive with initialized
    
    Co-authored-by: Gaudenz Kessler <[email protected]>
    gaudenzkessler and gkessler-scs authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    1d1efba View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

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

Commits on Apr 11, 2022

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

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    a83cd2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2523ccd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66816e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. introduce layer for indirection for sidechainblock (integritee-networ…

    …k#716)
    
    Closes integritee-network#710 
    
    Co-authored-by: Gaudenz Kessler <[email protected]>
    Co-authored-by: Felix Müller <[email protected]>
    3 people authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    5fb794f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Persist web-socket connections (integritee-network#718)

    Complete overhaul of the trusted web-socket server:
    * using MIO to serve concurrent connections
    * Server keeps connections open until a client requests a close
    * Changed our clients to match this pattern
    Felix Müller authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    44318ec View commit details
    Browse the repository at this point in the history
  2. Upgrade to polkadot v0.9.19 (integritee-network#720)

    * Bump substrate to polkadot-v0.9.19
    Bump RUNTIME_SPEC_VERSION to 9
    
    Set substrate-api-client to polkadot-v0.9.19
    Set integritee-node to polkadot-v0.9.19
    
    Set integritee-node to master
    
    * Cargo update + reabse
    
    * Update github actions
    
    Co-authored-by: echevrier <[email protected]>
    echevrier and echevrier authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    2bd06ff View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    388f583 View commit details
    Browse the repository at this point in the history
  2. fix some cargo.tomls

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    97d44d1 View commit details
    Browse the repository at this point in the history
  3. fix cargo.lock

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    b849748 View commit details
    Browse the repository at this point in the history
  4. remove game engine

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    42969d8 View commit details
    Browse the repository at this point in the history
  5. update teerex module

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    4c40ae8 View commit details
    Browse the repository at this point in the history
  6. fix itp-registry-storage

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    11555d8 View commit details
    Browse the repository at this point in the history
  7. cargo update

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    bc46a97 View commit details
    Browse the repository at this point in the history
  8. resinsert game engine

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    8245d80 View commit details
    Browse the repository at this point in the history
  9. some further clean up

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    01b3865 View commit details
    Browse the repository at this point in the history
  10. update teaclave

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    bfe8189 View commit details
    Browse the repository at this point in the history
  11. add ajuna commands

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    558e0ec View commit details
    Browse the repository at this point in the history
  12. cargo update

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    3b0ed89 View commit details
    Browse the repository at this point in the history
  13. carog update

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    b6bf513 View commit details
    Browse the repository at this point in the history
  14. update ajuna cli

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    e19361c View commit details
    Browse the repository at this point in the history
  15. fix some thins

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    09a94f7 View commit details
    Browse the repository at this point in the history
  16. Signed sidechain block

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    cea4478 View commit details
    Browse the repository at this point in the history
  17. fix shard_id getter

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    93eefbd View commit details
    Browse the repository at this point in the history
  18. fix load_initialized

    haerdib committed May 5, 2022
    Configuration menu
    Copy the full SHA
    3179a9b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. fix sgx externalities import

    haerdib committed May 6, 2022
    Configuration menu
    Copy the full SHA
    e4a4327 View commit details
    Browse the repository at this point in the history
  2. fix compilation issues

    haerdib committed May 6, 2022
    Configuration menu
    Copy the full SHA
    f23aaea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bd86f3 View commit details
    Browse the repository at this point in the history
  4. update demo docu

    haerdib committed May 6, 2022
    Configuration menu
    Copy the full SHA
    768cc6a View commit details
    Browse the repository at this point in the history
  5. add bin folder to docu

    haerdib committed May 6, 2022
    Configuration menu
    Copy the full SHA
    0c905af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    183daad View commit details
    Browse the repository at this point in the history
  7. add ./

    haerdib committed May 6, 2022
    Configuration menu
    Copy the full SHA
    2e856b7 View commit details
    Browse the repository at this point in the history
  8. update pallet verions

    haerdib committed May 6, 2022
    Configuration menu
    Copy the full SHA
    051ddec View commit details
    Browse the repository at this point in the history
  9. make tests compile again

    haerdib committed May 6, 2022
    Configuration menu
    Copy the full SHA
    a63993c View commit details
    Browse the repository at this point in the history
  10. fix import in sgx mode

    haerdib committed May 6, 2022
    Configuration menu
    Copy the full SHA
    1f51999 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a1c15f View commit details
    Browse the repository at this point in the history
  12. cargo fmt

    haerdib committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b98a41c View commit details
    Browse the repository at this point in the history
  13. fix tests

    haerdib committed May 6, 2022
    Configuration menu
    Copy the full SHA
    16560a0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. update doc once again

    haerdib committed May 7, 2022
    Configuration menu
    Copy the full SHA
    e6e0d88 View commit details
    Browse the repository at this point in the history
  2. fix script and queue game

    haerdib committed May 7, 2022
    Configuration menu
    Copy the full SHA
    8dbab60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    239b8d8 View commit details
    Browse the repository at this point in the history