Skip to content

Commit

Permalink
Cleanup: fix typo in README + SECURITY file extension (#1)
Browse files Browse the repository at this point in the history
### Summary 

Two small cleanups:
- A poorly-formatted anchor tag in the README
- Inconsistent markdown file extensions
  • Loading branch information
ams9198 authored Nov 14, 2024
1 parent ef5d8d7 commit 8ea098b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This reference implementation is based on [this implementation](https://gist.git

This repository contains tooling to evaluate the [fast confirmation rule for Ethereum](https://arxiv.org/pdf/2405.00549). It implements the rule in Python, and contains scripts for gathering live network data and applying the rule to the collected data, under a variety of byzantine thresholds and configurations. The scripts also bubbles up certain interesting scenarios, like if the a confirmed block is ever reorged.

Data is collected through the Ethereum Beacon Client APIs[Ethereum beacon api](https://ethereum.github.io/beacon-APIs/).
Data is collected through the [Ethereum Beacon Client APIs](https://ethereum.github.io/beacon-APIs/).

## File structure

Expand Down
3 changes: 2 additions & 1 deletion SECURITY.MD → SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Security Policy

This sample app is provided as is, with no guarantees, to be used at your own risk as described in the Apache 2.0 license.
This sample app is provided as is, with no guarantees, to be used at your own risk as described in the Apache 2.0 license.

0 comments on commit 8ea098b

Please sign in to comment.