From 8d327ddc76350fabdaf3f9fc6fb6111fa07e2cb7 Mon Sep 17 00:00:00 2001 From: Liam Monninger Date: Fri, 10 May 2024 10:39:10 -0700 Subject: [PATCH 1/3] feat: update process compose. --- process-compose/monza-full-node/process-compose.local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process-compose/monza-full-node/process-compose.local.yml b/process-compose/monza-full-node/process-compose.local.yml index 916dfb8d0..8ac99d7fe 100644 --- a/process-compose/monza-full-node/process-compose.local.yml +++ b/process-compose/monza-full-node/process-compose.local.yml @@ -15,7 +15,7 @@ processes: command: | ./scripts/celestia/celestia-local-bridge readiness_probe: - initial_delay_seconds: 30 + initial_delay_seconds: 10 exec: command: echo "true" depends_on: From c2d4443abd3cf137ad6de3c111b143ab771d8d85 Mon Sep 17 00:00:00 2001 From: Liam Monninger Date: Fri, 10 May 2024 11:31:38 -0700 Subject: [PATCH 2/3] chore: git hygiene additions. --- CODEOWNERS | 2 ++ PR.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 CODEOWNERS create mode 100644 PR.md diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..ebfeedfbf --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# global +* @l-monninger @andyjsbell @0xmovses @mzabaluev \ No newline at end of file diff --git a/PR.md b/PR.md new file mode 100644 index 000000000..f17e3ce11 --- /dev/null +++ b/PR.md @@ -0,0 +1,50 @@ +# Summary +- **Status**: `draft` +- **RFCs**: [Link to RFC](#./link/to/rfc), [Link to RFC](#./link/to/rfc), or $\emptyset$. +- **Categories**: any of `protocol-units`, `networks`, `scripts`, `util`, `cicd`, or `misc`. + + + +# Core Software Components + + + +# Ancillary Software Components + + +# Testing + +## e2e and Integration Tests + +### Test Plan + + +### Test Components + + +## Unit Tests + +### Test Plan + + +### Test Components + + +# Outstanding Issues + \ No newline at end of file From 8efbc03a0ac27752b34b807d9dddd2128a91f73e Mon Sep 17 00:00:00 2001 From: Liam Monninger Date: Fri, 10 May 2024 14:00:32 -0700 Subject: [PATCH 3/3] docs: update PR.md --- PR.md | 35 +++++------------------------------ 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/PR.md b/PR.md index f17e3ce11..cc0d559f6 100644 --- a/PR.md +++ b/PR.md @@ -7,44 +7,19 @@ Add your summary text here. --> -# Core Software Components +# Changelog - - -# Ancillary Software Components - # Testing -## e2e and Integration Tests - -### Test Plan - - -### Test Components - - -## Unit Tests - -### Test Plan - - -### Test Components -# Outstanding Issues +# Outstanding issues \ No newline at end of file