Skip to content

Commit 5a8284d

Browse files
Update Dojo to v1.28.0 and update Bitcoin Core dependency requirements
1 parent 46c1025 commit 5a8284d

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

manifest.yaml

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
id: dojo
2-
title: "Dojo"
3-
version: 1.27.0.0
4-
release-notes: Version v1.27.0
2+
title: 'Dojo'
3+
version: 1.28.0.0
4+
release-notes: Version v1.28.0
55
license: AGPLv3
6-
wrapper-repo: "https://github.com/ericpp/dojo-startos"
7-
upstream-repo: "https://github.com/Dojo-Open-Source-Project/samourai-dojo"
8-
support-site: "https://github.com/Dojo-Open-Source-Project/samourai-dojo"
9-
marketing-site: "https://github.com/Dojo-Open-Source-Project/samourai-dojo"
10-
build: ["make"]
6+
wrapper-repo: 'https://github.com/ericpp/dojo-startos'
7+
upstream-repo: 'https://github.com/Dojo-Open-Source-Project/samourai-dojo'
8+
support-site: 'https://github.com/Dojo-Open-Source-Project/samourai-dojo'
9+
marketing-site: 'https://github.com/Dojo-Open-Source-Project/samourai-dojo'
10+
build: ['make']
1111
description:
1212
short: Your private backend server for Ashigaru, Samourai Wallet and other light wallets.
13-
long: Dojo is the backend server for Ashigaru, Samourai Wallet and other light wallets. It provides HD account & loose addresses (BIP47) balances & transactions lists.
13+
long:
14+
Dojo is the backend server for Ashigaru, Samourai Wallet and other light wallets. It provides HD account & loose addresses (BIP47) balances & transactions lists.
1415
Provides unspent output lists to the wallet. PushTX endpoint broadcasts transactions through the backing bitcoind node.
1516
assets:
1617
license: LICENSE.md
@@ -19,7 +20,7 @@ assets:
1920
main:
2021
type: docker
2122
image: main
22-
entrypoint: "docker_entrypoint.sh"
23+
entrypoint: 'docker_entrypoint.sh'
2324
args: []
2425
mounts:
2526
main: /root
@@ -34,7 +35,7 @@ health-checks:
3435
success-message: Dojo API is online and ready for connections
3536
type: docker
3637
image: main
37-
entrypoint: "check-api.sh"
38+
entrypoint: 'check-api.sh'
3839
args: []
3940
inject: true
4041
system: false
@@ -44,7 +45,7 @@ health-checks:
4445
success-message: MySQL is online and ready for connections
4546
type: docker
4647
image: main
47-
entrypoint: "check-mysql.sh"
48+
entrypoint: 'check-mysql.sh'
4849
args: []
4950
inject: true
5051
system: false
@@ -54,7 +55,7 @@ health-checks:
5455
success-message: Dojo PushTx API is online and ready for connections
5556
type: docker
5657
image: main
57-
entrypoint: "check-pushtx.sh"
58+
entrypoint: 'check-pushtx.sh'
5859
args: []
5960
inject: true
6061
system: false
@@ -64,7 +65,7 @@ health-checks:
6465
success-message: Dojo is synced with the network
6566
type: docker
6667
image: main
67-
entrypoint: "check-synced.sh"
68+
entrypoint: 'check-synced.sh'
6869
args: []
6970
inject: true
7071
system: false
@@ -74,7 +75,7 @@ health-checks:
7475
success-message: Soroban P2P relay service is online and ready
7576
type: docker
7677
image: main
77-
entrypoint: "check-soroban.sh"
78+
entrypoint: 'check-soroban.sh'
7879
args: []
7980
inject: true
8081
system: false
@@ -97,16 +98,16 @@ interfaces:
9798
description: Specifies the interface to listen on for HTTP connections.
9899
tor-config:
99100
port-mapping:
100-
80: "9000"
101+
80: '9000'
101102
ui: true
102103
protocols:
103104
- tcp
104105
- http
105106
dependencies:
106107
bitcoind:
107-
version: ">=0.21.1.2 <31.0.0"
108+
version: '>=0.21.1.2 <31.0.0'
108109
requirement:
109-
type: "opt-out"
110+
type: 'opt-out'
110111
how: Use the Bitcoin Core (default)
111112
description: Used to subscribe to new block events from a full archival node
112113
config:
@@ -116,9 +117,9 @@ dependencies:
116117
type: script
117118
requires-runtime-config: true
118119
bitcoind-testnet:
119-
version: ">=0.21.1.2 <31.0.0"
120+
version: '>=0.21.1.2 <31.0.0'
120121
requirement:
121-
type: "opt-in"
122+
type: 'opt-in'
122123
how: Use the Bitcoin Core Testnet4
123124
description: Used to subscribe to new block events from a full archival node (testnet)
124125
config:
@@ -128,15 +129,15 @@ dependencies:
128129
type: script
129130
requires-runtime-config: true
130131
fulcrum:
131-
version: ">=1.11.0"
132+
version: '>=1.11.0'
132133
requirement:
133-
type: "opt-in"
134+
type: 'opt-in'
134135
how: Set Indexer to Fulcrum in the config
135136
description: Used for fast scan of addresses and indexing for deep wallets.
136137
electrs:
137-
version: ">=0.10.7"
138+
version: '>=0.10.7'
138139
requirement:
139-
type: "opt-in"
140+
type: 'opt-in'
140141
how: Set Indexer to Electrs in the config
141142
description: A more stable, but less performant indexer.
142143
backup:
@@ -172,10 +173,10 @@ backup:
172173
io-format: yaml
173174
migrations:
174175
from:
175-
"*":
176+
'*':
176177
type: script
177-
args: ["from"]
178+
args: ['from']
178179
to:
179-
"*":
180+
'*':
180181
type: script
181-
args: ["to"]
182+
args: ['to']

0 commit comments

Comments
 (0)