Releases: inblockio/aqua-verifier-webextension
Releases · inblockio/aqua-verifier-webextension
v1.0.0-alpha.2
The v1.0.0-alpha.2 release features
- support for the Aqua Protocol upgrade to v1.1
- add an offline-verification method which is can be accessed via the web-extension pop up
- add a local name resolution to resolve account addresses to human readable names
- features improved UX with Chakra-UI and React
- a new chrome-web-store release of 'VerifyPage' v1.2.1
Commit messages
chore
- 🤖 add fallback resolutions for webpack 5 upgrade (b16e2c9)
- 🤖 Add logging if there is verification error (c666b8f)
- 🤖 Apply prettier (1521ca6)
- 🤖 dependency: Update copy-webpack-plugin (885c1aa)
- 🤖 dependency: Update jest (69d6728)
- 🤖 dependency: Update typescript (f2bf1ec)
- 🤖 Disable options ui for now (cb2f1df)
- 🤖 offline: Change placeholder text before ver. completes (814bc2e)
- 🤖 Remove options.tsx from Webpack (f0edd57)
- 🤖 Rename popup title (49819d5)
- 🤖 Update external verifier (domain snapshot rename) (9dbaaeb)
- 🤖 Update external verifier (file_hash rename) (a7dd420)
- 🤖 Update external verifier (prepare for offline ver.) (75c4613)
- 🤖 Update external verifier dependency (30e88bf)
- 🤖 Use typings.d.ts to declare untyped modules (ed4bef7)
- 🤖 Verbify offline verify button (e206879)
docs
feat
- 🎸 add bootstrap 4 with Sass theming support (2acc4cc)
- 🎸 Apply name resolution to offline ver. result (7d2e31a)
- 🎸 Apply name resolution to popup verification result (8644600)
- 🎸 BREAKING: Upgrade to DA v1.1 (8a8a891)
- 🎸 Enable unlimited storage for verification detail (62d02b2)
- 🎸 Implement offline verification (fbb54ca)
- 🎸 Implement wallet address -> name resolution (1c0c5ae)
- 🎸 name resolution: Allow import from json (38302bf)
- 🎸 name resolution: Enable toggle to enable/disable (70921b8)
- 🎸 name resolution: Implement read-only resolution table (6cf8da8)
- 🎸 name_resolution: Add button to add entry (130d22c)
- 🎸 Offline ver.: Render last revision of the page (616b695)
- 🎸 Offline: Auto-detect and handle file types (9b2f1cf)
- 🎸 offline: Display & make link for image; type mime-types (e1c7e80)
- 🎸 offline: Implement download link for file content (8759f3a)
- 🎸 offline: Implement drag & drop ui (5a7df76)
- 🎸 offline: Restrict verification to JSON files (25141ad)
- 🎸 offline: Verify transcluded pages (40f33d9)
- 🎸 Parse the updated format of JSON export (cbc11d6)
- 🎸 style offline verification page using chakra (d08a8d6)
- 🎸 style pages with bootstrap (2ca286b)
- 🎸 style popup using chakra (8ccb85e)
- 🎸 Update external verifier (offline verification) (6412bdb)
- 🎸 Update external verifier (slots) (93b29b1)
- 🎸 Verify Merkle proof by default (e9280d2), closes #42
fix
- 🐛 Add back Clipboard js usage (124e79c)
- 🐛 Always update page status after clicking verify button (5e8e4ce)
- 🐛 Bump Webpack to ^5.0.0 (dabffd9)
- 🐛 Display "Mismatch" status instead of "Error" (56b5a18)
- 🐛 Don't execute content script on non-DA pages (d89781e)
- 🐛 Don't resolve account name inside edit box (911d023)
- 🐛 Error out if etherscan.io lookup & check fails (d4eb530)
- 🐛 Fix webpack.dev.js import (492b228)
- 🐛 formatPage2HTML: Handle when there is revision error (e2c4937)
- 🐛 Handle 'path' import in the browser (a8c6fc9)
- 🐛 name_resolution: Handle empty address rows (2326c22)
- 🐛 name_resolution: Prevent data el. deletion w/o setData (2a1bf85)
- 🐛 offline: Fix page result typing (3d2ef6e)
- 🐛 offline: Handle corrupted base64 encoded file content ([984a3b9](https://...
PKC v1.0.0 Alpha Release
Verify Page is a Chrome Extension which can be used to verify pages of a Micro PKC instance which has the Data Accounting MediaWiki extension running.
Features
- Can be installed via the Chrome App Store
- Using the manual 'Verify Page' button in the pop up to trigger a new verification
- Automatically detects if a page can be verified or not
- Automatically runs to verify data on supported pages and provides instant feedback once done
Known Limitations
- User waits very long time on page with long revision history to get a visual feedback See #38
- See also open issues