Skip to content

Commit

Permalink
Improvements (ordinals#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Aug 16, 2022
1 parent ffe9eae commit 27fd1a5
Show file tree
Hide file tree
Showing 25 changed files with 1,107 additions and 556 deletions.
142 changes: 115 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ axum = "0.5.6"
axum-server = "0.4.0"
bitcoin = "0.28.1"
bitcoincore-rpc = "0.15.0"
boilerplate = { version = "0.0.2", features = ["axum"] }
chrono = "0.4.19"
clap = { version = "3.1.0", features = ["derive"] }
ctrlc = "3.2.1"
Expand All @@ -21,10 +22,9 @@ dirs = "4.0.0"
env_logger = "0.9.0"
futures = "0.3.21"
http = "0.2.6"
lazy_static = "1.4.0"
log = "0.4.14"
rayon = "1.5.1"
redb = "0.5.0"
redb = { version = "0.5.0", git = "https://github.com/cberner/redb", branch = "master" }
rustls-acme = "0.3.0"
serde = { version = "1.0.137", features = ["derive"] }
serde_cbor = "0.11.2"
Expand All @@ -46,6 +46,7 @@ executable-path = "1.0.0"
hex = "0.4.3"
log = "0.4.14"
nix = "0.24.1"
pretty_assertions = "1.2.1"
regex = "1.6.0"
reqwest = { version = "0.11.10", features = ["blocking"] }
tempfile = "3.2.0"
Expand Down
1 change: 1 addition & 0 deletions deploy/ord.service
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ExecStart=/usr/local/bin/ord \
--cookie-file /var/lib/bitcoind/signet/.cookie \
--max-index-size 1TiB \
--rpc-url 127.0.0.1:38332 \
--data-dir /var/lib/ord \
server \
--acme-cache /var/lib/ord/acme-cache \
--acme-contact mailto:[email protected] \
Expand Down
Loading

0 comments on commit 27fd1a5

Please sign in to comment.