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

Minor fixes to make it work #2

Merged
merged 13 commits into from
Jul 17, 2023
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

# build outputs
**/target/**

# virtual env
venv/**

# user data
my_keystore/**
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[submodule "shared/BEST-Energy"]
path = shared/BEST-Energy
url = [email protected]:olisystems/BEST-Energy.git
branch = cl/oli-pycli
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a simple hotfix branch, where I made some stuff public.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it recommended to update main with this fixing branch or rather keep this branch updated with ongoing changes? Both client-dependency-fixing-branch and the current worker main branch should be able to work together despite changes regarding the fixes right?

[submodule "shared/incubator-teaclave-sgx-sdk"]
path = shared/incubator-teaclave-sgx-sdk
url = [email protected]:Interstellar-Network/incubator-teaclave-sgx-sdk.git
Expand Down
Loading