Malachi Nguyen
Malachi Nguyen
New Staking Curve that implements linear decay. Allows for you to create a lock that sets the staking amount and time you will lock it for (create_lock(amount, lock_time). Basically queries...
accidentally closed, finished but needs review
Fixed health check tests. Everything works fine now.
Added transferring of treasury tokens through the treasury contract. Also kept minting feature. Also added some documentation. *When canceling stream, the remaining tokens are minted to the recipient*
Aug 1st - wrote a check_if_healthy function and am currently testing it. Not fully functioning but fix should be easy. Also side note, I'm using the old staking curve and...
Only issue at the moment is figuring out how to call check_if_healthy on the separate testing file. I am not sure that the tests are correctly calling it, but I've...
Checks are working correctly, I'm just having some weird contract deployment error iff it returns false. (Requested contract address ContractAddress(PatriciaKey(StarkFelt("0x0000000000000000000000000000000000000000000000000000000000000000"))) is not deployed.)