Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Nov 2, 2023
1 parent 3dc3969 commit 38fdf48
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: install dependencies
run: yarn install

# - name: run task
# env:
# ORMPIPE_LOG_LEVEL: debug
# ORMPIPE_SIGNER: ${{ secrets.ORMPIPE_SIGNER }}
# run: |
# scripts/ormpipe.sh integration \
# send-message-msgline \
# --endpoint=${{ matrix.task.endpoint }} \
# --target-chain-id=${{ matrix.task.target-chain-id }}
- name: run task
env:
ORMPIPE_LOG_LEVEL: debug
ORMPIPE_SIGNER: ${{ secrets.ORMPIPE_SIGNER }}
run: |
scripts/ormpipe.sh integration \
send-message \
--endpoint=${{ matrix.task.endpoint }} \
--target-chain-id=${{ matrix.task.target-chain-id }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darwinia/ormpipe",
"version": "0.0.4",
"version": "0.0.5",
"description": "ORMP relay program",
"private": true,
"author": "Darwinia Network <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darwinia/ormpipe-cli",
"version": "0.0.4",
"version": "0.0.5",
"description": "ormp relay cli",
"author": "Darwinia Netowrk",
"bin": {
Expand All @@ -20,8 +20,8 @@
"/oclif.manifest.json"
],
"dependencies": {
"@darwinia/ormpipe-relay": "^0.0.4",
"@darwinia/ormpipe-integration": "^0.0.4",
"@darwinia/ormpipe-relay": "^0.0.5",
"@darwinia/ormpipe-integration": "^0.0.5",
"@oclif/core": "^2",
"@oclif/plugin-help": "^5",
"camelize": "^1",
Expand Down
4 changes: 2 additions & 2 deletions packages/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darwinia/ormpipe-indexer",
"version": "0.0.4",
"version": "0.0.5",
"description": "ormpipe indexer",
"main": "dist/index.js",
"author": "Darwinia Netowrk",
Expand All @@ -17,7 +17,7 @@
"test:cov": "jest --coverage"
},
"dependencies": {
"@darwinia/ormpipe-logger": "^0.0.4",
"@darwinia/ormpipe-logger": "^0.0.5",
"axios": "^1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darwinia/ormpipe-integration",
"version": "0.0.4",
"version": "0.0.5",
"description": "ormpipe integration",
"main": "dist/index.js",
"author": "Darwinia Netowrk",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darwinia/ormpipe-logger",
"version": "0.0.4",
"version": "0.0.5",
"description": "ormpipe relay",
"main": "dist/index.js",
"author": "Darwinia Netowrk",
Expand Down
4 changes: 2 additions & 2 deletions packages/relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darwinia/ormpipe-relay",
"version": "0.0.4",
"version": "0.0.5",
"description": "ormpipe relay",
"main": "dist/index.js",
"author": "Darwinia Netowrk",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@chainsafe/ssz": "^0.9",
"@darwinia/contracts-verify": "^1",
"@darwinia/ormpipe-indexer": "^0.0.4",
"@darwinia/ormpipe-indexer": "^0.0.5",
"async": "^3",
"cacache": "^18",
"chalk": "^4",
Expand Down

0 comments on commit 38fdf48

Please sign in to comment.