Skip to content

Releases: ensuro/ensuro

Version 2.8.3

09 Aug 13:51
217d523
Compare
Choose a tag to compare

What's Changed

  • ERC4626PlusVaultAssetManager: asset manager with discretionary vault by @gnarvaja in #190

Full Changelog: v2.8.2...v2.8.3

Version 2.8.2

15 Apr 18:46
abb4f66
Compare
Choose a tag to compare

What's Changed

  • Remove custom logic for contract verification. Fix deployment transaction wait by @gnpar in #181
  • Fix the NPM package that since 2.8.0 wasn't including the build folder.

Full Changelog: v2.8.1...v2.8.2

Version 2.8.1

05 Apr 11:19
7a3051b
Compare
Choose a tag to compare

What's Changed

  • Add On Policy Replaced Notification by @gnarvaja in #177
  • Add replacePolicy on SignedBucketRiskModule by @gnpar in #178

Breaking changes

  • The riskmodule's _getMinimumPremium method now requires a start date for the policy. The original behaviour is obtained by using uint40(block.timestamp) as start date.
  • SignedBucketRiskModule no longer supports open creation. This make the constructor receive one less parameter.

Full Changelog: v2.8.0...v2.8.1

Version 2.8.0

20 Mar 16:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.8.0

Version 2.7.0

20 Oct 14:31
Compare
Choose a tag to compare

What's Changed

  • PolicyPool holder handling improvements by @gnpar in #160
  • Upstreaming of several utils and test-utils from other repos. Other improvements un utilities. by @gnpar in #161

Breaking changes

  • IPolicyHolder implementors must now implement ERC165's supportsInterface method.

Full Changelog: v2.6.2...v2.7.0

Version 2.6.2

29 Aug 18:48
Compare
Choose a tag to compare
  • NFT tokenURI implementation

Full Changelog: v2.6.1...v2.6.2

Version 2.6.1

04 Aug 11:56
0e7374f
Compare
Choose a tag to compare

What's Changed

  • Python code formatting and linting
  • Add prototype for SignedBucketRiskModule by @gnpar in #154
  • No changes in smart contracts

Full Changelog: v2.6.0...v2.6.1

Version 2.6.0

01 Aug 14:53
4324ded
Compare
Choose a tag to compare

What's Changed

  • Signed Bucket Risk Module by @gnarvaja in #152
  • Refactor utils and test utils into separate modules. by @gnpar in #153

Full Changelog: v2.5.0...v2.6.0

Version 2.5.0

14 Jul 13:44
Compare
Choose a tag to compare
  • There was a bug in the AssetManager code that might lead to inconsistencies when replacing one AM with other of the same kind.
  • Also there was a small bug in EToken code when the eToken has totalSupply() = 0.

What's Changed

Full Changelog: v2.4.0...v2.5.0

Version 2.4.0

06 Jul 18:20
Compare
Choose a tag to compare

What's Changed

  • Refactor PremiumsAccount - Repayments on-demand by @gnarvaja in #149

Full Changelog: v2.3.0...v2.4.0