Compensate relayer losses happened due to attack: https://forum.tornado.ws/t/relayer-attack-analysis-and-mitigation/199
Go to file
2023-10-27 00:41:47 -07:00
data Add proposal and tests solidity code 2023-10-27 00:41:47 -07:00
lib Add proposal and tests solidity code 2023-10-27 00:41:47 -07:00
scripts Add proposal and tests solidity code 2023-10-27 00:41:47 -07:00
src Add proposal and tests solidity code 2023-10-27 00:41:47 -07:00
test Add proposal and tests solidity code 2023-10-27 00:41:47 -07:00
.env.bat.example Initial commit 2023-10-23 19:02:23 +02:00
.env.example Initial commit 2023-10-23 19:02:23 +02:00
.gitignore Initial commit 2023-10-23 19:02:23 +02:00
.gitmodules Initial commit 2023-10-23 19:02:23 +02:00
foundry.toml Initial commit 2023-10-23 19:02:23 +02:00
package.json Add proposal and tests solidity code 2023-10-27 00:41:47 -07:00
README.md Add proposal and tests solidity code 2023-10-27 00:41:47 -07:00
remappings.txt Initial commit 2023-10-23 19:02:23 +02:00
tsconfig.json Add script to calculate relayer losses during the hack 2023-10-25 06:03:29 -07:00

Proposal to compensate relayer attack losses

Changes / effect description

  • 1
  • 2
  • ...

Requirements

Installation

git clone --recurse-submodules https://git.tornado.ws/Theo/proposal-33-compensate-relayer-losses
cd proposal-33-compensate-relayer-losses
npm install

Testing

npm run test:windows

or

npm run test:linux
Test with gas
npm run test:gas:windows

or

npm run test:gas:linux