-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update get-proto instructions * Update autogenerated codecs * Add Arbiter Pool utils * Move to utils
- Loading branch information
Showing
21 changed files
with
2,808 additions
and
3,690 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
#!/bin/bash | ||
# TODO: get automatically from tgrade repo | ||
# Create a "tgrade" folder with "confio" and "third_party" subfolders. | ||
# "confio" contents come from: https://github.com/confio/tgrade/tree/main/proto/confio | ||
# "third_party" contents come from: https://github.com/confio/tgrade/tree/main/third_party | ||
# TODO: generate new proto automatically with support of context from Tgrade repo | ||
# Steps: | ||
# - Create a tgrade/ folder on the same folder as the codegen.sh and get-proto.sh. | ||
# - Then inside that new tgrade/ folder you need 2 subfolders: confio/ and third_party/. | ||
# ************************************** | ||
## 1. src/scripts/proto/get-proto.sh | ||
## 2. src/scripts/proto/codegen.sh | ||
## 3. src/scripts/proto/tgrade/confio/ | ||
## 4. src/scripts/proto/tgrade/third_party/ | ||
# ************************************** | ||
|
||
# - Then for 3 and 4 we now need to fill those folders with content: | ||
# - The contents for tgrade/confio/ come from https://github.com/confio/tgrade/tree/main/proto/confio | ||
# - The contents for tgrade/third_party/ come from https://github.com/confio/tgrade/tree/main/third_party | ||
|
||
# To clone content - clone the main branch from the Tgrade repo and copy pasting those folders there. | ||
# After you should be able to execute the codegen.sh script by yarn proto command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.