Skip to content

Commit

Permalink
release js 0.1.19; py 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Feb 14, 2023
1 parent b8bf239 commit 7c28f8f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ We have a [bug bounty program on Immunefi](https://immunefi.com/bounty/forta). P

## Changelog

### 0.1.18
### 0.1.19

- Added support for running shards i.e. multiple bot instances
- Added labels to alerts
- Updated handleAlert subscriptions to allow specifying filter by chainId
- Updated grpc controller to ensure initialize handler only invoked once
- Updated grpc proto definition

### [0.1.18](https://github.com/forta-network/forta-bot-sdk/commit/87268d3034bd79498a0690708cbfe2aaa851f00d)

- Updated grpc proto definition to add `alert.chainId` field

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forta-agent",
"version": "0.1.18",
"version": "0.1.19",
"license": "MIT",
"description": "Forta Agent SDK and CLI tool",
"homepage": "https://forta.org/",
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = forta_agent
version = 0.1.9
version = 0.1.10
description = Forta Agent Python SDK
url = https://forta.org/
project_urls =
Expand Down
2 changes: 1 addition & 1 deletion starter-project/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.18"
"forta-agent": "^0.1.19"
},
"devDependencies": {
"jest": "^27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/py/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.1.18"
"forta-agent": "^0.1.19"
},
"devDependencies": {
"nodemon": "^2.0.8"
Expand Down
2 changes: 1 addition & 1 deletion starter-project/py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
forta_agent>=0.1.9
forta_agent>=0.1.10
setuptools>=61.3.1
2 changes: 1 addition & 1 deletion starter-project/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.18"
"forta-agent": "^0.1.19"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 7c28f8f

Please sign in to comment.