Skip to content

Commit

Permalink
Merge #4245
Browse files Browse the repository at this point in the history
4245: Implement fully featured gRPC API r=aoudiamoncef a=aoudiamoncef

* [x] document all added functions
* [x] try in sandbox /simulation/labnet
  * [ ] if part of node-launch, checked using the `resync_check` flag
* [x] unit tests on the added/changed features
  * [x] make tests compile
  * [x] make tests pass 
* [x] add logs allowing easy debugging in case the changes caused problems
* [x] if the API has changed, update the API specification

part of  #4201

Co-authored-by: Moncef AOUDIA <[email protected]>
Co-authored-by: modship <[email protected]>
Co-authored-by: Damir Vodenicarevic <[email protected]>
Co-authored-by: Sydhds <[email protected]>
Co-authored-by: AurelienFT <[email protected]>
  • Loading branch information
6 people authored Jul 27, 2023
2 parents e4875d5 + 58546fc commit 75eb658
Show file tree
Hide file tree
Showing 67 changed files with 3,456 additions and 1,953 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,22 @@ jobs:
- macOS-latest
# - windows-latest
steps:
- name: Free Disk Space (Ubuntu)
if: runner.os == 'Linux'
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: true
- uses: ilammy/setup-nasm@v1
- uses: actions/checkout@v3
with:
Expand Down
Loading

0 comments on commit 75eb658

Please sign in to comment.