-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/efdevcon/monorepo into dev
- Loading branch information
Showing
1,058 changed files
with
497,115 additions
and
1,221 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Pretalx Sync | ||
|
||
on: | ||
schedule: | ||
- cron: "0 1 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
defaults: | ||
run: | ||
working-directory: ./devcon-api | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: "20" | ||
- run: yarn install | ||
env: | ||
DB_CONNECTION_STRING: ${{ secrets.DB_CONNECTION_STRING }} | ||
- run: yarn sync:pretalx | ||
env: | ||
PRETALX_API_KEY: ${{ secrets.PRETALX_API_KEY }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GOOGLE_CLIENT_EMAIL: ${{ secrets.GOOGLE_CLIENT_EMAIL }} | ||
GOOGLE_PRIVATE_KEY: ${{ secrets.GOOGLE_PRIVATE_KEY }} | ||
- uses: EndBug/add-and-commit@v9 | ||
with: | ||
add: "devcon-api/data" | ||
default_author: github_actions | ||
message: "[action] Pretalx Sync" |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "cls", | ||
"name": "CLS", | ||
"description": "Classroom for Community-Led-Sessions", | ||
"info": "", | ||
"capacity": 300 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "keynote", | ||
"name": "Keynote", | ||
"description": "", | ||
"info": "", | ||
"capacity": 2944 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "lightning-room", | ||
"name": "Lightning Room", | ||
"description": "", | ||
"info": "", | ||
"capacity": 250 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "mainstage-masks", | ||
"name": "MAINSTAGE / Masks", | ||
"description": "", | ||
"info": "", | ||
"capacity": 900 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "room-102-level-1", | ||
"name": "Room 102 Level 1", | ||
"description": "", | ||
"info": "", | ||
"capacity": 100 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "room-mr-208cd-level-2", | ||
"name": "Room MR 208CD (Level 2)", | ||
"description": "", | ||
"info": "", | ||
"capacity": 100 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "stage-1-fans", | ||
"name": "STAGE 1 / Fans", | ||
"description": "", | ||
"info": "", | ||
"capacity": 450 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "stage-2-lantern", | ||
"name": "STAGE 2 / Lantern", | ||
"description": "", | ||
"info": "", | ||
"capacity": 300 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "stage-3-fabrics", | ||
"name": "STAGE 3 / Fabrics", | ||
"description": "", | ||
"info": "", | ||
"capacity": 300 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "stage-4-hats", | ||
"name": "STAGE 4 / Hats", | ||
"description": "", | ||
"info": "", | ||
"capacity": 400 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "stage-5-kites", | ||
"name": "STAGE 5 / Kites", | ||
"description": "", | ||
"info": "", | ||
"capacity": 450 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "workshop-a", | ||
"name": "WORKSHOP A", | ||
"description": "", | ||
"info": "", | ||
"capacity": 172 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "workshop-b", | ||
"name": "WORKSHOP B", | ||
"description": "", | ||
"info": "", | ||
"capacity": 172 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "workshop-c", | ||
"name": "WORKSHOP C", | ||
"description": "", | ||
"info": "", | ||
"capacity": 150 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "workshop-d", | ||
"name": "WORKSHOP D", | ||
"description": "", | ||
"info": "", | ||
"capacity": 150 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": "workshop-e", | ||
"name": "WORKSHOP E", | ||
"description": "Classroom (Round Tables)", | ||
"info": "", | ||
"capacity": 150 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"id": "0xparc-panel", | ||
"sourceId": "PPJHYQ", | ||
"title": "0xPARC panel", | ||
"description": "TBD", | ||
"track": "Real World Ethereum", | ||
"type": "Panel", | ||
"expertise": "Beginner", | ||
"audience": "Engineering", | ||
"featured": false, | ||
"doNotRecord": false, | ||
"keywords": [ | ||
"Programmable Cryptography", | ||
"Panel", | ||
"0xPARC" | ||
], | ||
"tags": [], | ||
"language": "en", | ||
"speakers": [ | ||
"0xparc" | ||
], | ||
"eventId": "devcon-7" | ||
} |
26 changes: 26 additions & 0 deletions
26
devcon-api/data/sessions/devcon-7/a-capability-maturity-model-for-hardened-commons.json
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"id": "a-capability-maturity-model-for-hardened-commons", | ||
"sourceId": "BMTVJK", | ||
"title": "A Capability Maturity Model for Hardened Commons", | ||
"description": "A hands-on workshop for community focused organizers and leaders interested in strengthening the capture and censorship resistance of their commons. \r\n\r\nThis session will explore different capability maturity levels for how Ethereum can best be used for groups to coordinate outside of traditional institutional structures. \r\n\r\nExpect hands-on exercises mapping to each level, centered around world-building and stress-testing ideals against reality. No previous knowledge or skills is expected.", | ||
"track": "Coordination", | ||
"type": "Workshop", | ||
"expertise": "Beginner", | ||
"audience": "Community", | ||
"featured": false, | ||
"doNotRecord": false, | ||
"keywords": [ | ||
"Impact", | ||
"Commons", | ||
"Adoption" | ||
], | ||
"tags": [ | ||
"adoption" | ||
], | ||
"language": "en", | ||
"speakers": [ | ||
"venkatesh-rao", | ||
"tim-beiko" | ||
], | ||
"eventId": "devcon-7" | ||
} |
31 changes: 31 additions & 0 deletions
31
...a/sessions/devcon-7/a-cat-and-mouse-game-how-to-frontrun-a-transaction-in-the-future.json
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"id": "a-cat-and-mouse-game-how-to-frontrun-a-transaction-in-the-future", | ||
"sourceId": "MMQNCA", | ||
"title": "A cat-and-mouse game: how to frontrun a transaction in the future?", | ||
"description": "This talk will describe the attack-defense game in the MEV world. First it will briefly discuss MEV transactions and how it can protect projects from hackers. Then it will delve into attack-defense games between MEV bots. Finally it will discuss our latest observations and direction in this cat-and-mouse game.", | ||
"track": "Security", | ||
"type": "Lightning Talk", | ||
"expertise": "Intermediate", | ||
"audience": "Engineering", | ||
"featured": false, | ||
"doNotRecord": false, | ||
"keywords": [ | ||
"Program", | ||
"analysis" | ||
], | ||
"tags": [ | ||
"Security", | ||
"Fuzzing", | ||
"MEV", | ||
"program", | ||
"analysis", | ||
"Fuzzing", | ||
"MEV", | ||
"Security" | ||
], | ||
"language": "en", | ||
"speakers": [ | ||
"qi-su" | ||
], | ||
"eventId": "devcon-7" | ||
} |
32 changes: 32 additions & 0 deletions
32
...n-api/data/sessions/devcon-7/a-confirmation-rule-for-the-ethereum-consensus-protocol.json
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"id": "a-confirmation-rule-for-the-ethereum-consensus-protocol", | ||
"sourceId": "F7RFTH", | ||
"title": "A Confirmation Rule for the Ethereum Consensus Protocol", | ||
"description": "In this talk, we present an algorithm that, assuming good network conditions, reliably determines in less than a minute whether a proposed block will always be part of the canonical chain.\r\nThis represents a considerable speedup compared to waiting for the full security guarantees provided by block finalization, which takes 13 minutes in the best-case scenario.\r\nAlso, as we will explain, this is algorithm is a far better metric than using chain depth like some services still do.", | ||
"track": "Core Protocol", | ||
"type": "Talk", | ||
"expertise": "Intermediate", | ||
"audience": "Developper", | ||
"featured": false, | ||
"doNotRecord": false, | ||
"keywords": [ | ||
"Confirmation", | ||
"rule" | ||
], | ||
"tags": [ | ||
"Layer 1", | ||
"Consensus", | ||
"User Experience", | ||
"confirmation", | ||
"rule", | ||
"Consensus", | ||
"Layer 1", | ||
"User Experience" | ||
], | ||
"language": "en", | ||
"speakers": [ | ||
"roberto-saltini", | ||
"luca-zanolini" | ||
], | ||
"eventId": "devcon-7" | ||
} |
Oops, something went wrong.