Skip to content

Commit

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

## Changelog

### 0.0.41
### 0.1

- Update gRPC agent.proto to deprecate `TransactionEvent.Receipt`
- Update SDK to remove `receipt`, `status` and `gasUsed` properties from `TransactionEvent`
- Add `getTransactionReceipt` convenience method to SDK
- Update CLI `run` command to not fetch transaction receipts
- Update starter projects to detect for large Tether transfers
- Update terms of use URL

### [0.0.41](https://github.com/forta-protocol/forta-agent-sdk/commit/1b401ebaa8a36b949e71d4a34fe167d0d55b78bc)

- Set default `jsonRpcUrl` to https://cloudflare-eth.com
- Expose CLI functionality using `configureContainer` method
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.41",
"version": "0.1.0",
"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.15
version = 0.1.0
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 @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.0.41"
"forta-agent": "^0.1.0"
},
"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.41"
"forta-agent": "^0.1.0"
},
"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.15
forta_agent>=0.1.0
2 changes: 1 addition & 1 deletion starter-project/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.0.41"
"forta-agent": "^0.1.0"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit c90888a

Please sign in to comment.