Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Deploy vector-0.1.0-rc.22
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Jan 7, 2021
2 parents 3cac84c + 03ab1da commit f8f6543
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 44 deletions.
4 changes: 2 additions & 2 deletions modules/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "ts-mocha --check-leaks --exit --timeout 60000 'src/**/*.spec.ts'"
},
"dependencies": {
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-utils": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.22",
"@connext/vector-utils": "0.1.0-rc.22",
"@sinclair/typebox": "0.12.7",
"crypto": "1.0.1",
"fastify": "3.8.0",
Expand Down
10 changes: 5 additions & 5 deletions modules/browser-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/vector-browser-node",
"version": "0.1.0-rc.21",
"version": "0.1.0-rc.22",
"author": "",
"license": "ISC",
"description": "",
Expand All @@ -17,10 +17,10 @@
"test": "ts-mocha --bail --check-leaks --exit --timeout 60000 'src/**/*.spec.ts'"
},
"dependencies": {
"@connext/vector-contracts": "0.1.0-rc.21",
"@connext/vector-engine": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-utils": "0.1.0-rc.21",
"@connext/vector-contracts": "0.1.0-rc.22",
"@connext/vector-engine": "0.1.0-rc.22",
"@connext/vector-types": "0.1.0-rc.22",
"@connext/vector-utils": "0.1.0-rc.22",
"@ethersproject/solidity": "5.0.7",
"@sinclair/typebox": "0.12.7",
"ajv": "6.12.6",
Expand Down
6 changes: 3 additions & 3 deletions modules/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/vector-contracts",
"version": "0.1.0-rc.21",
"version": "0.1.0-rc.22",
"license": "ISC",
"description": "Smart contracts powering Connext's minimalist channel platform",
"keywords": [
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@connext/pure-evm-wasm": "0.1.4",
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-utils": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.22",
"@connext/vector-utils": "0.1.0-rc.22",
"@ethersproject/abi": "5.0.9",
"@ethersproject/abstract-provider": "5.0.7",
"@ethersproject/abstract-signer": "5.0.9",
Expand Down
5 changes: 5 additions & 0 deletions modules/documentation/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## Next Release

## 0.1.0-rc.22

- \[types\] Update signature regex

## 0.1.0-rc.21

- \[browser-node\] Require `chainProviders` to be passed into iframe

## 0.1.0-rc.20

- \[engine\] Retry on deposit race condition for inbound errors
Expand Down
10 changes: 5 additions & 5 deletions modules/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/vector-engine",
"version": "0.1.0-rc.21",
"version": "0.1.0-rc.22",
"description": "",
"author": "Arjun Bhuptani",
"license": "MIT",
Expand All @@ -14,10 +14,10 @@
"test": "nyc ts-mocha --check-leaks --exit --timeout 60000 'src/**/*.spec.ts'"
},
"dependencies": {
"@connext/vector-contracts": "0.1.0-rc.21",
"@connext/vector-protocol": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-utils": "0.1.0-rc.21",
"@connext/vector-contracts": "0.1.0-rc.22",
"@connext/vector-protocol": "0.1.0-rc.22",
"@connext/vector-types": "0.1.0-rc.22",
"@connext/vector-utils": "0.1.0-rc.22",
"@ethersproject/bignumber": "5.0.12",
"@ethersproject/bytes": "5.0.8",
"@ethersproject/constants": "5.0.7",
Expand Down
6 changes: 3 additions & 3 deletions modules/iframe-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@connext/vector-browser-node": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-utils": "0.1.0-rc.21",
"@connext/vector-browser-node": "0.1.0-rc.22",
"@connext/vector-types": "0.1.0-rc.22",
"@connext/vector-utils": "0.1.0-rc.22",
"@ethersproject/bytes": "5.0.8",
"@ethersproject/hdnode": "5.0.7",
"@ethersproject/keccak256": "5.0.6",
Expand Down
8 changes: 4 additions & 4 deletions modules/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/vector-protocol",
"version": "0.1.0-rc.21",
"version": "0.1.0-rc.22",
"description": "",
"main": "dist/vector.js",
"types": "dist/vector.d.ts",
Expand All @@ -14,9 +14,9 @@
"author": "Arjun Bhuptani",
"license": "MIT",
"dependencies": {
"@connext/vector-contracts": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-utils": "0.1.0-rc.21",
"@connext/vector-contracts": "0.1.0-rc.22",
"@connext/vector-types": "0.1.0-rc.22",
"@connext/vector-utils": "0.1.0-rc.22",
"@ethersproject/abi": "5.0.9",
"@ethersproject/bignumber": "5.0.12",
"@ethersproject/constants": "5.0.7",
Expand Down
4 changes: 2 additions & 2 deletions modules/protocol/src/testing/validate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -978,12 +978,12 @@ describe("validateAndApplyInboundUpdate", () => {
{
name: "malformed aliceSignature",
overrides: { aliceSignature: "fail" },
error: 'should match pattern "^0x([a-fA-F0-9]{130})$",should be null,should match some schema in anyOf',
error: 'should match pattern "^0x([a-fA-F0-9]{128,})$",should be null,should match some schema in anyOf',
},
{
name: "malformed bobSignature",
overrides: { bobSignature: "fail" },
error: 'should match pattern "^0x([a-fA-F0-9]{130})$",should be null,should match some schema in anyOf',
error: 'should match pattern "^0x([a-fA-F0-9]{128,})$",should be null,should match some schema in anyOf',
},
];
for (const test of tests) {
Expand Down
8 changes: 4 additions & 4 deletions modules/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@connext/vector-contracts": "0.1.0-rc.21",
"@connext/vector-engine": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-utils": "0.1.0-rc.21",
"@connext/vector-contracts": "0.1.0-rc.22",
"@connext/vector-engine": "0.1.0-rc.22",
"@connext/vector-types": "0.1.0-rc.22",
"@connext/vector-utils": "0.1.0-rc.22",
"@sinclair/typebox": "0.12.7",
"ajv": "6.12.6",
"axios": "0.21.0",
Expand Down
8 changes: 4 additions & 4 deletions modules/server-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"migration:generate": "prisma migrate save --experimental"
},
"dependencies": {
"@connext/vector-contracts": "0.1.0-rc.21",
"@connext/vector-engine": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-utils": "0.1.0-rc.21",
"@connext/vector-contracts": "0.1.0-rc.22",
"@connext/vector-engine": "0.1.0-rc.22",
"@connext/vector-types": "0.1.0-rc.22",
"@connext/vector-utils": "0.1.0-rc.22",
"@prisma/client": "2.12.1",
"@sinclair/typebox": "0.12.7",
"ajv": "6.12.6",
Expand Down
6 changes: 3 additions & 3 deletions modules/test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@connext/vector-contracts": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-utils": "0.1.0-rc.21",
"@connext/vector-contracts": "0.1.0-rc.22",
"@connext/vector-types": "0.1.0-rc.22",
"@connext/vector-utils": "0.1.0-rc.22",
"@ethereum-waffle/chai": "3.2.0",
"@types/chai": "4.2.14",
"@types/chai-as-promised": "7.1.3",
Expand Down
6 changes: 3 additions & 3 deletions modules/test-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@connext/vector-browser-node": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-utils": "0.1.0-rc.21",
"@connext/vector-browser-node": "0.1.0-rc.22",
"@connext/vector-types": "0.1.0-rc.22",
"@connext/vector-utils": "0.1.0-rc.22",
"@types/node": "14.14.6",
"@types/react": "16.9.53",
"@types/react-dom": "16.9.8",
Expand Down
2 changes: 1 addition & 1 deletion modules/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/vector-types",
"version": "0.1.0-rc.21",
"version": "0.1.0-rc.22",
"description": "TypeScript typings for common Connext types",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion modules/types/src/schemas/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const TDecimalString = Type.RegEx(/^[0-9]*\.?[0-9]*$/);
export const TPublicIdentifier = Type.RegEx(/^vector([a-zA-Z0-9]{50})$/);
export const TBytes32 = Type.RegEx(/^0x([a-fA-F0-9]{64})$/);
export const TBytes = Type.RegEx(/^0x([a-fA-F0-9])$/);
export const TSignature = Type.RegEx(/^0x([a-fA-F0-9]{130})$/);
export const TSignature = Type.RegEx(/^0x([a-fA-F0-9]{128,})$/);
export const TUrl = Type.String({ format: "uri" });

// Convenience types
Expand Down
4 changes: 2 additions & 2 deletions modules/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/vector-utils",
"version": "0.1.0-rc.21",
"version": "0.1.0-rc.22",
"description": "Crypto & other utils for vector state channels",
"main": "dist/index.js",
"files": [
Expand All @@ -13,7 +13,7 @@
"test": "nyc ts-mocha --check-leaks --exit 'src/**/*.spec.ts'"
},
"dependencies": {
"@connext/vector-types": "0.1.0-rc.21",
"@connext/vector-types": "0.1.0-rc.22",
"@ethereum-waffle/chai": "3.2.0",
"@ethersproject/abi": "5.0.9",
"@ethersproject/abstract-provider": "5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector",
"version": "0.1.0-rc.21",
"version": "0.1.0-rc.22",
"description": "Vector is an ultra-minimal state channel implementation that borrows ideas from the Counterfactual framework, the v1 Connext Payment Channel Hub, and the StateChannels framework.",
"registry": "docker.io/connextproject",
"repository": {
Expand Down

0 comments on commit f8f6543

Please sign in to comment.