Skip to content

Commit

Permalink
version bump js v0.0.40; py v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Mar 18, 2022
1 parent 4755036 commit a1b5e95
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,27 @@ Visit [forta.org](https://forta.org/) to learn more about Forta. See the develop

## Changelog

### 0.0.40

- Fix Python SDK support for new chains
- Add terms of use prompt to CLI `init` command
- Update starter project Dockerfile to include line to enable logging
### [0.0.39](https://github.com/forta-protocol/forta-agent-sdk/commit/3da4e24f7e22a2adb6a66643a2c226ac070849b3)

- Added `keyfilePassword` config field for CI/CD pipelines
- Add `keyfilePassword` config field for CI/CD pipelines
- Set default `ipfsGatewayUrl` to https://ipfs.forta.network
- Updated `getJsonRpcUrl` to not throw error when running unit tests
- Updated agent image build process to always target amd64 architecture
- Update `getJsonRpcUrl` to not throw error when running unit tests
- Update agent image build process to always target amd64 architecture

### [0.0.38](https://github.com/forta-protocol/forta-agent-sdk/commit/dfac04e1efce7da90986e2f943c08da572d52c67)

- Added `description` field to agent manifest from package.json
- Add `description` field to agent manifest from package.json

### [0.0.37](https://github.com/forta-protocol/forta-agent-sdk/commit/72ff4ef56583b0980fa4fcd02bdfd2ff9247772c)

- Added support for specifying multiple addresses in `filterLog` and `filterFunction` commands
- Added `--nocache` option to `forta-agent run` command to disable writing to cache
- Fixed `forta-agent run` command to process blocks sequentially when listening for realtime data
- Add support for specifying multiple addresses in `filterLog` and `filterFunction` commands
- Add `--nocache` option to `forta-agent run` command to disable writing to cache
- Fix `forta-agent run` command to process blocks sequentially when listening for realtime data

### [0.0.36](https://github.com/forta-protocol/forta-agent-sdk/commit/fd7e401de3a2de1cbd3e7784a849cdfb2ddbd9da)

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.0.39",
"version": "0.0.40",
"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.0.13
version = 0.0.14
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 @@ -19,7 +19,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.39"
"forta-agent": "^0.0.40"
},
"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 @@ -19,7 +19,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.0.39"
"forta-agent": "^0.0.40"
},
"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 +1 @@
forta_agent>=0.0.13
forta_agent>=0.0.14
2 changes: 1 addition & 1 deletion starter-project/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"bignumber.js": "^9.0.1",
"forta-agent": "^0.0.39"
"forta-agent": "^0.0.40"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit a1b5e95

Please # to comment.