ethereumjs-testing
Version:
test utils for ethereumjs-*
38 lines (24 loc) • 1.28 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.1.0] - 2018-06-22
- Updated ``tests`` submodule (``Byzantium`` compatible, partly ``Constantinople`` compatible)
- Removed ``BlockchainTests`` limitation to ``GeneralStateTests`` subfolder
- Support for new ``GeneralStateTests`` format
- New ``--dir`` and ``excludeDir`` CL arguments
- Functionality for skipping tests
- Added API documentation in README
- New ``examples/`` folder with ``read-single-file`` and ``read-tests-with-args`` example
(also for library testing)
[1.1.0]: https://github.com/ethereumjs/ethereumjs-testing/compare/v1.0.4...v1.1.0
## [1.0.4] - 2016-11-10
- Minor Changes
[1.0.4]: https://github.com/ethereumjs/ethereumjs-testing/compare/v1.0.0...v1.0.4
## [1.0.0] - 2016-11-09
- Library rewrite, first generalized testing version
[1.0.0]: https://github.com/ethereumjs/ethereumjs-testing/compare/v0.0.2...v1.0.0
## Older releases:
- [0.0.2](https://github.com/ethereumjs/ethereumjs-testing/compare/v0.0.1...v0.0.2) - 2016-10-27
- 0.0.1 - 2016-01-20