Pavel Ševčík
4 years ago
No known key found for this signature in database
GPG Key ID: D3B8A90B4072D9DB
4 changed files with
23 additions and
5 deletions
-
RELEASES.md
-
keys/index-example.js
-
package-lock.json
-
package.json
|
|
@ -3,6 +3,7 @@ |
|
|
|
|
|
|
|
## Releases ## |
|
|
|
|
|
|
|
- [v1.10.1](#1_10_1) |
|
|
|
- [v1.10.0](#1_10_0) |
|
|
|
- [v1.9.0](#1_9_0) |
|
|
|
- [v1.8.1](#1_8_1) |
|
|
@ -16,6 +17,23 @@ |
|
|
|
- [v1.2.0](#1_2_0) |
|
|
|
- [v1.1.0](#1_1_0) |
|
|
|
|
|
|
|
<a name="1_10_1"/> |
|
|
|
|
|
|
|
## Samourai Dojo v1.10.1 ## |
|
|
|
|
|
|
|
#### Bug fixes #### |
|
|
|
|
|
|
|
- [#mr236](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/236) fix auth errors |
|
|
|
|
|
|
|
#### Security #### |
|
|
|
|
|
|
|
- [#mr235](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/235) apply middleware in correct order |
|
|
|
|
|
|
|
#### Credits ### |
|
|
|
|
|
|
|
- pajasevi |
|
|
|
- lukechilds |
|
|
|
|
|
|
|
|
|
|
|
<a name="1_10_0"/> |
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ module.exports = { |
|
|
|
/* |
|
|
|
* Dojo version |
|
|
|
*/ |
|
|
|
dojoVersion: '1.10.0', |
|
|
|
dojoVersion: '1.10.1', |
|
|
|
/* |
|
|
|
* Bitcoind |
|
|
|
*/ |
|
|
@ -329,4 +329,4 @@ module.exports = { |
|
|
|
unconfirmedTxsProcessPeriod: 300000 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
@ -1,11 +1,11 @@ |
|
|
|
{ |
|
|
|
"name": "samourai-dojo", |
|
|
|
"version": "1.10.0", |
|
|
|
"version": "1.10.1", |
|
|
|
"lockfileVersion": 2, |
|
|
|
"requires": true, |
|
|
|
"packages": { |
|
|
|
"": { |
|
|
|
"version": "1.10.0", |
|
|
|
"version": "1.10.1", |
|
|
|
"license": "AGPL-3.0-only", |
|
|
|
"dependencies": { |
|
|
|
"@tinyhttp/app": "1.3.3", |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "samourai-dojo", |
|
|
|
"version": "1.10.0", |
|
|
|
"version": "1.10.1", |
|
|
|
"description": "Backend server for Samourai Wallet", |
|
|
|
"main": "accounts/index.js", |
|
|
|
"scripts": { |
|
|
|