Releases: traderjoe-xyz/rocket-joe
Releases Β· traderjoe-xyz/rocket-joe
v1.0.0
- Fix code style issues with Prettier ac7c7c2
- factory redeploy 832d063
- mainnet deployment 2dad46b
- Add localhost deployments to git ignore 9078e15
- onlyOwner dc827d9
- Fix code style issues with Prettier e995a53
- Deploy updated
LaunchEvent
f528613 - Change constants in LaunchEvent back to camelcase 93660f5
- Fix code style issues with Prettier abeb143
- rinkeby deployment v7 180683f
v0.0.8
- Ignore python and shell scripts 67ede99
- v0.0.7 5c721f7
- v6 rinkeby deployments 695ea07
- Install dotenv 80f017b
- prettier 45bc88e
- consistency and disallow emergency withdraw 0 LP 11d6afc
- Add pagination to LaunchEventLens fde14a6
- Fix code style issues with Prettier 2bfd7a0
- CEI 970906b
- typo eb4418b
- Interface functions are implicitly "virtual" b345f70
- Set staking starttime to be 60 seconds in the future 7aed119
- Remove
setRJoe
function 5d4dbb1 - fix eaf234b
- require EOA, and require avaxReserve > contractBalance 73a0357
- rinkeby deploy v4 7ed69b4
- Use simple factory interface to stop unnessesary redeploys 1823e70
- max max emmision <= rather than < 33b8499
- Fix test f6d8167
- Change max emission to 1e24 cb8ef41
- Add validation for mamimum emission rate e241331
- Fix misc in LaunchEvent test 449aa01
- emit events when setting durations 607dfda
- Remove floor price validation be9dcf7
- Three input validations that would break business logic 839067e
- Cannot manipulate number of JOE staked 4005879
- Validation for
setPenaltyCollector
9df6120 - Typographical errors 1a7fca5
- Ownable as interface a49333f
- Use upgradeable OpenZeppelin dependencies a802409
- Use parseEther b8352ff
- Fix fixedWithdrawPenalty in test/LaunchEvent b7c07df
- Use addition assignment operators 22f67c9
- Return 0 for penalty if auction has not started adbb51b
- Make
withdrawAvax
external 7caf02a - Typographical errors; unnecessary case to uint256 200f730
- calling it at the end of the function 8dd89ca
- call parent 4c3b7ba
- Add handling for avaxAllocated == 0 in getIncentives (#113) cfbedb1
- Revert change 6129f7d
- Add handling for avaxAllocated == 0 in getIncentives ed6e0f8
- comments ec9a585
- fix test 8cdc8f0
- miscellaneous dbd19cc
- fix token used 7bcea79
- comments 1560791
- fix and tests df50a36
- emergency 8a93c43
- Fix comment punctuation 880f9a4
- Test for 0 address a17f199
- Add setter method for event implementation 3aeffaa
- Set state variables in initializer c1886d2
- Make rJoePerAvax 1e18 57d5105
- v3 deployment rinkeby 20fd53f
v0.0.6
With ABIs
v0.0.5
- Fix test fixtures 0326476
LaunchEvent
does not useOwnable
989bb6c- Deploy RocketJoeFactory using proxy c82199f
- Fix test for
penaltyAmount
inUserWithdrawn
event e62118a - add fee amount to UserWithdraw event 3311592
- Fix alphabetical sorting 22a28da
- Rename wavaxReserve -> avaxReserve 6bc03af
- Change user from storage to memory 7bbc8d2
- Add getIncentives ec1d34b
- s/methodname/methodName/ 89a68b0
- Add pairBalance 65a043a
- Add penalty 6b26609
- Add maxAllocation 89a1099
- Update comment 4d97ba9
- Add tokenDecimals a8a63b0
- Add id to LaunchEventData 3477da9
- Remove getUserLaunchEvents for getAllLaunchEventsWithUser 09808e2
- updated contracts rinkeby deployment c44060f
v0.0.4
v0.0.4
v0.0.3
- Test params of
RJLaunchCreated
; remove wrong comment a2674c7 - Add LaunchEvent address to
RJLaunchEventCreated
event e605336 - v0.0.2 118c802
- v2 deployment 86d9e72
- Move
IssuingTokenDeposited
event to interface f790b91 - Add
LaunchEventInitialized
event 94f0ccf - safetransfer on createLaunchEvent and staking cb07609
- 3.5 ERC20 return values not checked 9e11786
- Add license to package.json 5ceeecd
- Update contract licenses to MIT e6e0d61
- Add event for withdraw incentives 13cfb3b
- Add test for emergency withdraw events 1217eb8
- Add test for Stopped event 73032d1
- Test events for user/issuer withdraw liquidity 00e74cc
- Test for event
LiquidityPoolCreated
2dbe4db - Add test for
UserParticipated
event 4b8d169 - Move
IssuingTokenDeposited
toRocketFactory
; add test 587f33e - Update outdated natspec comments 1251b29
- s/wavax/avax in comment; remove only in test suite 4614066
- Only wrap to WAVAX before creating liquidity pair eacb182
- emit Withdraw event; fix bug in utils/contracts where await not used 6596bba
- Fix code style issues with Prettier 167c1e6
- LaunchEventLens rinkeby deployment 427ea9a
- Minor fixes to lens deploy script a2e750b
- hardcode rocketjoe factory address for rinkeby b29a645
- Add reserves 4a97539
- Rename to LaunchEventLens cefadaa
- Add getAllLaunchEvents 4cd4641
- Add getUserLaunchEventData 3144071
- Remove unused dev var 5b81607
- Add RocketJoeLens deploy script 31bdcd4
- Fix in memory array issue fdcf884
- Add getLaunchEventData ea80dc2
- Add RocketJoeLens f86bb24
- Fix code style issues with Prettier 0bc4581
- Task to enter a launch event c8a8844
- Testcase where tokens and wavax sent to pair but mint not called ce86c81
- Fix for when someone has already sent WAVAX to pair beafb4a
- Run tests on PRs against staging branch b5ad51f
- Add failing test where a uniswap pair with wavax sent and sync called causes the launch event create pair function to revert 73220f6
- IWAVAX.balanceOf is a view ba15902