-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #202 from oasisprotocol/CedarMist/delegate-staking…
…-fixes contracts: initial fixes for delegation tests + staking.sol
- Loading branch information
Showing
6 changed files
with
707 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Change Log | ||
|
||
All notables changes to this project are documented in this file. | ||
|
||
The format is inspired by [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ | ||
|
||
## 0.2.6 (2023-12-18) | ||
|
||
### Added | ||
|
||
- Subcall.sol support for staking & delegation | ||
|
||
### Changed | ||
|
||
- Many OPL Endpoint errors are now reported using `require` rather than raised using `revert` due to bug in Celer IM MessageBus which reports them as 'reverted silently' and omitting the error. | ||
|
||
### Removed | ||
|
||
- Unused `ERC2771Context` from `opl/Enclave.sol` | ||
|
||
## 0.2.5 (2023-12-02) | ||
|
||
### Added | ||
|
||
* padGas & gasUsed precompile support in Sapphire.sol | ||
* SEC P256 R1 curve support | ||
* SHA512_256, SHA512 & SHA384 hash support | ||
|
||
## 0.2.4 (2023-08-02) | ||
|
||
### Fixed | ||
|
||
* Compile warning in EthereumUtils.sol | ||
* Corrected MessageBus address in opl/Endpoint.sol | ||
|
||
## 0.2.3 (2023-07-17) | ||
|
||
### Added | ||
|
||
* EIP-155 compatible signing | ||
|
||
## 0.2.2 (2023-07-12) | ||
|
||
### Added | ||
|
||
* Ethereum signature compatibliity (EthereumUtils) |
Oops, something went wrong.