Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BPL Testnet v2.0.0-pre.4 #3

Merged
merged 40 commits into from
Jul 3, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
7719598
bpl chain config and test modules for publish
Jun 10, 2019
d674508
v2.0.0-alpha.0
Jun 10, 2019
41a31a8
Updated package references between projects
Jun 10, 2019
3d6d65e
v2.0.0-alpha.2
Jun 10, 2019
6d90b0c
Bumped crypto version
Jun 10, 2019
820555e
v2.0.0-alpha.4
Jun 10, 2019
54c0d19
fixed package references in core-blockchain
Jun 10, 2019
cbf6fa4
v2.0.0-alpha.6
Jun 10, 2019
3ddda59
After publish of all modules required for core
Jun 10, 2019
e07dd1c
Bumped snapshots and core versions
Jun 11, 2019
11c9310
Removed testnet passphrases
Jun 11, 2019
8475d2e
Modified delegate query limit to be 201 instead of 100
Jun 11, 2019
f2cd877
Added testnet install script
Jun 11, 2019
6c77c56
Updated testnet peers
Jun 11, 2019
b750359
Updated github urls and package licenses
Jun 12, 2019
081ac14
Replaced ark with bpl
Jun 12, 2019
25afd3f
Reverted package change
Jun 12, 2019
259180e
Updated testnet milestones to better reflect fee schedule
Jun 13, 2019
254af4e
Updated banner image
Jun 13, 2019
54c7531
Added back accidentally remove ark copyright notice
Jun 17, 2019
f4703ca
Final text change ARK -> blockpool
Jun 17, 2019
8463671
Bumped versions to prerelease from alpha
Jun 30, 2019
931e30e
Updated testnet to latest snapshot
Jun 30, 2019
ca7927d
v2.0.0-prerelease.2
Jun 30, 2019
5876f83
Version bump for publish
Jun 30, 2019
1d51635
Modified install script to point to next instead of alpha
Jun 30, 2019
4c3abdd
Fixed bad module references
Jun 30, 2019
2fa320f
v2.0.0-prerelease.4
Jun 30, 2019
f25c4b2
Empty line to force publish
Jun 30, 2019
55d9615
Re-added copyright for ARK to all packages
Jun 30, 2019
fc2998b
v2.0.0-prerelease.6
Jun 30, 2019
02c49ef
Updated genesis block
Jul 1, 2019
de9c356
v2.0.0-prerelease.8
Jul 1, 2019
f9878f5
Removed core-new-relic because it's not needed
Jul 1, 2019
3b972cc
v2.0.0-prerelease.10
Jul 1, 2019
181c4bd
Updated testnet install script to install proper core module
Jul 1, 2019
db15848
Modified version to avoid version header failing
Jul 1, 2019
7463359
v2.0.0-pre.2
Jul 1, 2019
295608f
Updated for testnet release
Jul 2, 2019
8525fa8
v2.0.0-pre.4
Jul 2, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v2.0.0-alpha.2
  • Loading branch information
toucansam-bpl committed Jun 10, 2019
commit 3d6d65e7944510588e791ab9ca5aa2a3a50dae96
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.0.0-alpha.1"
"version": "2.0.0-alpha.3"
}
4 changes: 2 additions & 2 deletions packages/core-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-api",
"description": "Public API for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Kristjan Košič <kristjan@ark.io>",
"Brian Faust <brian@ark.io>"
Expand All @@ -21,6 +21,7 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/utils": "^0.3.0",
"@faustbrian/dato": "^0.2.0",
"@faustbrian/hapi-version": "^0.2.11",
"@toucansam-bpl/core-container": "file:../core-container",
Expand All @@ -29,7 +30,6 @@
"@toucansam-bpl/core-transaction-pool": "file:../core-transaction-pool",
"@toucansam-bpl/core-utils": "file:../core-utils",
"@toucansam-bpl/crypto": "file:../crypto",
"@arkecosystem/utils": "^0.3.0",
"ajv": "^6.10.0",
"boom": "^7.3.0",
"bs58check": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-blockchain",
"description": "Blockchain Manager for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-container",
"description": "Container for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/core-database-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-database-postgres",
"description": "PostgreSQL integration for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -21,13 +21,13 @@
"copy": "cd src/ && cpy './**/*.sql' --parents ../dist/ && cd ../"
},
"dependencies": {
"@arkecosystem/utils": "^0.3.0",
"@faustbrian/dato": "^0.2.0",
"@toucansam-bpl/core-container": "file:../core-container",
"@toucansam-bpl/core-database": "file:../core-database",
"@toucansam-bpl/core-interfaces": "file:../core-interfaces",
"@toucansam-bpl/core-utils": "file:../core-utils",
"@toucansam-bpl/crypto": "file:../crypto",
"@arkecosystem/utils": "^0.3.0",
"@types/bluebird": "^3.5.26",
"@types/lodash.chunk": "^4.2.6",
"@types/pluralize": "^0.0.29",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-database/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-database",
"description": "Database Interface for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand All @@ -22,13 +22,13 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/utils": "^0.3.0",
"@toucansam-bpl/core-container": "file:../core-container",
"@toucansam-bpl/core-event-emitter": "file:../core-event-emitter",
"@toucansam-bpl/core-interfaces": "file:../core-interfaces",
"@toucansam-bpl/core-transactions": "file:../core-transactions",
"@toucansam-bpl/core-utils": "file:../core-utils",
"@toucansam-bpl/crypto": "file:../crypto",
"@arkecosystem/utils": "^0.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.compact": "^3.0.1",
"lodash.uniq": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-elasticsearch",
"description": "A powerful Elasticsearch integration for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-error-tracker-airbrake/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-error-tracker-airbrake",
"description": "Airbrake error tracker integration for ARK Core.",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-error-tracker-bugsnag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-error-tracker-bugsnag",
"description": "Bugsnag error tracker integration for ARK Core.",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-error-tracker-raygun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-error-tracker-raygun",
"description": "Raygun error tracker integration for ARK Core.",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-error-tracker-rollbar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-error-tracker-rollbar",
"description": "Rollbar error tracker integration for ARK Core.",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-error-tracker-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-error-tracker-sentry",
"description": "Sentry error tracker integration for ARK Core.",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-forger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-forger",
"description": "Forger for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-http-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-http-utils",
"description": "Http Utilities for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-interfaces",
"description": "Interface types for essential ARK Core modules",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-jest-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-jest-matchers",
"description": "Jest matchers for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>",
"Erwann Gentric <erwann@ark.io>",
Expand All @@ -20,9 +20,9 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/utils": "^0.3.0",
"@toucansam-bpl/core-container": "file:../core-container",
"@toucansam-bpl/crypto": "file:../crypto",
"@arkecosystem/utils": "^0.3.0",
"bip39": "^2.5.0",
"jest-extended": "^0.11.1",
"lodash.get": "^4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-json-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-json-rpc",
"description": "A JSON-RPC 2.0 Specification compliant server to interact with the ARK Blockchain.",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Brian Faust <brian@ark.io>"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-logger-pino/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-logger-pino",
"description": "Pino integration for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-logger-signale/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-logger-signale",
"description": "Signale integration for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-logger-winston/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-logger-winston",
"description": "Winston Logger for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Brian Faust <brian@ark.io>"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-logger",
"description": "Logger Manager for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-new-relic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-new-relic",
"description": "New Relic integration for ARK Core.",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-p2p/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-p2p",
"description": "P2P API for BPL Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-snapshots/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-snapshots",
"description": "Provides live local streamed snapshots functionality for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Kristjan Košič <chris@ark.io>"
],
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@toucansam-bpl/core-container": "file:../core-container",
"@toucansam-bpl/core-transaction-database-postgres": "file:../core-database-postgres",
"@toucansam-bpl/core-interfaces": "file:../core-interfaces",
"@toucansam-bpl/core-transaction-database-postgres": "file:../core-database-postgres",
"@toucansam-bpl/core-utils": "file:../core-utils",
"@toucansam-bpl/crypto": "file:../crypto",
"JSONStream": "^1.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-tester-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-tester-cli",
"description": "Tester CLI for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>",
"Alex Barnsley <alex@ark.io>"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-transaction-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-transaction-pool",
"description": "Transaction Pool Manager for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Kristjan Košič <kristjan@ark.io>",
"Brian Faust <brian@ark.io>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-transactions",
"description": "Transaction Services for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Joshua Noack <joshua@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-utils",
"description": "Utilities for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core-vote-report/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-vote-report",
"description": "Vote Report for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/core-webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core-webhooks",
"description": "Webhooks for ARK Core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -20,9 +20,9 @@
},
"dependencies": {
"@toucansam-bpl/core-container": "file:../core-container",
"@toucansam-bpl/core-transaction-event-emitter": "file:../core-event-emitter",
"@toucansam-bpl/core-http-utils": "file:../core-http-utils",
"@toucansam-bpl/core-interfaces": "file:../core-interfaces",
"@toucansam-bpl/core-transaction-event-emitter": "file:../core-event-emitter",
"@toucansam-bpl/core-utils": "file:../core-utils",
"boom": "^7.3.0",
"fs-extra": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@toucansam-bpl/core",
"description": "Core of the Blockpool Blockchain",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.3",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand Down