Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
LaurentMT
samourai-dojo
Commits
60224ddd
Verified
Commit
60224ddd
authored
Nov 14, 2021
by
Pavel Ševčík
Browse files
Version 1.13.0
parent
710062a3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
7 deletions
+37
-7
RELEASES.md
RELEASES.md
+30
-0
docker/my-dojo/.env
docker/my-dojo/.env
+2
-2
keys/index-example.js
keys/index-example.js
+2
-2
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+1
-1
No files found.
RELEASES.md
View file @
60224ddd
...
...
@@ -3,6 +3,7 @@
## Releases ##
-
[
v1.13.0
](
#1_13_0
)
-
[
v1.12.1
](
#1_12_1
)
-
[
v1.12.0
](
#1_12_0
)
-
[
v1.11.0
](
#1_11_0
)
...
...
@@ -20,6 +21,35 @@
-
[
v1.2.0
](
#1_2_0
)
-
[
v1.1.0
](
#1_1_0
)
<a
name=
"1_13_0"
/>
## Samourai Dojo v1.13.0 ##
### Notable changes ###
#### Added support for P2TR ouputs ####
Thanks to updated bitcoinjs-lib, Dojo now supports P2TR outputs
### Change log ###
#### Features ####
-
[
#mr245
](
https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/245
)
make Tor socks port customizable
-
[
#mr259
](
https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/259
)
removed need to use deprecated RPC field
-
[
#mr260
](
https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/260
)
testnet: choose correct XPUB type in testnet DMT
-
[
#mr262
](
https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/262
)
added ability to copy pairing payload from DMT
-
[
#mr263
](
https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/263
)
raise indexer RPC timeout
-
[
#mr264
](
https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/264
)
updated bitcoinjs-lib, added support for P2TR outputs
#### Architecture ####
-
refactored codebase to use ES modules for more efficiency
-
updated dependencies and removed unnecessary dependencies
#### Credits ####
-
pajasevi
-
Aaron Dewes
-
ElkimXOC
-
Crazyk031
<a
name=
"1_12_1"
/>
## Samourai Dojo v1.12.1 ##
...
...
docker/my-dojo/.env
View file @
60224ddd
...
...
@@ -10,10 +10,10 @@
COMPOSE_CONVERT_WINDOWS_PATHS=1
DOJO_VERSION_TAG=1.1
2.1
DOJO_VERSION_TAG=1.1
3.0
DOJO_DB_VERSION_TAG=1.3.0
DOJO_BITCOIND_VERSION_TAG=1.13.0
DOJO_NODEJS_VERSION_TAG=1.1
2.1
DOJO_NODEJS_VERSION_TAG=1.1
3.0
DOJO_NGINX_VERSION_TAG=1.7.0
DOJO_TOR_VERSION_TAG=1.11.0
DOJO_EXPLORER_VERSION_TAG=1.8.0
...
...
keys/index-example.js
View file @
60224ddd
...
...
@@ -16,7 +16,7 @@ export default {
/*
* Dojo version
*/
dojoVersion
:
'
1.1
2.1
'
,
dojoVersion
:
'
1.1
3.0
'
,
/*
* Bitcoind
*/
...
...
@@ -233,7 +233,7 @@ export default {
* Testnet parameters
*/
testnet
:
{
dojoVersion
:
'
1.1
2.1
'
,
dojoVersion
:
'
1.1
3.0
'
,
bitcoind
:
{
rpc
:
{
user
:
'
user
'
,
...
...
package-lock.json
View file @
60224ddd
{
"name"
:
"samourai-dojo"
,
"version"
:
"1.1
2.1
"
,
"version"
:
"1.1
3.0
"
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"samourai-dojo"
,
"version"
:
"1.1
2.1
"
,
"version"
:
"1.1
3.0
"
,
"license"
:
"AGPL-3.0-only"
,
"dependencies"
:
{
"@tinyhttp/app"
:
"2.0.12"
,
...
...
package.json
View file @
60224ddd
{
"name"
:
"samourai-dojo"
,
"version"
:
"1.1
2.1
"
,
"version"
:
"1.1
3.0
"
,
"description"
:
"Backend server for Samourai Wallet"
,
"main"
:
"accounts/index.js"
,
"engines"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment