Releases: traderjoe-xyz/joe-core
Releases Β· traderjoe-xyz/joe-core
v0.6.1
- Merge branch 'main' of https://github.com/traderjoe-xyz/joe-core into main f18e4c2
- Fix code style issues with Prettier b839f72
v0.5.3
- Update JoeVote and MasterChefRewarderperBlock deployment scripts d4da02a
- Redeploy to rinkeby 03535c2
- Change initialize signature of Zap afc0bce
- add files to prettierignore 2dc4a3e
- Merge branch 'main' of https://github.com/traderjoe-xyz/joe-core into main 889872c
- Update init code hash 526266e
- Fix code style issues with Prettier 360c741
v0.5.1
- Fix code style issues with Prettier f9d6224
- Dont pretty .github ad4e9eb
- Add linters and lint workflow 114eab8
- Update MasterChefJoeV2 documentation 3b7770e
- Complete SimpleRewarder tests c1c972a
- Add tests for simple rewarders 5a50ab8
- Add SimmpleRewardePerBlock eaece6d
- Fix typo de80df5
- Fix simple errors in SimpleRewarderPerBlock 4e5ba80
- Rename chef rewarders 3d2918d
- Rename rewarder contracts and move to separate folder 70ccf66
- Add alloc points for masterchef rewarders a8eb349
- Update MasterChefJoeV2 readme 1b850b5
- Test JoeToken cannot exceed max supply of 500M c5bc077
- Format w/ prettier 51aa1a3
- Merge branch 'main' of https://github.com/traderjoe-xyz/joe-core into main 8543625
- Update rinkeby addresses and redeploy 349eb6d
- Add 500m max supply on JoeToken a0c35a1
- Merge pull request #3 from traderjoe-xyz/zap_update fa37213
- updated zap addresses c8a2ec1
- Remove Zap test 646067b
v0.5.0
v0.4.3
- Fix: make rewarder param in Set event indexed d044ea3
v0.4.2
- Add pid as param to Add event e88b646
v0.4.1
- Add Harvest event to chefv2 and deploy to rinkeby ba0ac31
- Add UpdatePool event 74bdddb
- Remove mythx github action 8fc34ea
- add token offset to upper bounds for per sec-based reward assertions 03a5f31
- Update flaky tests 08451bd
- Update chefv2 test when no one deposits 852744f
- Increase upper bound of test when reward rate is updated c1cdd07
- Update pendingTokens on chef v2 to return multiple values a81b406
- Add deploy scripts for chef v2 and deploy to rinkeby 834b693
- Add flat contracts for chef v2 9ad7950
- Update SDK 8632d65
v0.3.0
- Add MasterChefJoeV2 and unit tests 0ba9e11
- Update docs d5d6976
- Refactor chef v1 test to use time utility functions 040d547
- Remove multiplier from chef v1 204c63a
- Fix flaky test due to time helper function 2815b24
- Add back JoeMakerExploitMock c61326a
- Remove unused mocks fb520bc
- Remove duplicate contract (same as BoringOwnable) f67cb00
- BoringCrypto package removed from npm; use local version instead dafcebb
- published Zap ee41d9e
- change package.json to reflect new org name 61e2cc7
- Merge pull request #1 from joe-defi/zap 067ef72
- Merge pull request #2 from joe-defi/deploy 58d625c
- deployed rinkeby Zap, JoeMaker, Boring helpers 32aa164
- Added Zap contract 0a739a2
v0.2.2
- Fix init code hash in JoeRoll and re-deploy to rinkeby dc67633
v0.2.0
MasterChef has been rewritten and renamed to MasterChefJoe.
Added BoringCryptoTokenScanner and BoringCryptoDashboardV2 (these are helper contracts used in LP migration).