Skip to content

Commit

Permalink
Ethereum 1.3.1 - for hardhat deployer update (superfluid-finance#1016)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* bump ethereum-contractw to 1.3.1

* Update CHANGELOG.md
  • Loading branch information
hellwolf authored Aug 8, 2022
1 parent b0f9fcf commit 75a0001
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
20 changes: 20 additions & 0 deletions packages/ethereum-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ All notable changes to the ethereum-contracts will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

- BNB Chain Support (#925)
- Initialize logic contracts on deployment (using "castrate") (#841)

### Fixed

- Queue up FAILED_VERIFICATIONS (#900)
- Addresses several shortcomings in current worflows (mainly mainnet related) (#911)
- Prod deployment script fix #971
- Adds a missing closing parenthesis to example test (#967)

## [v1.3.1] - 2022-08-05

### Added

- Add resolver and loader to deployer, add tests (#1011)

## [v1.3.0] - 2022-06-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/ethereum-contracts",
"version": "1.3.0",
"version": "1.3.1",
"description": " Ethereum contracts implementation for the Superfluid Protocol",
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/ethereum-contracts#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@superfluid-finance/ethereum-contracts": "^1.2.2",
"@superfluid-finance/ethereum-contracts": "1.3.1",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.4",
"@types/mocha": "^5.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/hot-fuzz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@superfluid-finance/ethereum-contracts": "1.2.2"
},
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "1.3.0"
"@superfluid-finance/ethereum-contracts": "1.3.1"
},
"license": "AGPL-3.0",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@truffle/contract": "^4.0.0"
},
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "1.3.0",
"@superfluid-finance/ethereum-contracts": "1.3.1",
"chai-as-promised": "^7.1.1",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@graphql-codegen/typescript": "^2.5.1",
"@graphql-codegen/typescript-operations": "^2.4.2",
"@graphql-typed-document-node/core": "^3.1.1",
"@superfluid-finance/ethereum-contracts": "1.3.0",
"@superfluid-finance/ethereum-contracts": "1.3.1",
"ajv": "^8.11.0",
"ethers": "^5.6.9",
"get-graphql-schema": "^2.1.2",
Expand Down

0 comments on commit 75a0001

Please sign in to comment.