Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mater->dev Squashed commit of the following: #72

Merged
merged 1 commit into from
Apr 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@

## Current Develop Branch

## 0.1.3 Thu Apr 16 2020
- Version v0.1.0 RC (#64)
- Add: upgrade multihashes (#67)
- Add: changelog
- Version v0.1.0
- Version v0.0.9 RC (#58)
- Add: new address rule, conflux hdpath
- Add: update local-network-lite to 2.0.3
- Add: getTransactionCount -> getNextNonce
- Add: new storage, epoch height, nonce logic
- Add: update keyring controller to 5.6.5
- Add: change chainId
- Add: new sign logic, v to 27 28, won't depend on chainId
- Fix: e2e test initial state
- Add: new gas/storage logic
- Add: update local-network-lite and chromedriver
- Fix: lint
- Fix: remove duplicate mocha settings
- Fix: remove killPortProcess option, no lsof on circle ci test container
- Fix: e2e tests, update js-conflux-sdk to 0.9.1
- Fix: try fix ci chromedriver version issue
- Add: testnet cfx warning, use new fc contract address
- Add: fc by default
- Fix: logo image
- Add: install latest chrome
- Fix: default show fc e2e test
- Fix: use info-circle.svg instead of fa-info-circle
- Fix: testnet cfx warning
- Clean: chrome-install script
- Fix: benchmark
- Clean: remove mm-secure logo
- Add: change send cfx placeholder
- Fix: zh_CN documents
- Fix: Conflux Portal -> ConfluxPortal
- Add: test on latest version of fullnode
- Add: addresses -> address
- Fix: Confluxscan -> ConfluxScan 种子密语 -> 助记词
- Add: update local network lite
- Fix: upgrade conflux-local-network-lite
- Add: test on latest fullnode
- Add: i18n
- Version v0.1.3

## 0.1.0 Fri Mar 27 2020
- Sync Version v0.0.9 RC (#58) from master (#60)
- new sign logic (#62)
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "0.1.1",
"version": "0.1.3",
"manifest_version": 2,
"author": "https://conflux-chain.org",
"description": "__MSG_appDescription__",
Expand Down