Releases: Phala-Network/phat-dashboard
Releases · Phala-Network/phat-dashboard
release-2023-09-08
What's Changed
- Remove artifacts that can be built from source by @kvinwang in #17
- Simple lego in Rust by @kvinwang in #19
- Better way to set session id by @kvinwang in #18
- Improved: make action_offchain_rollup debug friendly by @Leechael in #22
- BrickProfile: added APIs for dApp by @Leechael in #24
- Ensure consistent access control by @shelvenzhou in #26
- Check poll_id to prevent script injection by @kvinwang in #28
- Fix workflows cannot get EVM address from BrickProfile by @shelvenzhou in #30
- Add and use logging::ResultExt::log_err by @kvinwang in #31
New Contributors
Full Changelog: release-2023-07-19...release-2023-09-08
release-2023-07-19
What's Changed
- Use cargo-contract 3.0 by @kvinwang in #10
- Update offchain rollup by @shelvenzhou in #12
- Support for witnessed build by @kvinwang in #11
- Fix BrickProfile by @shelvenzhou in #13
- Generic oracle by @kvinwang in #14
- Add GitHub Action "build & release" by @kvinwang in #16
New Contributors
Full Changelog: v0.1.0...release-2023-07-19
v0.1.0
This is the first release of Phat Bricks with LensAPI blueprint. All the Phat Contract artifacts are available under ./phat/artifacts repo.
In the first release, we deprecate EVM account import and export for security concerns. All the EVM accounts will be generated in Phat Contract and never leave it.