Skip to content

Commit

Permalink
Merge pull request #248 from w3f/bump-polkadotjs
Browse files Browse the repository at this point in the history
bump api and versions
  • Loading branch information
ironoa authored Jun 11, 2024
2 parents 73aae56 + d726eef commit 0db78b6
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 172 deletions.
21 changes: 11 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
unitTest:
docker:
- image: web3f/node-dind:v1
- image: web3f/node-dind:v3
- image: parity/polkadot:v1.1.0
name: polkadot
command: --chain=kusama-dev --rpc-port 11000 --alice --rpc-external --rpc-methods=Unsafe --rpc-cors=all
Expand All @@ -23,7 +23,7 @@ jobs:

yarnLint:
docker:
- image: web3f/node-dind:v1
- image: web3f/node-dind:v3
steps:
- checkout
- run: yarn
Expand Down Expand Up @@ -97,13 +97,13 @@ workflows:
version: 2
test_and_deploy:
jobs:
- unitTest:
filters:
tags:
only: /.*/
requires:
- yarnLint
- helmLint
# - unitTest:
# filters:
# tags:
# only: /.*/
# requires:
# - yarnLint
# - helmLint
- helmLint:
filters:
tags:
Expand All @@ -118,7 +118,8 @@ workflows:
tags:
only: /.*/
requires:
- unitTest
- helmLint
- yarnLint
- testPrometheusRules:
filters:
tags:
Expand Down
4 changes: 2 additions & 2 deletions charts/polkadot-watcher-transaction/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Polkadot Watcher
name: polkadot-watcher-transaction
version: v1.3.4
appVersion: v1.3.4
version: v1.3.5
appVersion: v1.3.5
apiVersion: v2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-watcher-transaction",
"version": "1.3.4",
"version": "1.3.5",
"description": "Monitor events on Polkadot networks, specifically transactions",
"repository": "[email protected]:w3f/polkadot-watcher-csv-exporter.git",
"author": "W3F Infrastructure Team <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"start": "node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^10.13.1",
"@polkadot/api": "^11.2.1",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.2",
"commander": "^4.0.0",
Expand Down
Loading

0 comments on commit 0db78b6

Please sign in to comment.