Block a user
ea9b28457c
Add waiting for contracts deployment before verification
f2a0e18cc0
Fix merge conflicts
add hardhat deploy logic
e049d9b107
Merge branch 'AlienTornadosaurusHex-main'
a935093f54
Add hardhat deployment by T-Hax
80078475d5
add hardhat deploy logic
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)
861f4cddaf
Correct padding in generated Solidity proposal code
ed130ad30f
Add hardhat dependencies & update fork-blocks
4a876ee7d0
Add tests (bugged)
Theo
renamed repository from 2023-06-12 16:21:25 +03:00
proposal-23-restore-rewards
to Theo/proposal-25-restore-rewards
1f24d46360
Fix proposal naming & editing: remove crutch code, validate JSON in proposal 15 directly, add title to empty hacker proposal 21
59c252b826
Eslint fix
c17976a491
Update readme
84ba2386c6
Governance address and interface don't needed in this proposal
4b00991ad0
Merge pull request 'Patch to show locking page' (#2) from AlienTornadosaurusHex/docs:en into en
f80f0cf0cd
change back naming
ae22f7450a
formatting
fa6b52201e
locking must show up
423db64463
Merge pull request 'Improve documentation #1' (#1) from AlienTornadosaurusHex/docs:en into en
cab2d0c3f1
Improve documentation and make it more accurate