36 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
Theo pushed to full at tornadocash/post-sanctions-info-page 2023-06-30 16:09:19 +03:00
Theo pushed to main at tornadocash/post-sanctions-info-page 2023-06-27 18:41:23 +03:00
20ea80c7a8 Add link to Tornado Cash actual docs
9385a90340 Add readme
Compare 2 commits »
Theo renamed repository from post-sactions-info-page to tornadocash/post-sanctions-info-page 2023-06-27 18:41:19 +03:00
Theo renamed repository from info-page to tornadocash/post-sanctions-info-page 2023-06-27 18:37:19 +03:00
Theo pushed to main at tornadocash/post-sanctions-info-page 2023-06-27 17:03:54 +03:00
71a5978b38 Init
Theo created branch main in tornadocash/post-sanctions-info-page 2023-06-27 17:03:54 +03:00
Theo created repository tornadocash/post-sanctions-info-page 2023-06-27 17:03:06 +03:00
Theo pushed to en at tornadocash/docs 2023-06-19 20:14:38 +03:00
43af272ed5 Update relayers info: actualize tresholds & add info about ENS wrapped domains
Theo pushed to main at Theo/proposal-25-restore-rewards 2023-06-19 19:05:43 +03:00
55a6540a13 Add calculation of stakers (to who we propose to restore rewards) locked balances & use multicall, speed up scripts execution more than 10 times
Theo pushed to master at tornadocash/nova-ui 2023-06-17 02:46:27 +03:00
c3bef6af31 Use self-hosted AMB Live Explorer for crosschain transactions
0f44e768fe Validate bridge contract address
b2270836e4 Add prettier rules config (with existing repo format)
Compare 3 commits »
Theo pushed to main at Theo/proposal-25-restore-rewards 2023-06-16 06:39:01 +03:00
dbd12a63a2 Add deployed contracts addresses to README
035ab78ac6 Update forge
Compare 2 commits »
Theo pushed to main at Theo/proposal-25-restore-rewards 2023-06-16 00:30:36 +03:00
380e7872f0 Add README
Theo pushed to master at tornadocash/relayers-network-ui 2023-06-15 17:30:31 +03:00
5a7839eb28 Fix function that gets owner of ENS domain by domain name:
Theo pushed to main at Theo/proposal-25-restore-rewards 2023-06-14 17:27:14 +03:00
94b96276b6 Fix restore calculation: we should not restore rewards to those who managed to withdraw from the old Staking contract
d90b460355 Add tests to check correctness of staking contract functionality after proposal execution
808420b0d6 Add autoreturn locked tokens to Governance from test voter
Compare 3 commits »
Theo pushed to main at Theo/proposal-25-restore-rewards 2023-06-13 22:32:24 +03:00
ea9b28457c Add waiting for contracts deployment before verification
f2a0e18cc0 Fix merge conflicts
Compare 2 commits »
Theo closed pull request Theo/proposal-25-restore-rewards#1 2023-06-13 21:37:03 +03:00
add hardhat deploy logic
Theo commented on pull request Theo/proposal-25-restore-rewards#1 2023-06-13 21:37:03 +03:00
add hardhat deploy logic

Merged in this commit, closed.

Theo pushed to main at Theo/proposal-25-restore-rewards 2023-06-13 21:33:57 +03:00
e049d9b107 Merge branch 'AlienTornadosaurusHex-main'
a935093f54 Add hardhat deployment by T-Hax
80078475d5 add hardhat deploy logic
Compare 3 commits »
Theo pushed to main at Theo/proposal-25-restore-rewards 2023-06-13 02:45:37 +03:00
79d5bfd103 Fix rewards accrual bug mentioned by T-Hax: in 'accrueOldRewards' function we added rewards that staker hasn't earned, because 'checkReward' function in Staking contract returns updated (actual) reward amount, but not update it in storage. Replace 'checkReward' function with getter 'accumulatedRewards', which returns actual accumulated reward amount (not updated)
Theo pushed to main at Theo/proposal-25-restore-rewards 2023-06-13 01:18:38 +03:00
861f4cddaf Correct padding in generated Solidity proposal code
ed130ad30f Add hardhat dependencies & update fork-blocks
4a876ee7d0 Add tests (bugged)
Compare 3 commits »