Browse Source

Version 1.11.0

Pavel Ševčík 4 years ago
parent
commit
8e6c25b34f
No known key found for this signature in database GPG Key ID: CFA54E4C0CD58DF0
  1. 19
      RELEASES.md
  2. 4
      docker/my-dojo/.env
  3. 4
      keys/index-example.js
  4. 2
      package-lock.json
  5. 2
      package.json

19
RELEASES.md

@ -3,6 +3,7 @@
## Releases ## ## Releases ##
- [v1.11.0](#1_11_0)
- [v1.10.1](#1_10_1) - [v1.10.1](#1_10_1)
- [v1.10.0](#1_10_0) - [v1.10.0](#1_10_0)
- [v1.9.0](#1_9_0) - [v1.9.0](#1_9_0)
@ -17,6 +18,24 @@
- [v1.2.0](#1_2_0) - [v1.2.0](#1_2_0)
- [v1.1.0](#1_1_0) - [v1.1.0](#1_1_0)
<a name="1_11_0"/>
## Samourai Dojo v1.11.0 ##
#### Features ####
- [#mr242](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/242) postmix decoy change addresses
- [#mr241](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/241) update ZeroMQ and Node.js
- [#mr240](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/240) update Node.js dependencies
- [#mr239](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/239) update Tor and remove v2 onion addresses
- [#mr238](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/238) use RPC auth instead of basic auth
- other minor improvements
#### Bug fixes ####
- [#mr237](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/237) fix tracker initialization
- other minor fixes
<a name="1_10_1"/> <a name="1_10_1"/>
## Samourai Dojo v1.10.1 ## ## Samourai Dojo v1.10.1 ##

4
docker/my-dojo/.env

@ -10,10 +10,10 @@
COMPOSE_CONVERT_WINDOWS_PATHS=1 COMPOSE_CONVERT_WINDOWS_PATHS=1
DOJO_VERSION_TAG=1.10.1 DOJO_VERSION_TAG=1.11.0
DOJO_DB_VERSION_TAG=1.3.0 DOJO_DB_VERSION_TAG=1.3.0
DOJO_BITCOIND_VERSION_TAG=1.12.0 DOJO_BITCOIND_VERSION_TAG=1.12.0
DOJO_NODEJS_VERSION_TAG=1.10.1 DOJO_NODEJS_VERSION_TAG=1.11.0
DOJO_NGINX_VERSION_TAG=1.6.0 DOJO_NGINX_VERSION_TAG=1.6.0
DOJO_TOR_VERSION_TAG=1.10.0 DOJO_TOR_VERSION_TAG=1.10.0
DOJO_EXPLORER_VERSION_TAG=1.7.0 DOJO_EXPLORER_VERSION_TAG=1.7.0

4
keys/index-example.js

@ -16,7 +16,7 @@ module.exports = {
/* /*
* Dojo version * Dojo version
*/ */
dojoVersion: '1.10.1', dojoVersion: '1.11.0',
/* /*
* Bitcoind * Bitcoind
*/ */
@ -233,7 +233,7 @@ module.exports = {
* Testnet parameters * Testnet parameters
*/ */
testnet: { testnet: {
dojoVersion: '1.10.1', dojoVersion: '1.11.0',
bitcoind: { bitcoind: {
rpc: { rpc: {
user: 'user', user: 'user',

2
package-lock.json

@ -1,6 +1,6 @@
{ {
"name": "samourai-dojo", "name": "samourai-dojo",
"version": "1.10.1", "version": "1.11.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "samourai-dojo", "name": "samourai-dojo",
"version": "1.10.1", "version": "1.11.0",
"description": "Backend server for Samourai Wallet", "description": "Backend server for Samourai Wallet",
"main": "accounts/index.js", "main": "accounts/index.js",
"engines": { "engines": {

Loading…
Cancel
Save