Skip to content

Commit

Permalink
Add breaking change for --mnemonic-option flag
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Jun 26, 2024
1 parent 7db52d4 commit 6f19153
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ At the moment this project **does not** adhere to
- In [#853](https://github.com/entropyxyz/entropy-core/pull/853) the responsibility of generating a
TSS mnemonic was shifted to operators, which can be done using the `--mnemonic` flag during
process startup. This also allows operators to back up the mnemonic for their TSS.
- In [#856](https://github.com/entropyxyz/entropy-core/pull/856) a new flag, `--mnemonic-option`,
and environment variable `DEPLOYER_MNEMONIC`, were added to the `entropy-test-cli` as ways to
indicate which account to use during registration. This replaces having an account name or
mnemonic directly in the command invocation.
- In [#866](https://github.com/entropyxyz/entropy-core/pull/866) timestamp was removed from
`UserSignatureRequest` and replaced with block_number. Thus check_stale now uses block_number for
stale checks
Expand Down

0 comments on commit 6f19153

Please sign in to comment.