Skip to content

Commit

Permalink
Update of W3C to quantum-sopek (#1)
Browse files Browse the repository at this point in the history
* Tux0 Amendment (w3f#2137)

Co-authored-by: Gorzorg <[email protected]>

* chore: request timeline extension (w3f#2143)

* Cancel CILA-omnichain-infrastructure.md (w3f#2140)

* Update index.md

wasm-opt for Rust maintenance completed

* Update index.md (w3f#2146)

* Update timeline for delightfuldot (w3f#2147)

* Update index.md (w3f#2149)

* Add details to requirements (w3f#2148)

Co-authored-by: Keegan | W3F <[email protected]>
Co-authored-by: David Hawig <[email protected]>

* Update check_application_document.yml

Add token to labeler

* Update check_application_document.yml

Fix labeler

* Update check_application_document.yml

Fix labeler permissions

* Update index.md (w3f#2158)

* Update index.md (w3f#2157)

* Update index.md (w3f#2160)

* pocs-proposal (w3f#2066)

Co-authored-by: Keegan | W3F <[email protected]>

* Update index.md

Add PoCS

* Update PoCS.md

Fix HTML

* Updating Me Protocol Payment Details (w3f#2162)

* Update SpellRouter-proposal.md (w3f#2163)

* Update index.md

fix name

* DecentralML   (w3f#2164)

* initial commit

* re-trigger commit

* in-depth implementation research updates

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* comment response adjustments

* fix 2x4 :)

* Added "Robust Incentivisation Scheme"

* Added specifics on the role assignments

* clarification simplified to address feedback

* recommit for license agreement

* removed "participant" word from "Robust  scheme"

* add e-2-e example

* Add Mathias

* add Mathias Ciliberto to team

* creating a new PR

* recommit change entity. Changes are not being accepted on 1818 pull adviced to recommit see comments on PR 1818

* update the legal entity

* Delete applications/decentralv2_ml.md

---------

Co-authored-by: S E R A Y A <[email protected]>

* update payment address (w3f#2166)

* initial commit

* re-trigger commit

* in-depth implementation research updates

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* Update applications/decentral_ml.md

Co-authored-by: S E R A Y A <[email protected]>

* comment response adjustments

* fix 2x4 :)

* Added "Robust Incentivisation Scheme"

* Added specifics on the role assignments

* clarification simplified to address feedback

* recommit for license agreement

* removed "participant" word from "Robust  scheme"

* add e-2-e example

* Add Mathias

* add Mathias Ciliberto to team

* creating a new PR

* recommit change entity. Changes are not being accepted on 1818 pull adviced to recommit see comments on PR 1818

* update the legal entity

* Delete applications/decentralv2_ml.md

* update payment method

* fix format for payment address

---------

Co-authored-by: S E R A Y A <[email protected]>
Co-authored-by: Sebastian Müller <[email protected]>

* Update LiisaPortfolioTracker payment method.md (w3f#2169)

changed eth wallet adress to fiat

* Amendment for Deitos Network License. (w3f#2171)

Co-authored-by: S E R A Y A <[email protected]>
Co-authored-by: rvalera <[email protected]>
Co-authored-by: Hector Bulgarini <[email protected]>

* Update index.md

add subsmt

* Update ISO-8583-implementation.md (w3f#2177)

* Update index.md

Hyperdot completed

* Update team.md

Add Piet to team

---------

Co-authored-by: Matteo Muraca <[email protected]>
Co-authored-by: Gorzorg <[email protected]>
Co-authored-by: William Freudenberger <[email protected]>
Co-authored-by: Keegan | W3F <[email protected]>
Co-authored-by: Sebastian Müller <[email protected]>
Co-authored-by: Thang X. Vu <[email protected]>
Co-authored-by: David Hawig <[email protected]>
Co-authored-by: Purva-Chaudhari <[email protected]>
Co-authored-by: OAMEN PAUL <[email protected]>
Co-authored-by: Dusan Morhac <[email protected]>
Co-authored-by: Ashley Turing <[email protected]>
Co-authored-by: S E R A Y A <[email protected]>
Co-authored-by: Liisa <[email protected]>
Co-authored-by: Ernih <[email protected]>
Co-authored-by: rvalera <[email protected]>
Co-authored-by: Hector Bulgarini <[email protected]>
  • Loading branch information
17 people authored Jan 16, 2024
1 parent 8f2722f commit a21ea2f
Show file tree
Hide file tree
Showing 16 changed files with 302 additions and 42 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/check_application_document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,27 @@ jobs:
filter: 'applications/*.md'
format: 'csv'

parse_document:
add_label:
needs: get_filename
if: needs.get_filename.outputs.filename
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: add admin-review label
uses: actions-ecosystem/action-add-labels@v1
with:
labels: admin-review
github_token: ${{ secrets.GITHUB_TOKEN }}

parse_document:
needs: get_filename
if: needs.get_filename.outputs.filename
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Parse application file
Expand Down
1 change: 1 addition & 0 deletions applications/CILA-omnichain-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- **Team Name:** Collective Intelligence Labs
- **Payment Address:** bc1qff0kjc6pyjkneyt3pctm5nahjpd9f774avz55x (BTC)
- **Level:** 2
- **Status:** [Terminated](https://github.com/w3f/Grants-Program/pull/1679#issuecomment-1823419675)

## Project Overview :page_facing_up:

Expand Down
4 changes: 2 additions & 2 deletions applications/Deitos_Network.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Elements related to data consumption or querying, as well as the inclusion of ot

| Number | Deliverable | Specification |
| -----: | ----------- | ------------- |
| **0a.** | License | The project will utilize the Apache 2.0 license. |
| **0a.** | License | The project will utilize the GNU General Public License v3 (GPLv3) license. |
| **0b.** | Documentation | All the functionalities developed in this milestone will contain the corresponding inline code documentation. In addition, all the configuration for the services included in the Infrastructure Provider will be documented. |
| **0c.** | Testing and Testing Guide | 1) All the different pallets and functionalities will contain their own unit testing contained in the `test.rs` files including the inline documentation for each test purpose. 2) Comprehensive testing guide for interacting with all the functionalities from the `pallet-deitos`. 3) User guide to start the Docker file provided in the delivery item **0d.**|
| **0d.** | Docker file | 1) Provision of a Docker file encapsulating all essential services. 2) Streamlined deployment of services: Hadoop, Spark, Hive, YARN, Llama v2, and the substrate node. 3) A docker-compose file to simplify onboarding and integration for providers. |
Expand All @@ -272,7 +272,7 @@ Elements related to data consumption or querying, as well as the inclusion of ot

| Number | Deliverable | Specification |
| -----: | ----------- | ------------- |
| **0a.** | License | The project will utilize the Apache 2.0 license. |
| **0a.** | License | The project will utilize the GNU General Public License v3 (GPLv3) license. |
| **0b.** | Documentation | Building upon the documentation provided in the first milestone, this milestone will introduce a new set of user guidelines. As the grant approaches its conclusion and all implementation details are settled, we will provide thorough protocol documentation. |
| **0c.** | Testing and Testing Guide | 1) All the different pallets and functionalities will contain their own unit testing contained in the `test.rs` files including the inline documentation for each test purpose. 2) This milestone will deliver the necessary tools to establish a local testing environment, allowing for comprehensive testing of all functionalities. |
| **0d.** | Docker | As we plan to deliver the software to infrastructures providers (IP) in docker images, all the protocol services will be configured and delivered in the IP Docker image. |
Expand Down
1 change: 1 addition & 0 deletions applications/ISO-8583-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- **Team Name:** Dastanbek Samatov
- **Payment Address:** 0xc42D0562BB4e53f5e9D888df35e1B91eA0f19cC3 (USDC)
- **[Level](https://github.com/w3f/Grants-Program/tree/master#level_slider-levels):** 2
- **Status:** [Terminated](https://github.com/w3f/Grants-Program/pull/1809#issuecomment-1866632852)

This application is in response to the [ISO-8583 RFP](https://github.com/w3f/Grants-Program/blob/master/docs/RFPs/ISO_8583.md).

Expand Down
2 changes: 1 addition & 1 deletion applications/LiisaPortfolioTracker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Polkadot NFT Portfolio Tracker by Liisa - MVP

- **Team Name:** Liisa
- **Payment Address:** 0x096a685Bfd75c3998CFC4c70177e17ee6b582B0A
- **Payment Address:** Fiat 04.01.2024, 11:55 PM GMT
- **[Level](https://github.com/w3f/Grants-Program/tree/master#level_slider-levels):** 2


Expand Down
2 changes: 1 addition & 1 deletion applications/MeProtocol.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Me Protocol

- **Team Name:** My AI
- **Payment Address:** Ethereum: 0xA2db450Da91c1ab0bF3e247F0413541568bDdDaa (USDC)
- **Payment Address:** POLKADOT: 14K4XzpMBxGp8NiCKMWAwzjFMLcAKjakXooqHtVEC6WoaeTq (DOT)
- **Level:** 2


Expand Down
Loading

0 comments on commit a21ea2f

Please sign in to comment.