Merge branch 'hardhat' of github.com:tornadocash/tornado-trees into hardhat
This commit is contained in:
commit
2f99d47dc1
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -20,12 +20,12 @@ jobs:
|
|||||||
- run: yarn circuit
|
- run: yarn circuit
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
# - name: Telegram Failure Notification
|
- name: Telegram Failure Notification
|
||||||
# uses: appleboy/telegram-action@0.0.7
|
uses: appleboy/telegram-action@0.0.7
|
||||||
# if: failure()
|
if: failure()
|
||||||
# with:
|
with:
|
||||||
# message: ❗ Build failed for [${{ github.repository }}](https://github.com/${{ github.repository }}/actions) because of ${{ github.actor }}
|
message: ❗ Build failed for [${{ github.repository }}](https://github.com/${{ github.repository }}/actions) because of ${{ github.actor }}
|
||||||
# format: markdown
|
format: markdown
|
||||||
# to: ${{ secrets.TELEGRAM_CHAT_ID }}
|
to: ${{ secrets.TELEGRAM_CHAT_ID }}
|
||||||
# token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Tornado.cash trees [![Build Status](https://github.com/tornadocash/tornado-anonymity-mining/workflows/build/badge.svg)](https://github.com/tornadocash/tornado-anonymity-mining/actions) [![npm](https://img.shields.io/npm/v/tornado-anonymity-mining)](https://www.npmjs.com/package/tornado-anonymity-mining)
|
# Tornado.cash trees [![Build Status](https://github.com/tornadocash/tornado-trees/workflows/build/badge.svg)](https://github.com/tornadocash/tornado-trees/actions)
|
||||||
|
|
||||||
This repo implements a more optimized version of the [TornadoTrees](https://github.com/tornadocash/tornado-anonymity-mining/blob/080d0f83665fa686d7fe42dd57fb5975d0f1ca58/contracts/TornadoTrees.sol) mechanism.
|
This repo implements a more optimized version of the [TornadoTrees](https://github.com/tornadocash/tornado-anonymity-mining/blob/080d0f83665fa686d7fe42dd57fb5975d0f1ca58/contracts/TornadoTrees.sol) mechanism.
|
||||||
|
|
||||||
@ -12,7 +12,6 @@ This repo implements a more optimized version of the [TornadoTrees](https://gith
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ yarn
|
$ yarn
|
||||||
$ cp .env.example .env
|
|
||||||
$ yarn circuit
|
$ yarn circuit
|
||||||
$ yarn test
|
$ yarn test
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user