Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release #29

Merged
merged 4 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.3-dev.1](https://github.com/VenusProtocol/solidity-utilities/compare/v2.0.2...v2.0.3-dev.1) (2024-05-16)


### Bug Fixes

* TimeManagerV5 deprecated storage slot size ([a1c1832](https://github.com/VenusProtocol/solidity-utilities/commit/a1c18320e910a647f99353aa330007a14da492fd))

## [2.0.2](https://github.com/VenusProtocol/solidity-utilities/compare/v2.0.1...v2.0.2) (2024-05-14)


Expand Down
2 changes: 1 addition & 1 deletion contracts/TimeManagerV5.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract TimeManagerV5 {
bool private isInitialized;

/// @notice Deprecated slot for _getCurrentSlot function pointer
bytes32 private __deprecatedSlot1;
bytes8 private __deprecatedSlot1;

/**
* @dev This empty reserved space is put in place to allow future versions to add new
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": "@venusprotocol/solidity-utilities",
"version": "2.0.2",
"version": "2.0.3-dev.1",
"description": "Solidity code used by other Venus projects",
"files": [
"artifacts",
Expand Down