Skip to content

Migrate mock encryptor to TypeScript#399

Merged
Gudahtt merged 2 commits intodevelopfrom
migrate-mock-encryptor-to-typescript
Mar 16, 2021
Merged

Migrate mock encryptor to TypeScript#399
Gudahtt merged 2 commits intodevelopfrom
migrate-mock-encryptor-to-typescript

Conversation

@Gudahtt
Copy link
Copy Markdown
Member

@Gudahtt Gudahtt commented Mar 16, 2021

The mock encryptor we use for the KeyringController tests has been migrated to TypeScript. It has also been converted from an object literal to a class, as it seemed a bit more conventional that way. The encrypt function is also no longer a sinon stub - the stub functionality was not used at all.

The mock encryptor we use for the KeyringController tests has been
migrated to TypeScript. It has also been converted from an object
literal to a class, as it seemed a bit more conventional that way. The
`encrypt` function is also no longer a sinon stub - the stub
functionality was not used at all.
@Gudahtt Gudahtt requested a review from a team as a code owner March 16, 2021 15:00
Copy link
Copy Markdown
Contributor

@NiranjanaBinoy NiranjanaBinoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Gudahtt Gudahtt merged commit 9362bb4 into develop Mar 16, 2021
@Gudahtt Gudahtt deleted the migrate-mock-encryptor-to-typescript branch March 16, 2021 19:12
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
The mock encryptor we use for the KeyringController tests has been
migrated to TypeScript. It has also been converted from an object
literal to a class, as it seemed a bit more conventional that way. The
`encrypt` function is also no longer a sinon stub - the stub
functionality was not used at all.
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
The mock encryptor we use for the KeyringController tests has been
migrated to TypeScript. It has also been converted from an object
literal to a class, as it seemed a bit more conventional that way. The
`encrypt` function is also no longer a sinon stub - the stub
functionality was not used at all.
Mrtenz pushed a commit that referenced this pull request Oct 16, 2025
This is the release for version 17.1.0.

```
4e74bb9 feat: add RPC methods described in (revised) EIP-7715 (#396)
0a66477 Run compatibility test only in main branch. (#397)
```

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jeff Smale <6363749+jeffsmale90@users.noreply.github.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants