Skip to content

Commit

Permalink
release: 2.7.24 (#4227)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian authored Dec 14, 2020
1 parent f18135c commit a33de84
Show file tree
Hide file tree
Showing 39 changed files with 203 additions and 184 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.7.24] - 2020-12-14

### Changed

- Match entity schema name with delegate username (4e85a744, @air1one)

### Fixed

- Reject long form signature lengths (8f8976de, @alessiodf)
- Validate payload call id for all requests (4565eba2, @alessiodf)
- Check client-side graceful disconnection payload (c6d74215, @alessiodf)
- Ensure asset recipientId and amount are strings (29eaf104, @alessiodf)
- Validate incoming message json (ae8dcd73, @alessiodf)
- Count props in p2p.peer.postTransactions payload (021d18aa, @alessiodf)
- Reset maxPayload on ws message (f1bf1956, @air1one)
- Reduce getBlocksTimeout to 30 sec (93701759, @air1one)
- Limit peers returned by getPeers (4c79c455, @air1one)
- TrustProxy option based on env (fff3ecb0, @air1one)

## [2.7.13] - 2020-11-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"plugins/*"
],
"useWorkspaces": true,
"version": "2.7.13"
"version": "2.7.24"
}
16 changes: 8 additions & 8 deletions packages/core-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-api",
"version": "2.7.13",
"version": "2.7.24",
"description": "Public API for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -21,13 +21,13 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-http-utils": "^2.7.13",
"@arkecosystem/core-interfaces": "^2.7.13",
"@arkecosystem/core-transaction-pool": "^2.7.13",
"@arkecosystem/core-transactions": "^2.7.13",
"@arkecosystem/core-utils": "^2.7.13",
"@arkecosystem/crypto": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@arkecosystem/core-http-utils": "^2.7.24",
"@arkecosystem/core-interfaces": "^2.7.24",
"@arkecosystem/core-transaction-pool": "^2.7.24",
"@arkecosystem/core-transactions": "^2.7.24",
"@arkecosystem/core-utils": "^2.7.24",
"@arkecosystem/crypto": "^2.7.24",
"@arkecosystem/utils": "^1.2",
"@hapi/boom": "^8.0.0",
"@hapi/joi": "^15.1.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/core-blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-blockchain",
"version": "2.7.13",
"version": "2.7.24",
"description": "Blockchain Manager for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -22,15 +22,15 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-database": "^2.7.13",
"@arkecosystem/core-event-emitter": "^2.7.13",
"@arkecosystem/core-interfaces": "^2.7.13",
"@arkecosystem/core-p2p": "^2.7.13",
"@arkecosystem/core-state": "^2.7.13",
"@arkecosystem/core-transactions": "^2.7.13",
"@arkecosystem/core-utils": "^2.7.13",
"@arkecosystem/crypto": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@arkecosystem/core-database": "^2.7.24",
"@arkecosystem/core-event-emitter": "^2.7.24",
"@arkecosystem/core-interfaces": "^2.7.24",
"@arkecosystem/core-p2p": "^2.7.24",
"@arkecosystem/core-state": "^2.7.24",
"@arkecosystem/core-transactions": "^2.7.24",
"@arkecosystem/core-utils": "^2.7.24",
"@arkecosystem/crypto": "^2.7.24",
"async": "^3.1.0",
"delay": "^4.3.0",
"immutable": "^4.0.0-rc.12",
Expand Down
8 changes: 4 additions & 4 deletions packages/core-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-container",
"version": "2.7.13",
"version": "2.7.24",
"description": "Container for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -19,9 +19,9 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-event-emitter": "^2.7.13",
"@arkecosystem/core-interfaces": "^2.7.13",
"@arkecosystem/crypto": "^2.7.13",
"@arkecosystem/core-event-emitter": "^2.7.24",
"@arkecosystem/core-interfaces": "^2.7.24",
"@arkecosystem/crypto": "^2.7.24",
"@hapi/hoek": "^8.0.2",
"@hapi/joi": "^15.1.0",
"awilix": "^4.2.2",
Expand Down
18 changes: 9 additions & 9 deletions packages/core-database-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-database-postgres",
"version": "2.7.13",
"version": "2.7.24",
"description": "PostgreSQL integration for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -21,14 +21,14 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-database": "^2.7.13",
"@arkecosystem/core-event-emitter": "^2.7.13",
"@arkecosystem/core-interfaces": "^2.7.13",
"@arkecosystem/core-state": "^2.7.13",
"@arkecosystem/core-transactions": "^2.7.13",
"@arkecosystem/core-utils": "^2.7.13",
"@arkecosystem/crypto": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@arkecosystem/core-database": "^2.7.24",
"@arkecosystem/core-event-emitter": "^2.7.24",
"@arkecosystem/core-interfaces": "^2.7.24",
"@arkecosystem/core-state": "^2.7.24",
"@arkecosystem/core-transactions": "^2.7.24",
"@arkecosystem/core-utils": "^2.7.24",
"@arkecosystem/crypto": "^2.7.24",
"@arkecosystem/utils": "^1.2",
"bluebird": "^3.5.5",
"cpy-cli": "^2.0.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/core-database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-database",
"version": "2.7.13",
"version": "2.7.24",
"description": "Database Interface for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -22,13 +22,13 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-event-emitter": "^2.7.13",
"@arkecosystem/core-interfaces": "^2.7.13",
"@arkecosystem/core-state": "^2.7.13",
"@arkecosystem/core-transactions": "^2.7.13",
"@arkecosystem/core-utils": "^2.7.13",
"@arkecosystem/crypto": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@arkecosystem/core-event-emitter": "^2.7.24",
"@arkecosystem/core-interfaces": "^2.7.24",
"@arkecosystem/core-state": "^2.7.24",
"@arkecosystem/core-transactions": "^2.7.24",
"@arkecosystem/core-utils": "^2.7.24",
"@arkecosystem/crypto": "^2.7.24",
"@arkecosystem/utils": "^1.2",
"dottie": "^2.0.1",
"lodash.clonedeep": "^4.5.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-elasticsearch",
"version": "2.7.13",
"version": "2.7.24",
"description": "A powerful Elasticsearch integration for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -18,11 +18,11 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-event-emitter": "^2.7.13",
"@arkecosystem/core-http-utils": "^2.7.13",
"@arkecosystem/core-interfaces": "^2.7.13",
"@arkecosystem/crypto": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@arkecosystem/core-event-emitter": "^2.7.24",
"@arkecosystem/core-http-utils": "^2.7.24",
"@arkecosystem/core-interfaces": "^2.7.24",
"@arkecosystem/crypto": "^2.7.24",
"@elastic/elasticsearch": "^7.2.0",
"@hapi/boom": "^8.0.0",
"@hapi/joi": "^15.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-airbrake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-error-tracker-airbrake",
"version": "2.7.13",
"version": "2.7.24",
"description": "Airbrake error tracker integration for ARK Core.",
"license": "MIT",
"contributors": [
Expand All @@ -18,7 +18,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"airbrake-js": "^1.6.8"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-bugsnag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-error-tracker-bugsnag",
"version": "2.7.13",
"version": "2.7.24",
"description": "Bugsnag error tracker integration for ARK Core.",
"license": "MIT",
"contributors": [
Expand All @@ -18,7 +18,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@bugsnag/js": "^6.3.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-raygun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-error-tracker-raygun",
"version": "2.7.13",
"version": "2.7.24",
"description": "Raygun error tracker integration for ARK Core.",
"license": "MIT",
"contributors": [
Expand All @@ -18,7 +18,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"raygun": "^0.10.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-rollbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-error-tracker-rollbar",
"version": "2.7.13",
"version": "2.7.24",
"description": "Rollbar error tracker integration for ARK Core.",
"license": "MIT",
"contributors": [
Expand All @@ -18,7 +18,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"rollbar": "^2.8.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-error-tracker-sentry",
"version": "2.7.13",
"version": "2.7.24",
"description": "Sentry error tracker integration for ARK Core.",
"license": "MIT",
"contributors": [
Expand All @@ -18,7 +18,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@sentry/node": "^5.5.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-event-emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-event-emitter",
"version": "2.7.13",
"version": "2.7.24",
"description": "Event Manager for ARK Core",
"license": "MIT",
"contributors": [
Expand Down
6 changes: 3 additions & 3 deletions packages/core-exchange-json-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-exchange-json-rpc",
"version": "2.7.13",
"version": "2.7.24",
"description": "Exchange JSON-RPC for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -19,8 +19,8 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-interfaces": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@arkecosystem/core-interfaces": "^2.7.24",
"@arkecosystem/exchange-json-rpc": "^2.0.1"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-explorer",
"version": "2.7.13",
"version": "2.7.24",
"description": "Explorer for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -19,8 +19,8 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-interfaces": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@arkecosystem/core-interfaces": "^2.7.24",
"connect-history-api-fallback": "^1.6.0",
"express": "^4.17.1"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/core-forger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-forger",
"version": "2.7.13",
"version": "2.7.24",
"description": "Forger for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -21,13 +21,13 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-event-emitter": "^2.7.13",
"@arkecosystem/core-interfaces": "^2.7.13",
"@arkecosystem/core-p2p": "^2.7.13",
"@arkecosystem/core-state": "^2.7.13",
"@arkecosystem/core-utils": "^2.7.13",
"@arkecosystem/crypto": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@arkecosystem/core-event-emitter": "^2.7.24",
"@arkecosystem/core-interfaces": "^2.7.24",
"@arkecosystem/core-p2p": "^2.7.24",
"@arkecosystem/core-state": "^2.7.24",
"@arkecosystem/core-utils": "^2.7.24",
"@arkecosystem/crypto": "^2.7.24",
"delay": "^4.3.0",
"lodash.isempty": "^4.4.0",
"lodash.uniq": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core-http-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-http-utils",
"version": "2.7.13",
"version": "2.7.24",
"description": "Http Utilities for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -18,9 +18,9 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-container": "^2.7.13",
"@arkecosystem/core-utils": "^2.7.13",
"@arkecosystem/crypto": "^2.7.13",
"@arkecosystem/core-container": "^2.7.24",
"@arkecosystem/core-utils": "^2.7.24",
"@arkecosystem/crypto": "^2.7.24",
"@hapi/boom": "^8.0.0",
"@hapi/good": "^8.2.0",
"@hapi/good-console": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-interfaces",
"version": "2.7.13",
"version": "2.7.24",
"description": "Interface types for essential ARK Core modules",
"license": "MIT",
"contributors": [
Expand All @@ -23,7 +23,7 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/crypto": "^2.7.13",
"@arkecosystem/crypto": "^2.7.24",
"awilix": "^4.2.2",
"dayjs": "^1.8.15"
},
Expand Down
Loading

0 comments on commit a33de84

Please sign in to comment.