Proposal to update IPFS hashes of updated Tornado services
Go to file
Theo eaeb72357d Add Goerli test contract to readme & update info to proposal 29 2023-08-30 14:42:57 -07:00
data Update governance implementation address on ENS domain governance-impl.contract.tornadocash.eth 2023-08-30 12:15:12 -07:00
lib Update IPFS CIDs for proposal 29 2023-08-30 12:05:46 -07:00
scripts Update governance implementation address on ENS domain governance-impl.contract.tornadocash.eth 2023-08-30 12:15:12 -07:00
src Update governance implementation address on ENS domain governance-impl.contract.tornadocash.eth 2023-08-30 12:15:12 -07:00
test Add some tests for domains ownership 2023-08-30 14:34:22 -07:00
.env.bat.example Initial commit 2023-07-25 17:39:19 +02:00
.env.example Initial commit 2023-07-25 17:39:19 +02:00
.gitignore Initial commit 2023-07-25 17:39:19 +02:00
.gitmodules Initial commit 2023-07-25 17:39:19 +02:00
.nvmrc Add proposal code and tests 2023-07-28 05:43:53 -07:00
README.md Add Goerli test contract to readme & update info to proposal 29 2023-08-30 14:42:57 -07:00
foundry.toml Initial commit 2023-07-25 17:39:19 +02:00
package.json Add proposal code and tests 2023-07-28 05:43:53 -07:00
remappings.txt Initial commit 2023-07-25 17:39:19 +02:00
tsconfig.json Add proposal code and tests 2023-07-28 05:43:53 -07:00

Proposal to update Tornado IPFS hashes in ENS

Changes / effect description

Requirements

Installation

git clone --recurse-submodules https://git.tornado.ws/Theo/proposal-29-update-ipfs.git
cd proposal-29-update-ipfs
npm install
npm run init

Testing

npm run test:windows

or

npm run test:linux

Contracts

Proposal deployed contract: 0xaF0AbcF236D495AEfDA9f9e1DF5bECE0D132da66

Goerli test contract: 0x0b70c06d7a4D52cbE9CC4C9FCb4Df2B024F4fFd8

Verification

Since the proposal code can be confusing because it relies on numerous specifications and EIPs, users can use scripts to verify the correctness of the data, see the output in the corresponding files, and insert the code directly into Solidity, comparing it with the existing code in the proposal (there should be no discrepancies be).

  1. Verification of the transformation of eth domains into ENS nodes:

    Script source: calculateENSNodes.ts

    Command to run: npm run calculateENS

    Result data: ensNodesDeclarations.txt

  2. Verification of the transformation of IPFS CIDs to ENS content hashes

    Script source: calculateIPFSContenthashes.ts

    Command to run: npm run calculateIPFS

    Result data: ensDomainsIPFSContenthashes.txt

  3. Verification of the equality IPFS CIDs v0 with v1 (because ENS on its interface shows v1 CIDs, but Pinata and contenthash library uses v0)

    Script source: calculateIpfsV1Cids.ts

    Command to run: npm run calculateIpfsV1Cids

    Result data: ipfsV1CIDs.txt