Releases: LedgerHQ/python-erc7730
Releases · LedgerHQ/python-erc7730
v0.1.0
🌈 Tech improvements
- chore: open source library @jnicoulaud-ledger (#57)
- doc: add minimal docsite @jnicoulaud-ledger (#64)
🛠️ Dependency updates
- doc: add minimal docsite @jnicoulaud-ledger (#64)
v0.0.29
What's Changed
Features
- make excluded field work as prefix
- fix edge case with pydantic errors
- typo fix
- test: adapt dictionaries before comparing in roundtrip unit-tests by @fsamier in #58
Full Changelog: v0.0.28...v0.0.29
v0.0.28
- chore: update model and linter to support
excluded
@jnicoulaud-ledger (#63) - chore: linter: return exit code 0 if there are only warnings @jnicoulaud-ledger (#60)
- chore: (slightly) improve linter messages @jnicoulaud-ledger (#61)
🛠️ Dependency updates
- dependencies: update dependencies @ldg-github-ci (#62)
v0.0.27
What's Changed
Dependency updates
- feat: implement path parser and object model by @jnicoulaud-ledger in #56
Other changes
- chore: update following spec changes by @jnicoulaud-ledger in #59
Full Changelog: v0.0.26...v0.0.27
v0.0.26
- fix: ERC-7730 => EIP-712 conversion: fix nested paths @jnicoulaud-ledger (#55)
v0.0.25
🛠️ Dependency updates
- dependencies: update dependencies @ldg-github-ci (#53)
- fix: EIP-712<=>ERC-7730 conversion fixes @jnicoulaud-ledger (#54)
v0.0.24
What's Changed
Other changes
- fix: fix nested fields paths management for conversion to EIP-712 by @jnicoulaud-ledger in #52
Full Changelog: v0.0.23...v0.0.24
v0.0.23
What's Changed
Other changes
- feat: linter: add file path to outputs by @jnicoulaud-ledger in #50
- feat: unwrap pydantic errors, improve a bit console display by @jnicoulaud-ledger in #51
Full Changelog: v0.0.22...v0.0.23
v0.0.22
What's Changed
Dependency updates
Other changes
- chore: add script to auto convert all ledger-asset-dapps EIP-712 messages by @jnicoulaud-ledger in #43
- doc: document model by @jnicoulaud-ledger in #44
- fix: fix linter exit code by @jnicoulaud-ledger in #45
- feat: Repair linter by @fsamier in #46
- fix: fix EIP-712 -> ERC-7730 conversion not using primary type by @jnicoulaud-ledger in #49
- feat: exclusions for display fields by @fsamier in #48
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
Dependency updates
- dependencies: update dependencies by @ldg-github-ci in #41
Documentation
- feat: cleanups, setup conversion CLI, more extensive tests by @jnicoulaud-ledger in #36
Other changes
- chore: make some fields non optional in schema by @jnicoulaud-ledger in #37
- refactor: split model in input/resolved by @jnicoulaud-ledger in #40
- feat: make converters return multiple descriptors by @jnicoulaud-ledger in #42
Full Changelog: v0.0.20...v0.0.21