Skip to content

Commit

Permalink
fix refs to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Oct 27, 2023
1 parent 0587500 commit 4386955
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ lint:

test:
pytest tests

build-docs: docs

docs:
python ./newsfragments/validate_files.py
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
[![Build Status](https://circleci.com/gh/ethereum/eth-tester.svg?style=shield)](https://circleci.com/gh/ethereum/eth-tester)
[![PyPI version](https://badge.fury.io/py/eth-tester.svg)](https://badge.fury.io/py/eth-tester)
[![Python versions](https://img.shields.io/pypi/pyversions/eth-tester.svg)](https://pypi.python.org/pypi/eth-tester)
[![Docs build](https://readthedocs.org/projects/eth-tester/badge/?version=latest)](https://eth-tester.readthedocs.io/en/latest/?badge=latest)

Tools for testing Ethereum applications

Read more in the [documentation on ReadTheDocs](https://eth-tester.readthedocs.io/). [View the change log](https://eth-tester.readthedocs.io/en/latest/release_notes.html).
Read more in the documentation below. [View the change log](https://github.com/ethereum/eth-tester/blob/master/CHANGELOG.rst).

## Quick Start

Expand Down Expand Up @@ -613,8 +612,6 @@ this function can be used to filter the log entries.
'type': 'mined'})
```

See [the filtering guide](#guide-filtering) for detailed information on how to use filters.

<a id="api-delete_filter"></a>

#### `EthereumTester.delete_filter(filter_id)`
Expand Down Expand Up @@ -721,8 +718,8 @@ backend class you wish to use.

Ethereum tester can be used with the following backends.

- PyEVM (experimental)
- MockBackend
- PyEVM (experimental)

#### MockBackend

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ log_date_format = "%m-%d %H:%M:%S"
[tool.towncrier]
# Read https://github.com/ethereum/eth-tester/blob/main/newsfragments/README.md for instructions
package = "eth_tester"
filename = "docs/release_notes.rst"
filename = "CHANGELOG.rst"
directory = "newsfragments"
underlines = ["-", "~", "^"]
title_format = "eth-tester v{version} ({project_date})"
Expand Down

0 comments on commit 4386955

Please sign in to comment.