Skip to content

Commit f95ce33

Browse files
committed
Run format
1 parent 7949baf commit f95ce33

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

resources/tob_blogposts.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ Research in the distributed systems area
2222
| 2019/10/25 | [Formal Analysis of the CBC Casper Consensus Algorithm with TLA+](https://blog.trailofbits.com/2019/10/25/formal-analysis-of-the-cbc-casper-consensus-algorithm-with-tla/) | Verification of finality of the Correct By Construction (CBC) PoS consensus protocol |
2323
| 2019/07/12 | [On LibraBFT’s use of broadcasts](https://blog.trailofbits.com/2019/07/12/librabft/) | Liveness of LibraBFT and HotStuff algorithms |
2424
| 2019/07/02 | [State of the Art Proof-of-Work: RandomX](https://blog.trailofbits.com/2019/07/02/state/) | Summary of our audit of ASIC and GPU-resistant PoW algorithm |
25-
| 2018/10/12 | [Introduction to Verifiable Delay Functions (VDFs)](https://blog.trailofbits.com/2018/10/12/introduction-to-verifiable-delay-functions-vdfs/) | Basics of VDFs - a class of hard to compute, not parallelizable, but easily verifiable functions |
25+
| 2018/10/12 | [Introduction to Verifiable Delay Functions (VDFs)](https://blog.trailofbits.com/2018/10/12/introduction-to-verifiable-delay-functions-vdfs/) | Basics of VDFs - a class of hard to compute, not parallelizable, but easily verifiable functions |
2626

2727
## Fuzzing Compilers
2828

2929
Our work on the topic of fuzzing the `solc` compiler
3030

31-
| Date | Title | Description |
32-
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
31+
| Date | Title | Description |
32+
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
3333
| 2021/03/23 | [A Year in the Life of a Compiler Fuzzing Campaign](https://blog.trailofbits.com/2021/03/23/a-year-in-the-life-of-a-compiler-fuzzing-campaign/) | Results and features of fuzzing solc |
34-
| 2020/06/05 | [Breaking the Solidity Compiler with a Fuzzer](https://blog.trailofbits.com/2020/06/05/breaking-the-solidity-compiler-with-a-fuzzer/) | Our approach to fuzzing solc |
34+
| 2020/06/05 | [Breaking the Solidity Compiler with a Fuzzer](https://blog.trailofbits.com/2020/06/05/breaking-the-solidity-compiler-with-a-fuzzer/) | Our approach to fuzzing solc |
3535

3636
## General
3737

3838
Security research, analyses, announcements, and write-ups
3939

40-
| Date | Title | Description |
41-
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
42-
| 2022/10/12 | [Porting the Solana eBPF JIT compiler to ARM64](https://blog.trailofbits.com/2022/10/12/solana-jit-compiler-ebpf-arm64/) | A low-level write-up of the work done to make the Solana compiler work on ARM64 |
43-
| 2022/06/24 | [Managing risk in blockchain deployments](https://blog.trailofbits.com/2022/06/24/managing-risk-in-blockchain-deployments/) | A summary of the "Do You Really Need a Blockchain? An Operational Risk Assessment" report |
44-
| 2022/06/21 | [Are blockchains decentralized?](https://blog.trailofbits.com/2022/06/21/are-blockchains-decentralized/) | A summary of the "Are Blockchains Decentralized? Unintended Centralities in Distributed Ledgers" report |
40+
| Date | Title | Description |
41+
| ---------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
42+
| 2022/10/12 | [Porting the Solana eBPF JIT compiler to ARM64](https://blog.trailofbits.com/2022/10/12/solana-jit-compiler-ebpf-arm64/) | A low-level write-up of the work done to make the Solana compiler work on ARM64 |
43+
| 2022/06/24 | [Managing risk in blockchain deployments](https://blog.trailofbits.com/2022/06/24/managing-risk-in-blockchain-deployments/) | A summary of the "Do You Really Need a Blockchain? An Operational Risk Assessment" report |
44+
| 2022/06/21 | [Are blockchains decentralized?](https://blog.trailofbits.com/2022/06/21/are-blockchains-decentralized/) | A summary of the "Are Blockchains Decentralized? Unintended Centralities in Distributed Ledgers" report |

0 commit comments

Comments
 (0)