This repository was archived by the owner on Feb 21, 2024. It is now read-only.
v1.1.0
This Release focuses on removing (almost) all required prop restrictions when signing a new transaction.
This was done in order to allow signing new contract deployments (since those transactions don't require a destination address -- to prop).
While is does not add breaking changes, it does remove some restrictions, and in effect changing the underlying API, hence the MINOR version bump.
General:
Docs:
- Fixed Common Wallet Interface spelling regarding the
setDefaultAddress()method #148 - Added changes and examples to the Common Wallet Interface
sign()method, related to the contract deployment signatures:7dc7653
Monorepo:
- Updated dev dependencies:
- Updated dependencies:
ethersto the new major version:4.0.0. This also brokepurser-softwaredue toetherschanging it's file/folder structure:e22f871
- Fixed
testCI step parallelization failures:47f04b0 - Changed
huskypre-commit hook config to adapt to the new version:f840a1d - Changed
flowconfig to also check unit test files:9f3d843 - Changed
eslintconfig to also check unit test files:754ac62 - Changed
lint-stagedconfig to also check unit test files on commit:d880e61
purser-core:
- Bumped version to next MINOR:
1.1.0 - Refactor
transactionObjectValidatorhelper to allow for selective address validation:fa250c6 - Fixed minor spelling mistake in user-facing input validation warning:
9fb22d
purser-ledger:
- Bumped version to next MINOR:
1.1.0 - Remove the instance
sign()method required prop restrictions:1f9cd9d
purser-metamask:
- Bumped version to next MINOR:
1.1.0 - Remove the instance
sign()method required prop restrictions:e534e40
purser-software:
- Bumped version to next MINOR:
1.1.0 - Remove the instance
sign()method required prop restrictions:da5fc52-cb91ac3
purser-trezor:
- Bumped version to next MINOR:
1.1.0 - Change the instance
sign()method required prop restrictions to selectively apply based on what type of transaction you are signing. Also, add a dev environment warning about what restrictions to expect:d3e7497