Skip to content

Commit

Permalink
fixup! refactor: Make Honeypot Dapp more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Aug 30, 2023
1 parent a2cfd68 commit b8805c9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ docker compose down -v

Notice that when running locally, the chain used is [Hardhat](https://hardhat.org/). Due to a [bug](https://github.com/NomicFoundation/hardhat/issues/2053) in thi chain, it is nromal to see the following warning at the logs. Do not bother, it is not a problem.

```
```shell
WARN background_process: eth_block_history::block_subscriber: `listen_and_broadcast` error `New block subscriber timeout: timed out`, retrying subscription
```

Expand Down Expand Up @@ -396,20 +396,15 @@ With such configuration in place, one can interact with the DApp as explained at

*This application does not support `host` mode* because it uses the Cartesi Rollup device driver, which is available only inside the Cartesi Machine.


# Integration Tests

The integration tests are a set of tests meant to be executed on top of Honeypot DApp. They use [Foundry Cast](https://github.com/foundry-rs/foundry) to interact with the DApps.

The tests are written in Typescript and are based on frameworks [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/api/).

## Run

To run these integration tests locally
To run them locally, proceed as follows:

```shell
cd tests
yarn test
```


0 comments on commit b8805c9

Please sign in to comment.