Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Jan 12, 2025
1 parent 88a58d2 commit efe4f7d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,24 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil
### Added
- utility method to return substrate api instance to interact with without needing to instantiate entropy instance (#435)[https://github.com/entropyxyz/sdk/pull/435]
- verifying method for signatures `keccak` and `blake2_256` hashed signatures

### Fixed

### Changed

### Broke
- sign and sign with adapters no longer returns just the signature. It now returns a object `SignatureData` that contains the signature and information pronating to it see the `SignatureData` interface in (./src/signing/index.ts)(./src/signing/index.ts)
- `entropy.sign` and `entropy.signWithAdaptersInOrder` function argument interface key renamed `sigRequestHash` -> `hexMessage`

### Dev

- added `dotenv` for handling ENV in tests. See `.env.template`
- new ENV:
- `ENTROPY_SDK_TESTS_RETRY_COUNT_DEFAULT` - default number of times to run `retryUntil` function
- `ENTROPY_SDK_TESTS_RETRY_TIMEOUT_DEFAULT` - default timeout between runs of `retryUntil` function
- renamed ENV:
- `ENTROPY_DONT_KILL` => `ENTROPY_SDK_TESTS_DONT_KILL`

### Meta

## [0.4.0] Fa - 2024-11-05 (entropy-core compatibility: 0.3.0)
Expand Down

0 comments on commit efe4f7d

Please sign in to comment.