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

build: bump sdk-core #4677

Merged
merged 5 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions packages/adapters/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-adapters-cache",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "adapter for handling communication with Redis cache for nxtp protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -53,5 +53,5 @@
"typescript": "4.9.5"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "0.2.0-alpha.29"
"stableVersion": "2.0.0"
}
4 changes: 2 additions & 2 deletions packages/adapters/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-adapters-database",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "adapter for handling communication with Redis cache for nxtp protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,5 +42,5 @@
"typescript": "4.9.5"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "0.2.0-alpha.29"
"stableVersion": "2.0.0"
}
4 changes: 2 additions & 2 deletions packages/adapters/relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-adapters-relayer",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "adapter for handling communication with relayer",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,5 +42,5 @@
"typescript": "4.9.5"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "0.2.0-alpha.29"
"stableVersion": "2.0.0"
}
4 changes: 2 additions & 2 deletions packages/adapters/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-adapters-subgraph",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "adapter for subgraph interaction of nxtp protocol",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -63,5 +63,5 @@
"typescript": "4.9.5"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "0.2.0-alpha.29"
"stableVersion": "2.0.0"
}
4 changes: 2 additions & 2 deletions packages/adapters/txservice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-txservice",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"description": "Robust transaction sending service for a wallet configured across multiple chains. Will bump gas and reattempt transactions as needed",
"author": "Connext",
"license": "MIT",
Expand Down Expand Up @@ -56,5 +56,5 @@
"access": "public"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "0.1.25"
"stableVersion": "2.0.0"
}
4 changes: 2 additions & 2 deletions packages/adapters/watcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-adapters-watcher",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "adapter for watcher related calls, monitoring, and functionality",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,5 +42,5 @@
"typescript": "4.9.5"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "0.2.0-alpha.29"
"stableVersion": "2.0.0"
}
4 changes: 2 additions & 2 deletions packages/adapters/web3signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-adapters-web3signer",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "adapter for subgraph interaction of nxtp protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -47,5 +47,5 @@
"typescript": "4.9.5"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "0.2.0-alpha.29"
"stableVersion": "2.0.0"
}
4 changes: 2 additions & 2 deletions packages/agents/cartographer/poller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/cartographer-poller",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -58,5 +58,5 @@
"typescript": "4.9.5"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "0.2.0-alpha.0"
"stableVersion": "2.0.0"
}
4 changes: 4 additions & 0 deletions packages/agents/chain-abstraction/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next Release

## v1.0.2

- Stable release

## v1.0.2-alpha.20

- Exported `getSupportedAssetsForDomain`
2 changes: 1 addition & 1 deletion packages/agents/chain-abstraction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/chain-abstraction",
"version": "1.0.2-alpha.20",
"version": "1.0.2",
"description": "A package to make it easy to integrate arbitrary DEXes on both origin/destination domains",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/lighthouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/lighthouse",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-relayer",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "Generic relayer agent for Amarok",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-router",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/agents/sdk-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next Release

## v2.1.1

- Stable release with just sdk-core changes

## v2.1.0

- Stable release
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/sdk-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/sdk",
"version": "2.1.0",
"version": "2.1.1",
"description": "Client-side package for interacting with the Connext protocol",
"author": "Connext",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/agents/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next Release

## v2.1.1

- Stable release with filter by domain

## v2.1.1-alpha.0

- Add filtering by domain to getTransfers
Expand Down
4 changes: 2 additions & 2 deletions packages/agents/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/sdk-core",
"version": "2.1.1-alpha.0",
"version": "2.1.1",
"description": "Client-side package for interacting with the Connext protocol",
"author": "Connext",
"license": "MIT",
Expand Down Expand Up @@ -62,5 +62,5 @@
"access": "public"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "2.0.3-alpha.0"
"stableVersion": "2.1.1"
}
2 changes: 1 addition & 1 deletion packages/agents/sequencer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-sequencer",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "Sequencer for Amarok, previously auctioneer",
"author": "Connext",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/agents/watcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-watcher",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -46,5 +46,5 @@
"typescript": "4.9.5"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "0.2.0-alpha.0"
"stableVersion": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/deployments/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/smart-contracts",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "",
"scripts": {
"test": "yarn forge test --no-match-path '*/fork/**.sol'",
Expand Down
2 changes: 1 addition & 1 deletion packages/deployments/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-subgraph",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"license": "UNLICENSED",
"scripts": {
"graph": "graph",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-integration",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "Integration tests for NXTP",
"author": "Connext",
"license": "MIT",
Expand Down Expand Up @@ -76,5 +76,5 @@
"tslib": "2.5.0",
"typescript": "4.9.5"
},
"stableVersion": "0.2.0-alpha.29"
"stableVersion": "2.0.0"
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-utils",
"version": "2.0.4-alpha.2",
"version": "2.0.4",
"description": "Common utilities for use within the @connext/nxtp-* packages",
"author": "Connext",
"license": "MIT",
Expand Down Expand Up @@ -63,5 +63,5 @@
"access": "public"
},
"gitHead": "937a7cde93e6ac1e151c6374f48adf83d3fa4ec6",
"stableVersion": "0.1.25"
"stableVersion": "2.0.4"
}