Skip to content

Commit

Permalink
version bump js v0.1.4; py v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Apr 29, 2022
1 parent d2e40c5 commit 1142fec
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Visit [forta.org](https://forta.org/) to learn more about Forta. See the develop

## Changelog

### 0.1.4

- Update gRPC agent.proto to add `Finding.addresses`
- Add support for `addresses` field to `Finding`
- Add verification for account balance and ownership when running `publish` CLI command
- Provide default gas estimates when interacting with registry smart contract functions
- Include `logIndex` in result of `TransactionEvent.filterLog`
- Include `address` in result of `TransactionEvent.filterFunction`
- Add `Finding.from` alias method for `Finding.fromObject`

### 0.1.3

- Set `contextPath` when building image
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.3",
"version": "0.1.4",
"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.0
version = 0.1.1
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 @@ -21,7 +21,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.3"
"forta-agent": "^0.1.4"
},
"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 @@ -22,7 +22,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.1.3"
"forta-agent": "^0.1.4"
},
"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.0
forta_agent>=0.1.1
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 @@ -22,7 +22,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.3"
"forta-agent": "^0.1.4"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 1142fec

Please sign in to comment.