-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: readme udpated: * chore: readme updated * chore(readme): re-added a few sections that were missed earlier * chore(readme): linting * chore: linting and formatting * chore: linting and formatting * chore: linting and formatting * chore: script added for dummy contract deployment, readme udpated to use dummy sharp service * update: aws_event_bridge rework * update: e2e * chore: linting-formatting and readme updated * chore: readme misinformation fixed * update: verification job timeout and polling changed to work for 25 hours * chore: comment added for older python version needed * refactor: event bridge type added * chore: linting and formatting of toml files * update: time delay for txn finality in state update increased to 30 mins --------- Co-authored-by: mohiiit <mohit18343@iiitd.ac.in> Co-authored-by: Heemank Verma <heemankv@gmail.com>
- Loading branch information
1 parent
302542a
commit a008642
Showing
17 changed files
with
599 additions
and
200 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
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
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"MD045": false, | ||
"MD003": false, | ||
"MD013": { | ||
"code_blocks": false | ||
"code_blocks": false, | ||
"line_length": 120 | ||
} | ||
} |
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ pathfinder/ | |
orchestrator_venv/ | ||
build/ | ||
node_modules/ | ||
scripts/ |
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.