Skip to content

Commit

Permalink
release: 2.7.0 (#4052)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian authored Sep 23, 2020
1 parent 6988cdd commit e82149c
Show file tree
Hide file tree
Showing 40 changed files with 276 additions and 1,238 deletions.
56 changes: 55 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.7.0] - 2020-09-23

### Added

- AIP36 (#3836) (36c1ca76, @air1one)
- AIP36 delegate entity (#3877) (9f2eb629, @air1one)

### Fixed

- Add missing return type to this.queue (#3817) (511e5755, @deanpress)
- Fix entity register bootstrap method (#3850) (bd5b1ad0, @air1one)
- Remove duplicates entity resigned/isResigned (#3858) (90bf42de, @air1one)
- Entity name only unique by type (#4008) (3b12c703, @air1one)
- Ignore random type errors thrown by lowdb on build (#4017) (785680c0, @deanpress)
- Delegate check only needed on entity register (#4024) (64b63b54, @air1one)
- Rate limit and peer broadcast (#4054) (6988cdd4, @air1one)

### Changed

- Add AIP36 milestone for devnet (#3845) (1da58ebb, @air1one)
- Remove obsolete magistrate endpoints (AIP36) (#3847) (219a9408, @air1one)
- Accept peers in the 2.7 range (#3848) (aab40895, @faustbrian)
- Remove bridgechain from AIP36 entities (#3937) (085ab675, @air1one)
- Add devnet exception (#3967) (78c49b4a, @air1one)
- Throw more specific multi-signature exceptions (#3976) (48e67e51, @faustbrian)
- More flexible entity types / sub-types + fees update (#3986) (06261f99, @air1one)
- Activate all entity types + re-allocate entity type enum (#4020) (649aeace, @air1one)
- Custom entity fees for register/update/resign (#4029) (ed835c29, @air1one)
- Add devnet exception (#4031) (5da4f4df, @air1one)
- AIP36 milestone for mainnet (#4053) (ec8cbb94, @air1one)

## [2.6.57] - 2020-09-17

### Fixed
Expand Down Expand Up @@ -1033,7 +1064,10 @@ Closed security vulnerabilities:
- Initial Release

[unreleased]: https://github.com/ARKEcosystem/core/compare/master...develop
[2.6.25]: https://github.com/ARKEcosystem/core/compare/2.6.49...2.6.25
[2.7.0]: https://github.com/ARKEcosystem/core/compare/2.6.57...2.7.0
[2.6.57]: https://github.com/ARKEcosystem/core/compare/2.6.54...2.6.57
[2.6.54]: https://github.com/ARKEcosystem/core/compare/2.6.52...2.6.54
[2.6.52]: https://github.com/ARKEcosystem/core/compare/2.6.49...2.6.52
[2.6.49]: https://github.com/ARKEcosystem/core/compare/2.6.42...2.6.49
[2.6.42]: https://github.com/ARKEcosystem/core/compare/2.6.39...2.6.42
[2.6.39]: https://github.com/ARKEcosystem/core/compare/2.6.38...2.6.39
Expand Down Expand Up @@ -1598,12 +1632,32 @@ Closed security vulnerabilities:
[#3695]: https://github.com/ARKEcosystem/core/pull/3695
[#3746]: https://github.com/ARKEcosystem/core/pull/3746
[#3806]: https://github.com/ARKEcosystem/core/pull/3806
[#3817]: https://github.com/ARKEcosystem/core/pull/3817
[#3818]: https://github.com/ARKEcosystem/core/pull/3818
[#3823]: https://github.com/ARKEcosystem/core/pull/3823
[#3830]: https://github.com/ARKEcosystem/core/pull/3830
[#3836]: https://github.com/ARKEcosystem/core/pull/3836
[#3845]: https://github.com/ARKEcosystem/core/pull/3845
[#3847]: https://github.com/ARKEcosystem/core/pull/3847
[#3848]: https://github.com/ARKEcosystem/core/pull/3848
[#3850]: https://github.com/ARKEcosystem/core/pull/3850
[#3858]: https://github.com/ARKEcosystem/core/pull/3858
[#3877]: https://github.com/ARKEcosystem/core/pull/3877
[#3904]: https://github.com/ARKEcosystem/core/pull/3904
[#3905]: https://github.com/ARKEcosystem/core/pull/3905
[#3937]: https://github.com/ARKEcosystem/core/pull/3937
[#3950]: https://github.com/ARKEcosystem/core/pull/3950
[#3967]: https://github.com/ARKEcosystem/core/pull/3967
[#3976]: https://github.com/ARKEcosystem/core/pull/3976
[#3986]: https://github.com/ARKEcosystem/core/pull/3986
[#4008]: https://github.com/ARKEcosystem/core/pull/4008
[#4017]: https://github.com/ARKEcosystem/core/pull/4017
[#4020]: https://github.com/ARKEcosystem/core/pull/4020
[#4024]: https://github.com/ARKEcosystem/core/pull/4024
[#4029]: https://github.com/ARKEcosystem/core/pull/4029
[#4031]: https://github.com/ARKEcosystem/core/pull/4031
[#4053]: https://github.com/ARKEcosystem/core/pull/4053
[#4054]: https://github.com/ARKEcosystem/core/pull/4054
[032caa1b990e91937e4bc1561bc1aeaeca9e37d]: https://github.com/ARKEcosystem/core/commit/032caa1b990e91937e4bc1561bc1aeaeca9e37d9
[1209a36366c8fd3ba31fab2463011b7ce1a7d84]: https://github.com/ARKEcosystem/core/commit/1209a36366c8fd3ba31fab2463011b7ce1a7d844
[34749bf84bcec3fecd0098c0d42f52deb1f6ba4]: https://github.com/ARKEcosystem/core/commit/34749bf84bcec3fecd0098c0d42f52deb1f6ba4a
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"npmClient": "yarn",
"packages": ["packages/*", "plugins/*"],
"useWorkspaces": true,
"version": "2.7.0-next.0"
"version": "2.7.0"
}
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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-http-utils": "^2.7.0-next.0",
"@arkecosystem/core-interfaces": "^2.7.0-next.0",
"@arkecosystem/core-transaction-pool": "^2.7.0-next.0",
"@arkecosystem/core-transactions": "^2.7.0-next.0",
"@arkecosystem/core-utils": "^2.7.0-next.0",
"@arkecosystem/crypto": "^2.7.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"@arkecosystem/core-http-utils": "^2.7.0",
"@arkecosystem/core-interfaces": "^2.7.0",
"@arkecosystem/core-transaction-pool": "^2.7.0",
"@arkecosystem/core-transactions": "^2.7.0",
"@arkecosystem/core-utils": "^2.7.0",
"@arkecosystem/crypto": "^2.7.0",
"@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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-database": "^2.7.0-next.0",
"@arkecosystem/core-event-emitter": "^2.7.0-next.0",
"@arkecosystem/core-interfaces": "^2.7.0-next.0",
"@arkecosystem/core-p2p": "^2.7.0-next.0",
"@arkecosystem/core-state": "^2.7.0-next.0",
"@arkecosystem/core-transactions": "^2.7.0-next.0",
"@arkecosystem/core-utils": "^2.7.0-next.0",
"@arkecosystem/crypto": "^2.7.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"@arkecosystem/core-database": "^2.7.0",
"@arkecosystem/core-event-emitter": "^2.7.0",
"@arkecosystem/core-interfaces": "^2.7.0",
"@arkecosystem/core-p2p": "^2.7.0",
"@arkecosystem/core-state": "^2.7.0",
"@arkecosystem/core-transactions": "^2.7.0",
"@arkecosystem/core-utils": "^2.7.0",
"@arkecosystem/crypto": "^2.7.0",
"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.0-next.0",
"version": "2.7.0",
"description": "Container for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -19,9 +19,9 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-event-emitter": "^2.7.0-next.0",
"@arkecosystem/core-interfaces": "^2.7.0-next.0",
"@arkecosystem/crypto": "^2.7.0-next.0",
"@arkecosystem/core-event-emitter": "^2.7.0",
"@arkecosystem/core-interfaces": "^2.7.0",
"@arkecosystem/crypto": "^2.7.0",
"@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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-database": "^2.7.0-next.0",
"@arkecosystem/core-event-emitter": "^2.7.0-next.0",
"@arkecosystem/core-interfaces": "^2.7.0-next.0",
"@arkecosystem/core-state": "^2.7.0-next.0",
"@arkecosystem/core-transactions": "^2.7.0-next.0",
"@arkecosystem/core-utils": "^2.7.0-next.0",
"@arkecosystem/crypto": "^2.7.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"@arkecosystem/core-database": "^2.7.0",
"@arkecosystem/core-event-emitter": "^2.7.0",
"@arkecosystem/core-interfaces": "^2.7.0",
"@arkecosystem/core-state": "^2.7.0",
"@arkecosystem/core-transactions": "^2.7.0",
"@arkecosystem/core-utils": "^2.7.0",
"@arkecosystem/crypto": "^2.7.0",
"@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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-event-emitter": "^2.7.0-next.0",
"@arkecosystem/core-interfaces": "^2.7.0-next.0",
"@arkecosystem/core-state": "^2.7.0-next.0",
"@arkecosystem/core-transactions": "^2.7.0-next.0",
"@arkecosystem/core-utils": "^2.7.0-next.0",
"@arkecosystem/crypto": "^2.7.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"@arkecosystem/core-event-emitter": "^2.7.0",
"@arkecosystem/core-interfaces": "^2.7.0",
"@arkecosystem/core-state": "^2.7.0",
"@arkecosystem/core-transactions": "^2.7.0",
"@arkecosystem/core-utils": "^2.7.0",
"@arkecosystem/crypto": "^2.7.0",
"@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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-event-emitter": "^2.7.0-next.0",
"@arkecosystem/core-http-utils": "^2.7.0-next.0",
"@arkecosystem/core-interfaces": "^2.7.0-next.0",
"@arkecosystem/crypto": "^2.7.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"@arkecosystem/core-event-emitter": "^2.7.0",
"@arkecosystem/core-http-utils": "^2.7.0",
"@arkecosystem/core-interfaces": "^2.7.0",
"@arkecosystem/crypto": "^2.7.0",
"@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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"@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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"@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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-interfaces": "^2.7.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"@arkecosystem/core-interfaces": "^2.7.0",
"@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.0-next.0",
"version": "2.7.0",
"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.0-next.0",
"@arkecosystem/core-interfaces": "^2.7.0-next.0",
"@arkecosystem/core-container": "^2.7.0",
"@arkecosystem/core-interfaces": "^2.7.0",
"connect-history-api-fallback": "^1.6.0",
"express": "^4.17.1"
},
Expand Down
Loading

0 comments on commit e82149c

Please sign in to comment.