Skip to content

Commit

Permalink
feat: expose an agent syncTime method (#623)
Browse files Browse the repository at this point in the history
* syncTime test
* fallback canister set to ICP ledger
  • Loading branch information
krpeacock committed Sep 7, 2022
1 parent 25307d5 commit 913c3e7
Show file tree
Hide file tree
Showing 7 changed files with 9,609 additions and 5,824 deletions.
7 changes: 7 additions & 0 deletions docs/generated/changelog.html
Expand Up @@ -13,6 +13,13 @@ <h1>Agent-JS Changelog</h1>
<h2>Version 0.13.3</h2>
<ul>
<li>adds ability to polyfill bls verification in Certificate</li>
<li>
Auth Client moves key fallback generation to the create method instead of login and makes
the _key non-nullable. This fixes a regression with async window.open behavior in Safari
</li>
<li>
HttpAgent now offers a method to sync time with the replica, provided a specific canister.
This can be used to set proper Expiry times when a device has fallen out of sync with the replica.
</ul>
<h2>Version 0.13.2</h2>
<ul>
Expand Down

0 comments on commit 913c3e7

Please sign in to comment.