Skip to content

Commit

Permalink
Changelog for 0.3.14 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
kchojn authored Apr 6, 2022
1 parent 77a601c commit 195838e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.3.14 - 2022-04-06

### Fixed
- Caught exception for ens where there is no code associated with the specified
address [#137](https://github.com/EthTx/ethtx/pull/137)
- Fixed wrong transaction metadata types [#136](https://github.com/EthTx/ethtx/pull/136)

### Changed
- Skip compiled structure from `4bytes` [#138](https://github.com/EthTx/ethtx/pull/138)
- Updated black `pre-commit` version [#136](https://github.com/EthTx/ethtx/pull/136)
- Updated tests [#136](https://github.com/EthTx/ethtx/pull/136)

### Added
- Added optional fields `from_address` and `to_address` to DecodedTransactionMetadata
model [#136](https://github.com/EthTx/ethtx/pull/136)


## 0.3.13 - 2022-03-30

### Fixed
Expand Down

0 comments on commit 195838e

Please sign in to comment.