From b1b678fe1a22124e0dc3487d94419ae9123a7038 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sat, 12 Nov 2022 14:21:59 -0500 Subject: [PATCH 01/47] Create ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 applications/ted-cahall-testfile.md diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/applications/ted-cahall-testfile.md @@ -0,0 +1 @@ + From 6d93215348e9e90d3266035aea1d711b30cef2a3 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sat, 12 Nov 2022 14:29:45 -0500 Subject: [PATCH 02/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 153 ++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 8b137891..9b9591f4 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1 +1,154 @@ +# EOS Network Foundation Grant Proposal +- **Project Name:** Ted Cahall Test Project +- **Team Name:** Cahall Labs, Inc. +- **EOS Payment Address:** tedcahall.gm +- **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 3 +- **Pomelo Grant(s):** N/A +- **Project is Open-Source:** Yes +- **Project was part of Token sale:** No +- **Repository where Project resides:** https://github.com/tedcahall/marrsrename + +## Contact + +- **Contact Name:** Ted Cahall +- **Contact Email:** cahall@cahall.com +- **Website:** http://cahall.com + +## Project Overview + +### Overview + +- **Name:** MARRS Rename +- **Brief Description:** Rename the CSV files for faster ingestion +- **Relationship to EOSIO:** This project does not relate to EOSIO +- **Reason for Interest:** Testing the Grant Framework Process and PRs + +### Project Details + +- Mock-ups/designs of any UI components +- Data models of the core functionality +- API specifications of the core functionality +- An overview of the technology stack to be used +- Documentation of core components, protocols, architecture, etc. to be deployed +- PoC/MVP or other relevant prior work or research on the topic +- What your project is _not_ or will _not_ provide or implement + - This is a place for you to manage expectations and to clarify any limitations that might not be obvious + +### Ecosystem Fit + +- Where and how does your project fit into the ecosystem? +- Who is your target audience (chain/dapp/wallet/UI developers, designers, your own user base, some dapp's userbase, yourself)? +- What need(s) does your project meet? +- Are there any other projects similar to yours in the EOSIO ecosystem? + - If so, how is your project different? + - If not, are there similar projects in related ecosystems? + +## Team + +### Team members + +- **Team Leader:** Ted Cahall + +### Legal Structure +- **Registered Legal Entity:** Cahall Labs, Inc +- **Registered Address:** 123 Mainstreet, Anytown, VA, 24000 + +### Team Experience + +Expertience working with EOSIO, etc. + +### Team Org Repos + +- https://github.com/tedcahall + +### Team Member Repos + +- https://github.com/tedcahall + +### Team LinkedIn Profiles (if available) + +- https://www.linkedin.com/in/tedcahall + +## Development Status + +- links to improvement proposals or [RFPs](https://github.com/eosnetworkfoundation/grant-framework/tree/main/docs/rfps) (requests for proposal), +- academic publications relevant to the problem, +- links to your research diary, blog posts, articles, forum discussions or open GitHub issues, +- references to conversations you might have had related to this project with anyone from the EOS Network Foundation, +- previous interface iterations, such as mock-ups and wireframes. + +## Development Roadmap + +This section should break the development roadmap down into milestones and deliverables. To assist you in defining it, we have created a document with examples for some grant categories [here](../docs/grant_guidelines_per_category.md). Since these will be part of the agreement, it helps to describe _the functionality we should expect in as much detail as possible_, plus how we can verify and test that functionality. Whenever milestones are delivered, we refer to this document to ensure that everything has been delivered as expected. + +Below we provide an **example roadmap**. In the descriptions, it should be clear how your project is related to the EOS ecosystem. We _recommend_ that teams structure their roadmap as 1 milestone ≈ 1 month. + +For each milestone, + +- make sure to include a specification of your software. _Treat it as a contract_; the level of detail must be enough to later verify that the software meets the specification. +- include the amount of funding requested _per milestone_. +- include documentation (tutorials, API specifications, architecture diagrams, whatever is appropriate) in each milestone. This ensures that the code can be widely used by the community. +- provide a test suite, comprising unit and integration tests, along with a guide on how to set up and run them. +- commit to providing Dockerfiles for the delivery of your project. +- indicate milestone duration as well as number of full-time employees working on each milestone. +- **Deliverables 0a-0c are mandatory for all milestones**, and deliverable 0e at least for the last one. If you do not intend to deliver one of these, please state a reason in its specification (e.g. Milestone X is research oriented and as such there is no code to test). + +> :zap: If any of your deliverables is based on someone else's work, make sure you work and publish _under the terms of the license_ of the respective project and that you **highlight this fact in your milestone documentation** and in the source code if applicable! **Teams that submit others' work without attributing it will be immediately terminated.** + +### Milestone Summary + +- **Total Estimated Duration:** 2 months +- **Full-Time Equivalent (FTE):** 2 FTE +- **Total Costs:** 12,000 USD + +### Milestone 1 Example — Implement EOSIO Application + +- **Estimated duration:** 1 month +- **FTE:** 2 +- **Costs:** 8,000 USD + +| ID | Deliverable | Specification | +| ----- | ----------- | ------------- | +| 0a. | License | MIT / Apache 2.0 / GPLv3 / Unlicense | +| 0b. | Documentation | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how a user can (for example) spin up one of our EOSIO nodes and send test transactions, which will show how the new functionality works. | +| 0c. | Testing Guide | Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. | +| 0d. | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. | +| 0e. | Article | We will publish an **article**/workshop that explains [...] (what was done/achieved as part of the grant). (Content, language and medium should reflect your target audience described above.) +| 1. | Application interface to EOSIO | We will create an integration layer ... (Please list the functionality that will be implemented for the first milestone) | +| 2. | Front-End / User Interface | We will create a UI that connects to ... | +| 3. | Caching layer | We will create a caching layer ... | +| 4. | API interface to our app | We will create an API that ... | + + + +### Milestone 2 Example — Additional features + +- **Estimated Duration:** 1 month +- **FTE:** 2 +- **Costs:** 4,000 USD + +| ID | Deliverable | Specification | +| ----- | ----------- | ------------- | +| 0a. | License | MIT / Apache 2.0 / GPLv3 / Unlicense | +| 0b. | Documentation | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how a user can (for example) spin up one of our EOSIO nodes and send test transactions, which will show how the new functionality works. | +| 0c. | Testing Guide | Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. | +| 0d. | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. | +| 0e. | Article | We will publish an **article**/workshop that explains [...] (what was done/achieved as part of the grant). (Content, language and medium should reflect your target audience described above.) +| 1. | Performance Enhancements | We will create performance enhancements to ... (Please list the functionality that will be implemented for the first milestone) | +| 2. | Added UI functionality | We will add UI functionality to... | +| 3. | Add 3rd Party API integration | We will add 3rd party integration to ... | + +## Future Plans + +- how you intend to use, enhance, promote and support your project in the short term, and +- the team's long-term plans and intentions in relation to it. + + +## Additional Information + +**How did you hear about the Grants Program?** EOS Network Foundation Website / Medium / Twitter / Element / Announcement by another team / personal recommendation / etc. + +- Work you have already done. +- If there are any other teams who have already contributed (financially) to the project. +- Previous grants you may have applied for. From 555b1d19f695b7bc30ceb5fb83bae25353bf6a67 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sat, 12 Nov 2022 14:49:30 -0500 Subject: [PATCH 03/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 9b9591f4..3ad214f9 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -3,7 +3,7 @@ - **Project Name:** Ted Cahall Test Project - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm -- **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 3 +- **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 - **Pomelo Grant(s):** N/A - **Project is Open-Source:** Yes - **Project was part of Token sale:** No From df2915d7a72f09490f64871d9131f7ec3586bfe8 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sat, 12 Nov 2022 15:03:33 -0500 Subject: [PATCH 04/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 3ad214f9..a00f8372 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -19,7 +19,7 @@ ### Overview -- **Name:** MARRS Rename +- **Name:** MARRS Rename Tool - **Brief Description:** Rename the CSV files for faster ingestion - **Relationship to EOSIO:** This project does not relate to EOSIO - **Reason for Interest:** Testing the Grant Framework Process and PRs From 72c526d3f6cc730ef81d97ae03d142b2832b6a09 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sun, 13 Nov 2022 15:19:19 -0500 Subject: [PATCH 05/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index a00f8372..71410dd0 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -13,7 +13,7 @@ - **Contact Name:** Ted Cahall - **Contact Email:** cahall@cahall.com -- **Website:** http://cahall.com +- **Website:** http://cahall.com/ ## Project Overview From d7b7520b2cd205559bf74590014a5dd81be077ac Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sun, 13 Nov 2022 15:23:09 -0500 Subject: [PATCH 06/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 71410dd0..52d14dab 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -19,7 +19,7 @@ ### Overview -- **Name:** MARRS Rename Tool +- **Name:** MARRS Rename Tool Plus - **Brief Description:** Rename the CSV files for faster ingestion - **Relationship to EOSIO:** This project does not relate to EOSIO - **Reason for Interest:** Testing the Grant Framework Process and PRs From cecc73f2174e22a7a3d70b3558da79b88f6033f2 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sun, 13 Nov 2022 15:27:02 -0500 Subject: [PATCH 07/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 52d14dab..71410dd0 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -19,7 +19,7 @@ ### Overview -- **Name:** MARRS Rename Tool Plus +- **Name:** MARRS Rename Tool - **Brief Description:** Rename the CSV files for faster ingestion - **Relationship to EOSIO:** This project does not relate to EOSIO - **Reason for Interest:** Testing the Grant Framework Process and PRs From aea6a180e4cfaa38cc79a43cebf5467be697e512 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sun, 13 Nov 2022 15:27:36 -0500 Subject: [PATCH 08/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 71410dd0..eba25d2c 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -19,7 +19,7 @@ ### Overview -- **Name:** MARRS Rename Tool +- **Name:** MARRS Rename Tool Minus - **Brief Description:** Rename the CSV files for faster ingestion - **Relationship to EOSIO:** This project does not relate to EOSIO - **Reason for Interest:** Testing the Grant Framework Process and PRs From f08bbf055b9cf97efcce2005e5c1bd7c197a4848 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sun, 13 Nov 2022 15:29:38 -0500 Subject: [PATCH 09/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index eba25d2c..6ce212e4 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -11,7 +11,7 @@ ## Contact -- **Contact Name:** Ted Cahall +- **Contact Name:** Ted Cahall TEST - **Contact Email:** cahall@cahall.com - **Website:** http://cahall.com/ From 07ee21458723e48eb1235bc77f87ead182b6cfdd Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sun, 13 Nov 2022 15:33:35 -0500 Subject: [PATCH 10/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 6ce212e4..71410dd0 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -11,7 +11,7 @@ ## Contact -- **Contact Name:** Ted Cahall TEST +- **Contact Name:** Ted Cahall - **Contact Email:** cahall@cahall.com - **Website:** http://cahall.com/ @@ -19,7 +19,7 @@ ### Overview -- **Name:** MARRS Rename Tool Minus +- **Name:** MARRS Rename Tool - **Brief Description:** Rename the CSV files for faster ingestion - **Relationship to EOSIO:** This project does not relate to EOSIO - **Reason for Interest:** Testing the Grant Framework Process and PRs From 7741019ac40f5c99027c70f60fa36428d2e51578 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sun, 13 Nov 2022 15:35:00 -0500 Subject: [PATCH 11/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 71410dd0..4572302c 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -19,7 +19,7 @@ ### Overview -- **Name:** MARRS Rename Tool +- **Name:** MARRS Rename Tool XXX - **Brief Description:** Rename the CSV files for faster ingestion - **Relationship to EOSIO:** This project does not relate to EOSIO - **Reason for Interest:** Testing the Grant Framework Process and PRs From 7be4f45d139ea0e2dab4e0bbb1ae77a7f1f79bdd Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sun, 13 Nov 2022 15:46:06 -0500 Subject: [PATCH 12/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 4572302c..71410dd0 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -19,7 +19,7 @@ ### Overview -- **Name:** MARRS Rename Tool XXX +- **Name:** MARRS Rename Tool - **Brief Description:** Rename the CSV files for faster ingestion - **Relationship to EOSIO:** This project does not relate to EOSIO - **Reason for Interest:** Testing the Grant Framework Process and PRs From 0aff4f5f79a4348bb9e9edffb7a86411bd2b73d5 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Sun, 13 Nov 2022 15:47:46 -0500 Subject: [PATCH 13/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 71410dd0..e428a2e9 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -19,7 +19,7 @@ ### Overview -- **Name:** MARRS Rename Tool +- **Name:** MARRS Rename Tool TEST - **Brief Description:** Rename the CSV files for faster ingestion - **Relationship to EOSIO:** This project does not relate to EOSIO - **Reason for Interest:** Testing the Grant Framework Process and PRs From 951a4edaa8353f6b8aa297e3b2de6069ea06c61d Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 14:46:37 -0500 Subject: [PATCH 14/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index e428a2e9..7847a30c 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall Test Project +- **Project Name:** Ted Cahall New Mail Test - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 3146f1260492f1241198a11a69d44d5a5af959a1 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 14:52:21 -0500 Subject: [PATCH 15/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 7847a30c..3e486d5a 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test +- **Project Name:** Ted Cahall New Mail Test 2 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 930b409b23a4c2a8bfcdcaef5c0a5c2ebdcf137a Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 15:30:12 -0500 Subject: [PATCH 16/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 3e486d5a..4e10da4e 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 2 +- **Project Name:** Ted Cahall New Mail Test 3 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From d44eb0a7fd54320ee03f4b8bafe01a163f6fb3fd Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 17:16:13 -0500 Subject: [PATCH 17/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 4e10da4e..66e20646 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 3 +- **Project Name:** Ted Cahall New Mail Test 4 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 54e2c9c74680541c560dcc83ca1914b795fc9096 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:08:17 -0500 Subject: [PATCH 18/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 66e20646..a748ae5b 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 4 +- **Project Name:** Ted Cahall New Mail Test 5 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From a5d994665e316cd36c644bc5e4aa40baa7c92953 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:10:08 -0500 Subject: [PATCH 19/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index a748ae5b..9c76cf31 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 5 +- **Project Name:** Ted Cahall New Mail Test 6 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 3dfcd53444eab049a4d01dff2136415e4267c54e Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:11:49 -0500 Subject: [PATCH 20/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 9c76cf31..b213a2c9 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 6 +- **Project Name:** Ted Cahall New Mail Test 7 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 9b03f78819a782ea03718a939d5cdc55aa585366 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:13:48 -0500 Subject: [PATCH 21/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index b213a2c9..8616b1be 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 7 +- **Project Name:** Ted Cahall New Mail Test 8 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 87729298edb47f20bcd4e5cbf16c90f60431d536 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:20:09 -0500 Subject: [PATCH 22/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 8616b1be..9da63cb3 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 8 +- **Project Name:** Ted Cahall New Mail Test 9 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 9d45bfd18bf624e1bf09f16510b28fb5412b40ea Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:22:04 -0500 Subject: [PATCH 23/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 9da63cb3..f44c8091 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 9 +- **Project Name:** Ted Cahall New Mail Test 10 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 4839b3d79f9e90185af4baae13ef20c15c136ec4 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:30:23 -0500 Subject: [PATCH 24/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index f44c8091..a161fe3f 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 10 +- **Project Name:** Ted Cahall New Mail Test 11 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From b0c872a70ff3578b016e786cdf38f8f262cfd9d3 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:41:59 -0500 Subject: [PATCH 25/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index a161fe3f..f513c194 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 11 +- **Project Name:** Ted Cahall New Mail Test 12 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 7328e515aab3b973bd9b509f093b7d679a4a99a1 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:48:45 -0500 Subject: [PATCH 26/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index f513c194..76786b18 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 12 +- **Project Name:** Ted Cahall New Mail Test 13 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From da76c7992fbd5d429d33afc50b625b34f826e47f Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:51:11 -0500 Subject: [PATCH 27/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 76786b18..843b3bde 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 13 +- **Project Name:** Ted Cahall New Mail Test 14 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 736aba9e3f67e2a0cf07faf1695c6cabfb5e296c Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:54:40 -0500 Subject: [PATCH 28/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 843b3bde..f35a45bc 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 14 +- **Project Name:** Ted Cahall New Mail Test 15 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 635b40a4fdc158f707bde2f0f4fb4756df133a78 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:56:10 -0500 Subject: [PATCH 29/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index f35a45bc..108f2932 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 15 +- **Project Name:** Ted Cahall New Mail Test 16 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From f96c95f4ff5e52dfd1a73fb911c6fb73d6f70617 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 18:59:09 -0500 Subject: [PATCH 30/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 108f2932..e9efd3b6 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 16 +- **Project Name:** Ted Cahall New Mail Test 17 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 96873b5c00da279961ad9dece7c998dc70084d63 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 20:09:40 -0500 Subject: [PATCH 31/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index e9efd3b6..c326631b 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 17 +- **Project Name:** Ted Cahall New Mail Test 18 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From aa0324535479c9b1069245c476892d2ba8e6845e Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 20:10:55 -0500 Subject: [PATCH 32/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index c326631b..59df9e08 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 18 +- **Project Name:** Ted Cahall New Mail Test 19 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From c1145dce5ba3a4b5f4fa702ff2a309b8b9dec5db Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 20:14:23 -0500 Subject: [PATCH 33/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 59df9e08..ae0a72a4 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 19 +- **Project Name:** Ted Cahall New Mail Test 20 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 27309f16ae968173889c59bf66ae0936c1833601 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 20:16:45 -0500 Subject: [PATCH 34/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index ae0a72a4..99e719ee 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 20 +- **Project Name:** Ted Cahall New Mail Test 21 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 8507f3f30c63d59199c06b1765de55891026b23e Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 20:17:37 -0500 Subject: [PATCH 35/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 99e719ee..e65dfd53 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 21 +- **Project Name:** Ted Cahall New Mail Test 22 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 78e8de44f8dd4b82d5dcb786c91f6b929a3fc646 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 20:22:01 -0500 Subject: [PATCH 36/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index e65dfd53..f8f1e856 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 22 +- **Project Name:** Ted Cahall New Mail Test 23 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 168603eefbc7d37a117eb5753651bfd16f146cd3 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 20:23:58 -0500 Subject: [PATCH 37/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index f8f1e856..e5ca48c9 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 23 +- **Project Name:** Ted Cahall New Mail Test 24 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 67782e91cba028a34d163dcb5f2d73c24fcf72b8 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 14 Nov 2022 21:23:54 -0500 Subject: [PATCH 38/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index e5ca48c9..c498e442 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 24 +- **Project Name:** Ted Cahall New Mail Test 25 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 330846a37c424a77579126a8d7ab74f09a0931be Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Wed, 16 Nov 2022 08:09:20 -0500 Subject: [PATCH 39/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index c498e442..17f9894b 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 25 +- **Project Name:** Ted Cahall New Mail Test 26 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From a409e9a3b44caa12426cadc0555c79f038d550fd Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Wed, 16 Nov 2022 09:38:17 -0500 Subject: [PATCH 40/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 17f9894b..264806cc 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 26 +- **Project Name:** Ted Cahall New Mail Test 27 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 181badbcb266a8cf6dc450315ef92067f876fcae Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Thu, 18 May 2023 18:46:03 -0400 Subject: [PATCH 41/47] Update ted-cahall-testfile.md Testing the PR workflow --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 264806cc..f6b1eeda 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 27 +- **Project Name:** Ted Cahall New Mail Test 28 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 9190d7500450b3928ad17b93ad91d85fbb7ef0d7 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Thu, 18 May 2023 18:50:51 -0400 Subject: [PATCH 42/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index f6b1eeda..3f44190e 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 28 +- **Project Name:** Ted Cahall New Mail Test 29 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 866c41f7a5e3948713d054b897db5e1b8d15c0fe Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Thu, 18 May 2023 18:53:16 -0400 Subject: [PATCH 43/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 3f44190e..dcbaa2d5 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 29 +- **Project Name:** Ted Cahall New Mail Test 30 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From ea559a3c9ee4267fcc2ac423000f7228277828e0 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Thu, 18 May 2023 20:40:41 -0400 Subject: [PATCH 44/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index dcbaa2d5..48a7727a 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 30 +- **Project Name:** Ted Cahall New Mail Test 31 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 6f390f494b1955f1cd0a88384e8c82d7ff29fc0c Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Fri, 19 May 2023 16:29:19 -0400 Subject: [PATCH 45/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 48a7727a..708d636a 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 31 +- **Project Name:** Ted Cahall New Mail Test 32 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 28f54756b22268adf63f8ed8f5c55523c059da34 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Fri, 19 May 2023 16:31:57 -0400 Subject: [PATCH 46/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 708d636a..596aecbc 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 32 +- **Project Name:** Ted Cahall New Mail Test 33 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2 From 0f1536dbf1f0115ea4d850f06ada1758850fe396 Mon Sep 17 00:00:00 2001 From: Ted Cahall Date: Mon, 22 May 2023 11:37:36 -0400 Subject: [PATCH 47/47] Update ted-cahall-testfile.md --- applications/ted-cahall-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ted-cahall-testfile.md b/applications/ted-cahall-testfile.md index 596aecbc..af3fd43e 100644 --- a/applications/ted-cahall-testfile.md +++ b/applications/ted-cahall-testfile.md @@ -1,6 +1,6 @@ # EOS Network Foundation Grant Proposal -- **Project Name:** Ted Cahall New Mail Test 33 +- **Project Name:** Ted Cahall New Mail Test 34 - **Team Name:** Cahall Labs, Inc. - **EOS Payment Address:** tedcahall.gm - **[Level](https://github.com/eosnetworkfoundation/grant-framework#grant-levels):** 2