Releases: valorem-labs-inc/clear
Releases · valorem-labs-inc/clear
v1.0.1
What's Changed
- Add second Zellic audit report by @neodaoist in #206
- 🔧 Standardize CI across active protocol repos by @neodaoist in #212
- Dry run deterministic deploys by @neodaoist in #211
- Fee update; Improve fee tests by @neodaoist in #213
- Increase fee to 15bps and reduce minimum option duration to 1 min by @0xAlcibiades in #215
- chore: add audit report by @0xAlcibiades in #216
Full Changelog: v1.0.0...v1.0.1
Valorem Clear v1.0.0
This release contains the first stable version of the Valorem Clearinghouse, v1.0.0.
Thanks to all those who made this possible!
What's Changed
- add license by @0xAlcibiades in #1
- Basic ability to write options by @0xAlcibiades in #2
- Ability to exercise option by @0xAlcibiades in #3
- tests for newChain, write by @cranium7811 in #5
- tests and additional checks by @cranium7811 in #7
- redeem, testRedeem by @cranium7811 in #9
- Gas optimizations in storage structs by @0xAlcibiades in #10
- Exercise Assignment by @0xAlcibiades in #11
- Add require by @0xAlcibiades in #18
- fix bug in exercise logic by @0xAlcibiades in #19
- Clean up outstanding tasks, annotate code by @0xAlcibiades in #20
- Interface for options engine by @0xAlcibiades in #21
- cleanup readme by @0xAlcibiades in #22
- Event architecture and implementation by @0xAlcibiades in #24
- add interface for IERC1155Metadata by @0xAlcibiades in #26
- retests with interface by @cranium7811 in #27
- Add underlying info by @0xAlcibiades in #28
- Audit by @pegahcarter in #30
- add some natspec by @0xAlcibiades in #31
- clean test file for reimplemenation by @0xAlcibiades in #33
- Use the vm from forge-std for clarity by @0xAlcibiades in #34
- save one warm storage read by @0xAlcibiades in #35
- the test condition was always false by @0xAlcibiades in #36
- workaround setFeeTo issue by @0xAlcibiades in #37
- working expect revert by @0xAlcibiades in #38
- tests by @pegahcarter in #39
- test: redeem and some fuzzing by @pegahcarter in #40
- Tests: more passing by @pegahcarter in #41
- Fix broken test implementations by @0xAlcibiades in #42
- add smart contract docs to readme by @0xAlcibiades in #46
- fix
assignExercise
by @lonerapier in #47 - Ensure underlying function doesn't revert when not exercised by @thal0x in #49
- add coverage to ci by @thal0x in #51
- Implement tokenURI for options positions by @thal0x in #53
- autoformat and update deps by @0xAlcibiades in #57
- fix tests by @0xAlcibiades in #58
- format function tokenType to solidity by @RyanSea in #55
- natspecify + docs by @Flip-Liquid in #59
- rename option chain -> option type by @Flip-Liquid in #62
- Encode option and claim ids in token ID by @Flip-Liquid in #65
- normalize error interfaces by @0xAlcibiades in #64
- Underlying test by @Flip-Liquid in #63
- add ability to write more options for a claim by @Flip-Liquid in #68
- Feature/add event tests by @neodaoist in #67
- Pre audit cleanup by @0xAlcibiades in #80
- Bucket claims by day to cap exercise assignment runtime complexity by @Flip-Liquid in #69
- Feature/better event assertions by @neodaoist in #83
- Remove duplicative require statement from write() by @neodaoist in #88
- Additional tests + NatSpec for encoding/decoding by @neodaoist in #89
- fuzz gas test by @Flip-Liquid in #91
- Add lcov and slither to CI pipeline by @neodaoist in #92
- ⛽ Optimize newOptionType() by @neodaoist in #95
- impl unexercised list of buckets for write & assign exercise by @Flip-Liquid in #93
- More test coverage on sad paths by @neodaoist in #94
- test fixes + explicit option balance check by @Flip-Liquid in #100
- add explicit error code for insufficient fungible options balance by @Flip-Liquid in #102
- Underlying() fix for fungible options + test fixups / coverage + drop dead code by @Flip-Liquid in #103
- Standardize member naming and ordering by @neodaoist in #99
- Improve docs by @neodaoist in #84
- fix tests with removing bucket accessor by @Flip-Liquid in #105
- Move feeTo from hardcoded to constructor arg by @neodaoist in #112
- fixups by @Flip-Liquid in #106
- Fix codecov; Fix Cucumber link; Address solhint warning by @neodaoist in #117
- Expand different decimals test by @neodaoist in #115
- Fix NewOptionType event test by @neodaoist in #114
- Fix fee sweeping tests by @neodaoist in #113
- Remove dupe functions by @neodaoist in #119
- 🔧 Foundry project maintenance and NatSpec by @neodaoist in #120
- uri adapter by @Flip-Liquid in #122
- Review feedback by @Flip-Liquid in #123
- Add basic gas report by @neodaoist in #125
- Fix write() event emission bug; Gas golf write() by @neodaoist in #126
- Move event emissions before mint/burn and transfers by @neodaoist in #131
- Add zero address check in constructor by @neodaoist in #134
- Perform multiplication before division for fee calculations by @neodaoist in #132
- fix duplicate event emission by @0xAlcibiades in #144
- fix write logic bug by simplifying write logic by @0xAlcibiades in #130
- ✨ Add fee switch by @neodaoist in #142
- Event audit for subgraph by @0xAlcibiades in #145
- Rehash storage layout by @0xAlcibiades in #146
- Remove internal _claim map by @Flip-Liquid in #141
- Make terms consistent by @0xAlcibiades in #147
- Natspec, Ontology, Interface cleanup by @0xAlcibiades in #149
- Cleanup, document, natspec for contract by @0xAlcibiades in #150
- Add basic deploy script by @neodaoist in #153
- Add ASCII art by @0xAlcibiades in #155
- Initial test suite re-org by @neodaoist in #152
- Prevent zero risk arbitrage by writing into bucket getting exercised by @0xAlcibiades in #154
- Doc, naming, ordering, copyrights by @neodaoist in #157
- Rename Underl...