Commit Graph

22 Commits

Author SHA1 Message Date
45cdd1a4da Bump version: 0.2.0 → 0.2.1 2024-12-20 11:58:50 -07:00
3e4420e9c2 Bump version: 0.1.5 → 0.2.0 2024-07-09 11:23:05 -06:00
eea065fb57 reorg test structure to match tox and CI jobs, drop bumpversion for bump-my-version and move config to pyproject.toml, fix docs building 2024-04-20 09:18:26 -06:00
383ffcb12c fixed noise_state returns bytearray where we want bytes, add slow to pytest markers 2024-03-09 11:02:22 -07:00
42605c0288 merge template updates and refill vars 2024-02-19 14:49:30 -07:00
30e3c1de20 toml bools should be lowercase w/o quotes 2024-01-09 12:06:27 -07:00
662b35d09a Update pyproject.toml
Add description of pydocstyle D415 rule
2023-10-12 12:14:28 -06:00
86440ee879 add autoflake to lint and move config to pyproject.toml 2023-10-12 12:11:12 -06:00
23a192f62c change references to doc to all be docs 2023-05-03 14:20:55 -06:00
da9b95f37c introduce contributing doc + main branch convention (#84) 2023-05-01 15:19:16 -06:00
484b6b55cd Template updates post ssz and ethabi (#82)
* add updates found when merging template with py-ssz and eth-abi

* add wheel and wheel-windows to ci and reorg
2023-05-01 15:19:15 -06:00
3314247037 apply template updates found following merge with eth-typing (#81)
* apply template updates found following merge with eth-typing

* add build as a dev dependency

* remove timeout from pytest.ini, it doesn't do anything without pytest-timeout as a dep
2023-05-01 15:19:14 -06:00
2e22e2d0b6 Add breaking change type to newsfragment (#61)
* Add breaking change type to newsfragment

* Move breaking-change -> breaking
2022-05-20 14:12:01 -06:00
27d0c7f0e5 Customize section title, because default is bad
It has weird capitalization rules, in particular.
2020-09-24 08:47:17 -07:00
f28227729c Customize release notes title
towncrier likes to capitalize things, so libp2p was showing up as
Libp2P. Uuuugly.
2019-11-27 16:09:27 -08:00
d589daf00d Fill in template variables 2019-11-26 13:33:57 -08:00
27da312285 Splice in project template
I tried to merge it so that future updates from the template will be
much easier.

The template is hosted at:
https://github.com/ethereum/ethereum-python-project-template
2019-11-26 13:30:41 -08:00
89363b2d9b Add internal type for release notes 2019-11-25 21:44:29 +01:00
02fe35663c Setup towncrier to generate release notes 2019-11-25 21:44:29 +01:00
87375e0f23 Use the default line length for black ('no configuration')
and update `isort` to a stable configuration given the black line length
2019-08-13 14:36:05 -07:00
251422a234 Match black line length to flake8 line length 2019-08-04 12:37:41 +08:00
4fef80595c Skip pb files in linters
In isort, black, and flake8, respectively.

Add `format` in Makefile

Run top level packages only

With `setup.py`, to avoid running other unrelated directories.

Refactor
2019-08-03 23:34:56 +08:00