|
| 1 | +# [0.18.0-beta.1](https://github.com/nervosnetwork/neuron/compare/v0.18.0-beta.0...v0.18.0-beta.1) (2019-08-22) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* remove hash_type=Type in test ([9340e41](https://github.com/nervosnetwork/neuron/commit/9340e41)) |
| 7 | +* **neuron-ui:** fix the color of pagination ([3ffed72](https://github.com/nervosnetwork/neuron/commit/3ffed72)) |
| 8 | +* **neuron-ui:** fix the i18n text of pagination ([c779a20](https://github.com/nervosnetwork/neuron/commit/c779a20)) |
| 9 | +* address service test ([f743a06](https://github.com/nervosnetwork/neuron/commit/f743a06)) |
| 10 | +* don't restart when generate new address in normal sync ([66b6810](https://github.com/nervosnetwork/neuron/commit/66b6810)) |
| 11 | +* minBlockNumber select error ([acbafd0](https://github.com/nervosnetwork/neuron/commit/acbafd0)) |
| 12 | +* using appendLockHashInfos ([342061d](https://github.com/nervosnetwork/neuron/commit/342061d)) |
| 13 | +* **e2e:** Make sure to exit server ([559a11e](https://github.com/nervosnetwork/neuron/commit/559a11e)) |
| 14 | +* **neuron-ui:** disable the submit button when it's sending ([9fc7b7d](https://github.com/nervosnetwork/neuron/commit/9fc7b7d)) |
| 15 | +* **neuron-ui:** use the create api for creating wallets ([49edee8](https://github.com/nervosnetwork/neuron/commit/49edee8)) |
| 16 | +* only check success txs ([2ec2529](https://github.com/nervosnetwork/neuron/commit/2ec2529)) |
| 17 | +* reset when import wallet ([6be360e](https://github.com/nervosnetwork/neuron/commit/6be360e)) |
| 18 | + |
| 19 | + |
| 20 | +### Features |
| 21 | + |
| 22 | +* **neuron-ui:** add more detailed error messages of the amount field ([a2503ff](https://github.com/nervosnetwork/neuron/commit/a2503ff)) |
| 23 | +* **neuron-ui:** add verification on updating amounts ([46ae8c1](https://github.com/nervosnetwork/neuron/commit/46ae8c1)) |
| 24 | +* check tx success regular intervals ([a1203da](https://github.com/nervosnetwork/neuron/commit/a1203da)) |
| 25 | +* not start from zero in indexer when create wallet ([25ed522](https://github.com/nervosnetwork/neuron/commit/25ed522)) |
| 26 | +* not start from zero in normal sync when create wallet ([50a3c73](https://github.com/nervosnetwork/neuron/commit/50a3c73)) |
| 27 | +* **neuron-ui:** fill the address field automatically on QR Code recognized as a valid address ([c8a6689](https://github.com/nervosnetwork/neuron/commit/c8a6689)) |
| 28 | +* **neuron-ui:** update the cycles on the outputs changing ([01d02e0](https://github.com/nervosnetwork/neuron/commit/01d02e0)) |
| 29 | +* **neuron-ui:** use real cycles ([874e781](https://github.com/nervosnetwork/neuron/commit/874e781)) |
| 30 | +* auto switch indexer or common sync ([ece382f](https://github.com/nervosnetwork/neuron/commit/ece382f)) |
| 31 | +* compute cycles ([2be05b3](https://github.com/nervosnetwork/neuron/commit/2be05b3)) |
| 32 | +* impl sync by indexer RPCs ([16fa2a4](https://github.com/nervosnetwork/neuron/commit/16fa2a4)) |
| 33 | +* Update Electron to v6 ([0977897](https://github.com/nervosnetwork/neuron/commit/0977897)) |
| 34 | +* **neuron-ui:** use the same naming strategy as importing mnemonic words ([694ac98](https://github.com/nervosnetwork/neuron/commit/694ac98)) |
| 35 | +* process fork in indexer mode ([a7ad2d5](https://github.com/nervosnetwork/neuron/commit/a7ad2d5)) |
| 36 | + |
| 37 | + |
| 38 | + |
1 | 39 | # [0.18.0-beta.0](https://github.com/nervosnetwork/neuron/compare/v0.18.0-alpha.1...v0.18.0-beta.0) (2019-08-16) |
2 | 40 |
|
3 | 41 |
|
|
0 commit comments