Himitsu 作者: hiahatf
实验性实验性
Browser extension for xmr powered apps and hidden services
您需要 Firefox 来使用此扩展
扩展元数据
屏幕截图
关于此扩展
## Himitsu v0.1.1-experimental
Himitsu is still mostly a dev playground, at least until the [installation](https://github.com/hyahatiph-labs/infosec/blob/main/himitsu/docs/installation.md)
process gets smoothed out. This release is mostly bug fixes, and the prokurilo / i2p integration.
The production build will now only work over an i2p connection due to the proxy being built in to
the authentication framework. Mainnet restrictions are removed but the application still requires
thorough testing on stagenet. Notable changes include but are not limited to:
* manifest v3 migration https://github.com/hyahatiph-labs/infosec/commit/d573364b64dc4ac97e68af0d962a1dcf49e8db12 ***
* [prokurilo](https://github.com/hyahatiph-labs/infosec/tree/main/prokurilo) authentication - allows for the wallet session to
remain open as long as wallet rpc and prokurilo are running eliminating the need for syncing.
Must be run on a hardened server.
* i2p integration - browser extension must be run behind the browser's proxy on localhost:4444
* remove old password management which was broken
* small styling fixes
* WIP android dev builds (requires manually updating App.css)
*** firefox store is not accepting manifest v3 yet
the only change that is needed is `version: 3` and `browser_action` -> `action`
### Firefox
Test the production build from the [firefox store](https://addons.mozilla.org/en-US/firefox/addon/himitsu/) if you feel up to it.
### Future integrations planned
* blockchain stats built into wallet side panel
* view only wallet
* fetch price and fee estimates over i2p
* custom webpack and remove react-scripts dependency
* webxmr for seamless web integration
* atomic swaps
* see [milestones](https://github.com/hyahatiph-labs/infosec/milestones)
## Known bugs
* i2p address may fail to add during first initialization, need to close and retry
* prokurilo disconnection requires recovery from seed due to the nature of the integration
* it is possible there are some edge cases where the wallet will fail to authenticate in the middle of a session
requiring a wallet re-installation
* sync status and i2p indicators are missing and will be included in release v.0.2.0-experimental
* balance not showing after prokurilo re-authentication on wallet unlock, (use 'refresh' button for now)
report bugs to [issues page](https://github.com/hyahatiph-labs/infosec/issues)
## What's Changed
* build(deps): bump url-parse from 1.5.7 to 1.5.10 in /himitsu by @dependabot in https://github.com/hyahatiph-labs/infosec/pull/7
* [Snyk] Upgrade axios from 0.24.0 to 0.25.0 by @snyk-bot in https://github.com/hyahatiph-labs/infosec/pull/10
* [Snyk] Upgrade axios from 0.25.0 to 0.26.0 by @snyk-bot in https://github.com/hyahatiph-labs/infosec/pull/13
* [Snyk] Upgrade helmet from 5.0.1 to 5.0.2 by @snyk-bot in https://github.com/hyahatiph-labs/infosec/pull/11
* [Snyk] Upgrade sass from 1.49.7 to 1.49.8 by @snyk-bot in https://github.com/hyahatiph-labs/infosec/pull/16
## New Contributors
* @snyk-bot made their first contribution in https://github.com/hyahatiph-labs/infosec/pull/10
**Full Changelog**: https://github.com/hyahatiph-labs/infosec/compare/himitsu-v0.1.0-experimental...himitsu-v0.1.1-experimental
Himitsu is still mostly a dev playground, at least until the [installation](https://github.com/hyahatiph-labs/infosec/blob/main/himitsu/docs/installation.md)
process gets smoothed out. This release is mostly bug fixes, and the prokurilo / i2p integration.
The production build will now only work over an i2p connection due to the proxy being built in to
the authentication framework. Mainnet restrictions are removed but the application still requires
thorough testing on stagenet. Notable changes include but are not limited to:
* manifest v3 migration https://github.com/hyahatiph-labs/infosec/commit/d573364b64dc4ac97e68af0d962a1dcf49e8db12 ***
* [prokurilo](https://github.com/hyahatiph-labs/infosec/tree/main/prokurilo) authentication - allows for the wallet session to
remain open as long as wallet rpc and prokurilo are running eliminating the need for syncing.
Must be run on a hardened server.
* i2p integration - browser extension must be run behind the browser's proxy on localhost:4444
* remove old password management which was broken
* small styling fixes
* WIP android dev builds (requires manually updating App.css)
*** firefox store is not accepting manifest v3 yet
the only change that is needed is `version: 3` and `browser_action` -> `action`
### Firefox
Test the production build from the [firefox store](https://addons.mozilla.org/en-US/firefox/addon/himitsu/) if you feel up to it.
### Future integrations planned
* blockchain stats built into wallet side panel
* view only wallet
* fetch price and fee estimates over i2p
* custom webpack and remove react-scripts dependency
* webxmr for seamless web integration
* atomic swaps
* see [milestones](https://github.com/hyahatiph-labs/infosec/milestones)
## Known bugs
* i2p address may fail to add during first initialization, need to close and retry
* prokurilo disconnection requires recovery from seed due to the nature of the integration
* it is possible there are some edge cases where the wallet will fail to authenticate in the middle of a session
requiring a wallet re-installation
* sync status and i2p indicators are missing and will be included in release v.0.2.0-experimental
* balance not showing after prokurilo re-authentication on wallet unlock, (use 'refresh' button for now)
report bugs to [issues page](https://github.com/hyahatiph-labs/infosec/issues)
## What's Changed
* build(deps): bump url-parse from 1.5.7 to 1.5.10 in /himitsu by @dependabot in https://github.com/hyahatiph-labs/infosec/pull/7
* [Snyk] Upgrade axios from 0.24.0 to 0.25.0 by @snyk-bot in https://github.com/hyahatiph-labs/infosec/pull/10
* [Snyk] Upgrade axios from 0.25.0 to 0.26.0 by @snyk-bot in https://github.com/hyahatiph-labs/infosec/pull/13
* [Snyk] Upgrade helmet from 5.0.1 to 5.0.2 by @snyk-bot in https://github.com/hyahatiph-labs/infosec/pull/11
* [Snyk] Upgrade sass from 1.49.7 to 1.49.8 by @snyk-bot in https://github.com/hyahatiph-labs/infosec/pull/16
## New Contributors
* @snyk-bot made their first contribution in https://github.com/hyahatiph-labs/infosec/pull/10
**Full Changelog**: https://github.com/hyahatiph-labs/infosec/compare/himitsu-v0.1.0-experimental...himitsu-v0.1.1-experimental
为您的体验打分
更多信息
添加到收藏集
hiahatf 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分