Skip to content

Commit 8e7fb08

Browse files
authored
Merge branch 'master' into master
2 parents 06ceaee + 54bfc90 commit 8e7fb08

File tree

4 files changed

+20
-24
lines changed

4 files changed

+20
-24
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ defaults:
1414

1515
env:
1616
RUSTFLAGS: --deny warnings
17-
LANGUAGES: de fr es pt ru zh ja ko fil ar hi it nl
1817

1918
jobs:
2019
docs:
@@ -50,6 +49,8 @@ jobs:
5049
run: mdbook build docs -d build
5150

5251
- name: Build all translations for docs
52+
env:
53+
LANGUAGES: de fr es pt ru zh ja ko fil ar hi it nl
5354
run: |
5455
for lang in ${{ env.LANGUAGES }}; do
5556
echo "::group::Building $lang translation"

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
`ord`
2-
=====
1+
<h1 align=center><code>ord</code></h1>
2+
3+
<div align=center>
4+
<a href=https://crates.io/crates/ord>
5+
<img src=https://img.shields.io/crates/v/ord.svg alt="crates.io version">
6+
</a>
7+
<a href=https://github.com/ordinals/ord/actions/workflows/ci.yaml>
8+
<img src=https://github.com/ordinals/ord/actions/workflows/ci.yaml/badge.svg alt="build status">
9+
</a>
10+
<a href=https://github.com/ordinals/ord/releases>
11+
<img src=https://img.shields.io/github/downloads/ordinals/ord/total.svg alt=downloads>
12+
</a>
13+
<a href=https://discord.gg/ordinals>
14+
<img src=https://img.shields.io/discord/987504378242007100?logo=discord alt="chat on discord">
15+
</a>
16+
</div>
17+
<br>
318

419
`ord` is an index, block explorer, and command-line wallet. It is experimental
520
software with no warranty. See [LICENSE](LICENSE) for more details.

crates/audit-content-security-policy/src/main.rs

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
use {colored::Colorize, reqwest::blocking::get, std::process};
22

33
const SERVERS: &[(&str, &str, &str)] = &[
4-
(
5-
"regtest.ordinals.net",
6-
"/content/41bf99a297ca79d181160a91fc0efc8a71170ee24b87783c9c11b0fcbe23615fi0",
7-
"https://regtest.ordinals.com/content/",
8-
),
9-
(
10-
"regtest.ordinals.com",
11-
"/content/41bf99a297ca79d181160a91fc0efc8a71170ee24b87783c9c11b0fcbe23615fi0",
12-
"https://regtest.ordinals.com/content/",
13-
),
144
(
155
"signet.ordinals.net",
166
"/content/7e1bc3b56b872aaf4d1aaf1565fac72182313c9142b207f9398afe263e234135i0",
@@ -21,16 +11,6 @@ const SERVERS: &[(&str, &str, &str)] = &[
2111
"/content/7e1bc3b56b872aaf4d1aaf1565fac72182313c9142b207f9398afe263e234135i0",
2212
"https://signet.ordinals.com/content/",
2313
),
24-
(
25-
"testnet.ordinals.net",
26-
"/content/0a1b4e4acf89686e4d012561014041bffd57a62254486f24cb5b0a216c04f102i0",
27-
"https://testnet.ordinals.com/content/",
28-
),
29-
(
30-
"testnet.ordinals.com",
31-
"/content/0a1b4e4acf89686e4d012561014041bffd57a62254486f24cb5b0a216c04f102i0",
32-
"https://testnet.ordinals.com/content/",
33-
),
3414
(
3515
"alpha.ordinals.net",
3616
"/content/6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0",

docs/src/bounty/3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ part 0.
4949

5050
### Part 1
5151

52-
*Popularity is the font of value.*
52+
*Popularity is the fount of value.*
5353

5454
The transaction that submits the UTXO containing the sat whose name appears
5555
with the highest number of occurrences in `frequency.tsv` shall be the winner

0 commit comments

Comments
 (0)