This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OSS Support Grant: Milestone 2 - Add methods to inspect account stora…
…ge (#215) * Add default addresses for more contracts * Add methods to query account storage * Add tests to cover newly added methods * Add license header * Add additional messages for storage inspection * Add tests for utility methods * Implement storage inspection methods. Add tests. * Add rule to allow simple expects with helpers * Add Jest helpers for storage inspection * Update documentation * Add changeset * Update broken link for Cadence Transformer * Update logger regexp
- Loading branch information
1 parent
4e1d666
commit 7c302b8
Showing
11 changed files
with
836 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@onflow/flow-js-testing": minor | ||
--- | ||
|
||
- Storage inspection API implemented as set of utility methods | ||
- Additional Jest helpers implemented | ||
- Related documentation added |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.