Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @naterarmstrong as a codeowner for cryptography #31

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
# Default owners for everything:
* @Asamartino

# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

/content/cryptography/ @naterarmstrong
2 changes: 1 addition & 1 deletion content/blockchain-contracts/finality/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Kenny and Cartman propose Casa Bonita.

In the end Kenny may not agree that Whistlin' Willie's is the best option for dinner, but he will agree that it is the legitimate group decision.

Image source: <https://southparkstudios.mtvnimages.com/images/shows/south-park/clip-thumbnails/season-14/1402/south-park-s14e02c03-ill-show-them-f-obscene-16x9.jpg>
Image source: South park season 14 episode 2

---v

Expand Down
2 changes: 1 addition & 1 deletion content/blockchain-contracts/unstoppable-apps/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ We want the most robust system possible, given the _environment and context_ the

More relevant trilemma:

- [Scalability](https://vitalik.ca/general/2021/04/07/sharding.html#the-scalability-trilemma)
- [Scalability](https://vitalik.eth.limo/general/2021/04/07/sharding.html#the-scalability-trilemma)
- [Zooko's Triangle](https://en.wikipedia.org/wiki/Zooko's_triangle) (Network IDs)
- More likely!

Expand Down
4 changes: 2 additions & 2 deletions content/polkadot/scaling-heterogeneous/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Notes:

Notes:

https://www.starknet.io/en/posts/developers/rollup-validium-volition-where-is-your-data-stored
<https://www.starknet.io/en/posts/developers/rollup-validium-volition-where-is-your-data-stored>

---

Expand All @@ -73,7 +73,7 @@ https://www.starknet.io/en/posts/developers/rollup-validium-volition-where-is-yo
Notes:

- <https://celestia.org/learn/sovereign-rollups/an-introduction/>
- <https://rollkit.dev/blog/sovereign-rollups-on-bitcoin-with-rollkit>
- <https://rollkit.dev/blog/sovereign-rollups-on-bitcoin>

---

Expand Down
4 changes: 2 additions & 2 deletions content/polkadot/scaling-homogeneous/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Notes:

Notes:

- <https://vitalik.ca/general/2021/04/07/sharding.html>
- <https://vitalik.eth.limo/general/2021/04/07/sharding.html>

---

Expand Down Expand Up @@ -197,7 +197,7 @@ Notes:

Notes:

- <https://vitalik.ca/general/2021/01/05/rollup.html>
- <https://vitalik.eth.limo/general/2021/01/05/rollup.html>
- <https://www.jeffcoleman.ca/state-channels/>
- <https://lightning.network/lightning-network-paper.pdf>

Expand Down
2 changes: 1 addition & 1 deletion content/substrate/storage/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ Meaning, if another client wants to sync polkadot, it should know the details of

Notes:

- Shawn's deep dive: <https://www.shawntabrizi.com/substrate/substrate-storage-deep-dive/>
- Shawn's deep dive: <https://www.shawntabrizi.com/blog/substrate/substrate-storage-deep-dive/>

- Basti's talk on Trie caching: <https://www.youtube.com/watch?v=OoMPlJKUULY>

Expand Down