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
Fixed bad module references
  • Loading branch information
toucansam-bpl committed Jun 30, 2019
commit 4c3abdd8d9de1ac52dae1592caff812adf1afe72
2 changes: 1 addition & 1 deletion packages/core-jest-matchers/src/api/block.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sortBy } from "@bplecosystem/utils";
import { sortBy } from "@arkecosystem/utils";
import isEqual from "lodash.isequal";

export {};
Expand Down
2 changes: 1 addition & 1 deletion packages/core-jest-matchers/src/api/peer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sortBy } from "@bplecosystem/utils";
import { sortBy } from "@arkecosystem/utils";
import isEqual from "lodash.isequal";

export {};
Expand Down
2 changes: 1 addition & 1 deletion packages/core-jest-matchers/src/api/transaction.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sortBy } from "@bplecosystem/utils";
import { sortBy } from "@arkecosystem/utils";
import isEqual from "lodash.isequal";

export {};
Expand Down
2 changes: 1 addition & 1 deletion packages/core-jest-matchers/src/models/delegate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sortBy } from "@bplecosystem/utils";
import { sortBy } from "@arkecosystem/utils";
import isEqual from "lodash.isequal";

export {};
Expand Down
2 changes: 1 addition & 1 deletion packages/core-jest-matchers/src/models/transaction.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sortBy } from "@bplecosystem/utils";
import { sortBy } from "@arkecosystem/utils";
import isEqual from "lodash.isequal";

export {};
Expand Down
2 changes: 1 addition & 1 deletion packages/core-jest-matchers/src/models/wallet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sortBy } from "@bplecosystem/utils";
import { sortBy } from "@arkecosystem/utils";
import isEqual from "lodash.isequal";

export {};
Expand Down