-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Motivation Keep our ic-js dependency up to date. In particular, we want to use the `timestamp` field that was added to the `Transaction` type of the index canister. I attempted this with #4663 but had forgotten to publish the changes first. # Changes 1. Ran `npm run upgrade:next`. 2. Set the `timestamp` field on test values where it's required. # Tests Still pass # Todos - [ ] Add entry to changelog (if necessary). not necessary
- Loading branch information
Showing
4 changed files
with
74 additions
and
68 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,5 +115,6 @@ export const mockTransactionWithId: TransactionWithId = { | |
}, | ||
}, | ||
created_at_time: [], | ||
timestamp: [], | ||
}, | ||
}; |