Nathan from the SDK Team here and today I’m excited to announce that pic-js has officially migrated to the DFINITY GitHub organization! This means that going forward, pic-js will be maintained by the SDK team in DFINITY, making it much easier to keep the package up to date with the Rust and Python libraries.
What’s changing?
GitHub Repository:
- Old: hadronous/pic-js
- New: dfinity/pic-js
NPM Package:
- Old: @hadronous/pic
- New: @dfinity/pic
Docs:
- Old: hadronous.github.io
- New: dfinity.github.io
We recommend all users migrate to the new package and repo to get the latest updates and support.
npm install @dfinity/pic
New Release: v0.12.0
The latest release, v0.12.0, includes support for the latest version of the pocketic server, and includes the following changes:
- Added support for the set_certified_time endpoint:
- Added support for the get_controllers endpoint:
- The following methods are now async:
Coming Soon
We’re also planning to work on some new features for pic-js, including:
- Live Mode, enabling support for agents (including agent-js) and enabling new use cases, such as browser automation tests using Selenium-based frameworks like Playwright.
- State folders, enabling creation of a subnet from a predefined state folder created using pic-js, or DFX (with pocketic enabled).
If you have any feedback or run into issues, feel free to open an issue on the new GitHub repo, start a new thread or comment on this one. Thanks for being part of the community!