Skip to content

Commit b2d3f33

Browse files
release: 3.5.0 (#4702)
1 parent 31db69d commit b2d3f33

File tree

20 files changed

+96
-96
lines changed

20 files changed

+96
-96
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"plugins/*"
77
],
88
"useWorkspaces": true,
9-
"version": "3.4.0"
9+
"version": "3.5.0"
1010
}

packages/core-api/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-api",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Public API for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -22,10 +22,10 @@
2222
"pretest": "bash ../../scripts/pre-test.sh"
2323
},
2424
"dependencies": {
25-
"@arkecosystem/core-database": "3.4.0",
26-
"@arkecosystem/core-kernel": "3.4.0",
27-
"@arkecosystem/core-transactions": "3.4.0",
28-
"@arkecosystem/crypto": "3.4.0",
25+
"@arkecosystem/core-database": "3.5.0",
26+
"@arkecosystem/core-kernel": "3.5.0",
27+
"@arkecosystem/core-transactions": "3.5.0",
28+
"@arkecosystem/crypto": "3.5.0",
2929
"@hapi/boom": "9.1.4",
3030
"@hapi/hapi": "20.1.5",
3131
"@hapi/hoek": "9.2.0",

packages/core-blockchain/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-blockchain",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Blockchain Manager for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -23,11 +23,11 @@
2323
"pretest": "bash ../../scripts/pre-test.sh"
2424
},
2525
"dependencies": {
26-
"@arkecosystem/core-database": "3.4.0",
27-
"@arkecosystem/core-kernel": "3.4.0",
28-
"@arkecosystem/core-state": "3.4.0",
29-
"@arkecosystem/core-transactions": "3.4.0",
30-
"@arkecosystem/crypto": "3.4.0",
26+
"@arkecosystem/core-database": "3.5.0",
27+
"@arkecosystem/core-kernel": "3.5.0",
28+
"@arkecosystem/core-state": "3.5.0",
29+
"@arkecosystem/core-transactions": "3.5.0",
30+
"@arkecosystem/crypto": "3.5.0",
3131
"joi": "17.4.2",
3232
"xstate": "4.23.4"
3333
},

packages/core-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-cli",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Core of the ARK Blockchain",
55
"license": "MIT",
66
"contributors": [
@@ -21,8 +21,8 @@
2121
"prepublishOnly": "yarn build"
2222
},
2323
"dependencies": {
24-
"@arkecosystem/core-kernel": "3.4.0",
25-
"@arkecosystem/crypto": "3.4.0",
24+
"@arkecosystem/core-kernel": "3.5.0",
25+
"@arkecosystem/crypto": "3.5.0",
2626
"@arkecosystem/utils": "1.3.1",
2727
"boxen": "4.2.0",
2828
"cli-table3": "0.6.0",

packages/core-database/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-database",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Database Interface for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -22,8 +22,8 @@
2222
"pretest": "bash ../../scripts/pre-test.sh"
2323
},
2424
"dependencies": {
25-
"@arkecosystem/core-kernel": "3.4.0",
26-
"@arkecosystem/crypto": "3.4.0",
25+
"@arkecosystem/core-kernel": "3.5.0",
26+
"@arkecosystem/crypto": "3.5.0",
2727
"@arkecosystem/utils": "1.3.1",
2828
"dayjs": "1.10.7",
2929
"joi": "17.4.2",

packages/core-forger/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-forger",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Forger for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -22,10 +22,10 @@
2222
"pretest": "bash ../../scripts/pre-test.sh"
2323
},
2424
"dependencies": {
25-
"@arkecosystem/core-kernel": "3.4.0",
26-
"@arkecosystem/core-p2p": "3.4.0",
27-
"@arkecosystem/core-transactions": "3.4.0",
28-
"@arkecosystem/crypto": "3.4.0",
25+
"@arkecosystem/core-kernel": "3.5.0",
26+
"@arkecosystem/core-p2p": "3.5.0",
27+
"@arkecosystem/core-transactions": "3.5.0",
28+
"@arkecosystem/crypto": "3.5.0",
2929
"joi": "17.4.2",
3030
"node-forge": "1.3.0",
3131
"wif": "2.0.6"

packages/core-kernel/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-kernel",
33
"description": "Kernel of ARK Core",
4-
"version": "3.4.0",
4+
"version": "3.5.0",
55
"contributors": [
66
"Brian Faust <brian@ark.io>"
77
],
@@ -21,7 +21,7 @@
2121
"clean": "rimraf dist"
2222
},
2323
"dependencies": {
24-
"@arkecosystem/crypto": "3.4.0",
24+
"@arkecosystem/crypto": "3.5.0",
2525
"@arkecosystem/utils": "1.3.1",
2626
"@pm2/io": "5.0.0",
2727
"chalk": "4.1.2",

packages/core-logger-pino/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-logger-pino",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Webhooks for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -20,7 +20,7 @@
2020
"pretest": "bash ../../scripts/pre-test.sh"
2121
},
2222
"dependencies": {
23-
"@arkecosystem/core-kernel": "3.4.0",
23+
"@arkecosystem/core-kernel": "3.5.0",
2424
"chalk": "4.1.2",
2525
"joi": "17.4.2",
2626
"pino": "6.13.2",

packages/core-magistrate-api/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-magistrate-api",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Magistrate API for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -22,11 +22,11 @@
2222
"pretest": "bash ../../scripts/pre-test.sh"
2323
},
2424
"dependencies": {
25-
"@arkecosystem/core-api": "3.4.0",
26-
"@arkecosystem/core-kernel": "3.4.0",
27-
"@arkecosystem/core-magistrate-crypto": "3.4.0",
28-
"@arkecosystem/core-magistrate-transactions": "3.4.0",
29-
"@arkecosystem/crypto": "3.4.0",
25+
"@arkecosystem/core-api": "3.5.0",
26+
"@arkecosystem/core-kernel": "3.5.0",
27+
"@arkecosystem/core-magistrate-crypto": "3.5.0",
28+
"@arkecosystem/core-magistrate-transactions": "3.5.0",
29+
"@arkecosystem/crypto": "3.5.0",
3030
"@hapi/boom": "9.1.4",
3131
"@hapi/hapi": "20.1.5",
3232
"joi": "17.4.2"

packages/core-magistrate-crypto/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-magistrate-crypto",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "ARK transactions for businesses and bridgechains",
55
"license": "MIT",
66
"contributors": [
@@ -21,7 +21,7 @@
2121
"prepublishOnly": "yarn build"
2222
},
2323
"dependencies": {
24-
"@arkecosystem/core-kernel": "3.4.0",
25-
"@arkecosystem/crypto": "3.4.0"
24+
"@arkecosystem/core-kernel": "3.5.0",
25+
"@arkecosystem/crypto": "3.5.0"
2626
}
2727
}

packages/core-magistrate-transactions/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-magistrate-transactions",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "ARK transactions for businesses and bridgechains",
55
"license": "MIT",
66
"contributors": [
@@ -21,10 +21,10 @@
2121
"prepublishOnly": "yarn build"
2222
},
2323
"dependencies": {
24-
"@arkecosystem/core-kernel": "3.4.0",
25-
"@arkecosystem/core-magistrate-crypto": "3.4.0",
26-
"@arkecosystem/core-transactions": "3.4.0",
27-
"@arkecosystem/crypto": "3.4.0"
24+
"@arkecosystem/core-kernel": "3.5.0",
25+
"@arkecosystem/core-magistrate-crypto": "3.5.0",
26+
"@arkecosystem/core-transactions": "3.5.0",
27+
"@arkecosystem/crypto": "3.5.0"
2828
},
2929
"publishConfig": {
3030
"access": "public"

packages/core-p2p/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-p2p",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "P2P API for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -27,10 +27,10 @@
2727
"pretest": "bash ../../scripts/pre-test.sh"
2828
},
2929
"dependencies": {
30-
"@arkecosystem/core-database": "3.4.0",
31-
"@arkecosystem/core-kernel": "3.4.0",
32-
"@arkecosystem/core-state": "3.4.0",
33-
"@arkecosystem/crypto": "3.4.0",
30+
"@arkecosystem/core-database": "3.5.0",
31+
"@arkecosystem/core-kernel": "3.5.0",
32+
"@arkecosystem/core-state": "3.5.0",
33+
"@arkecosystem/crypto": "3.5.0",
3434
"@hapi/boom": "9.0.0",
3535
"@hapi/bounce": "2.0.0",
3636
"@hapi/hapi": "20.1.5",

packages/core-snapshots/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-snapshots",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Provides live local streamed snapshots functionality for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -20,9 +20,9 @@
2020
"prepublishOnly": "yarn build"
2121
},
2222
"dependencies": {
23-
"@arkecosystem/core-database": "3.4.0",
24-
"@arkecosystem/core-kernel": "3.4.0",
25-
"@arkecosystem/crypto": "3.4.0",
23+
"@arkecosystem/core-database": "3.5.0",
24+
"@arkecosystem/core-kernel": "3.5.0",
25+
"@arkecosystem/crypto": "3.5.0",
2626
"bytebuffer": "5.0.1",
2727
"fs-extra": "8.1.0",
2828
"joi": "17.4.2",

packages/core-state/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-state",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "State Management for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -22,10 +22,10 @@
2222
"pretest": "bash ../../scripts/pre-test.sh"
2323
},
2424
"dependencies": {
25-
"@arkecosystem/core-database": "3.4.0",
26-
"@arkecosystem/core-kernel": "3.4.0",
27-
"@arkecosystem/core-transactions": "3.4.0",
28-
"@arkecosystem/crypto": "3.4.0",
25+
"@arkecosystem/core-database": "3.5.0",
26+
"@arkecosystem/core-kernel": "3.5.0",
27+
"@arkecosystem/core-transactions": "3.5.0",
28+
"@arkecosystem/crypto": "3.5.0",
2929
"immutable": "4.0.0-rc.14",
3030
"joi": "17.4.2"
3131
},

packages/core-test-framework/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-test-framework",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Test Framework for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -21,17 +21,17 @@
2121
"prepublishOnly": "yarn build"
2222
},
2323
"dependencies": {
24-
"@arkecosystem/core": "3.4.0",
25-
"@arkecosystem/core-api": "3.4.0",
26-
"@arkecosystem/core-blockchain": "3.4.0",
27-
"@arkecosystem/core-cli": "3.4.0",
28-
"@arkecosystem/core-database": "3.4.0",
29-
"@arkecosystem/core-forger": "3.4.0",
30-
"@arkecosystem/core-kernel": "3.4.0",
31-
"@arkecosystem/core-magistrate-crypto": "3.4.0",
32-
"@arkecosystem/core-p2p": "3.4.0",
33-
"@arkecosystem/core-state": "3.4.0",
34-
"@arkecosystem/crypto": "3.4.0",
24+
"@arkecosystem/core": "3.5.0",
25+
"@arkecosystem/core-api": "3.5.0",
26+
"@arkecosystem/core-blockchain": "3.5.0",
27+
"@arkecosystem/core-cli": "3.5.0",
28+
"@arkecosystem/core-database": "3.5.0",
29+
"@arkecosystem/core-forger": "3.5.0",
30+
"@arkecosystem/core-kernel": "3.5.0",
31+
"@arkecosystem/core-magistrate-crypto": "3.5.0",
32+
"@arkecosystem/core-p2p": "3.5.0",
33+
"@arkecosystem/core-state": "3.5.0",
34+
"@arkecosystem/crypto": "3.5.0",
3535
"bip39": "3.0.4",
3636
"bs58": "4.0.1",
3737
"bytebuffer": "5.0.1",

packages/core-transaction-pool/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-transaction-pool",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Transaction Pool Manager for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -25,9 +25,9 @@
2525
"pretest": "bash ../../scripts/pre-test.sh"
2626
},
2727
"dependencies": {
28-
"@arkecosystem/core-kernel": "3.4.0",
29-
"@arkecosystem/core-transactions": "3.4.0",
30-
"@arkecosystem/crypto": "3.4.0",
28+
"@arkecosystem/core-kernel": "3.5.0",
29+
"@arkecosystem/core-transactions": "3.5.0",
30+
"@arkecosystem/crypto": "3.5.0",
3131
"better-sqlite3": "7.4.3",
3232
"fs-extra": "8.1.0",
3333
"joi": "17.4.2"

packages/core-transactions/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-transactions",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Transaction Services for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -20,9 +20,9 @@
2020
"prepublishOnly": "yarn build"
2121
},
2222
"dependencies": {
23-
"@arkecosystem/core-database": "3.4.0",
24-
"@arkecosystem/core-kernel": "3.4.0",
25-
"@arkecosystem/crypto": "3.4.0"
23+
"@arkecosystem/core-database": "3.5.0",
24+
"@arkecosystem/core-kernel": "3.5.0",
25+
"@arkecosystem/crypto": "3.5.0"
2626
},
2727
"engines": {
2828
"node": ">=10.x"

packages/core-webhooks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkecosystem/core-webhooks",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Webhooks for ARK Core",
55
"license": "MIT",
66
"contributors": [
@@ -20,8 +20,8 @@
2020
"pretest": "bash ../../scripts/pre-test.sh"
2121
},
2222
"dependencies": {
23-
"@arkecosystem/core-kernel": "3.4.0",
24-
"@arkecosystem/crypto": "3.4.0",
23+
"@arkecosystem/core-kernel": "3.5.0",
24+
"@arkecosystem/crypto": "3.5.0",
2525
"@hapi/boom": "9.0.0",
2626
"@hapi/hapi": "20.1.5",
2727
"fs-extra": "8.1.0",

0 commit comments

Comments
 (0)