This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1190 from Bytom/prod
Prod
- Loading branch information
Showing
20 changed files
with
1,089 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
Bytom version 1.0.4 is now available from: | ||
|
||
https://github.com/Bytom/bytom/releases/tag/v1.0.4 | ||
|
||
|
||
Please report bugs using the issue tracker at github: | ||
|
||
https://github.com/Bytom/bytom/issues | ||
|
||
How to Upgrade | ||
=============== | ||
|
||
If you are running an older version, shut it down. Wait until it has completely, then run the new version Bytom. | ||
You can operate according to the user manual.[(Bytom User Manual)](https://bytom.io/wp-content/themes/freddo/images/wallet/BytomUsermanualV1.0_en.pdf) | ||
|
||
|
||
1.0.4 changelog | ||
================ | ||
Bytom Node | ||
|
||
`PR #1104` | ||
- Add block fast sync function. | ||
|
||
`PR #1048` | ||
- Sort actions by original list for function MergeSpendAction. | ||
|
||
`PR #1081` | ||
- Add API list-pubkeys. | ||
|
||
`PR #1098` | ||
- Add API wallet-info to acquire rescanning wallet schedule. | ||
|
||
`PR #1112` | ||
- Wallet support spends unconfirmed utxo. | ||
|
||
`PR #1115` | ||
- Add bytomd command line parameter `--log_level` to set log level. | ||
|
||
`PR #1118` | ||
- Add network access control api, include list-peers,connect-peer,disconnect-peer. | ||
|
||
`PR #1124` | ||
- Fix a security bug that might attack Bytom server. | ||
|
||
`PR #1126` | ||
- Optimize the gas estimation for the multi-signed transaction. | ||
|
||
`PR #1130` | ||
- Add tx_id and input_id to the decode-raw-transaction API response. | ||
|
||
`PR #1133` | ||
- Reorganize error codes and messages | ||
|
||
`PR #1139` | ||
- Fix p2p node discover table delete bug | ||
|
||
`PR #1141` | ||
- Delete unconfirmed transaction from the dashboard if it has been double spend | ||
|
||
`PR #1142` | ||
- Add simd support for tensority, including compilation option and command line flag (`--simd.enable`). | ||
|
||
`PR #1149` | ||
- Optimize wallet utxo select algorithm on build transaction. | ||
|
||
Bytom Dashboard | ||
`PR #1143` | ||
- Update the password field to prevent browser remember password. | ||
- Add the rescan Wallet button for the balances page. | ||
- Restyled the backup & restore pages. | ||
- Add the terminal pop up modal in the setting page. | ||
|
||
`PR #1169` | ||
- updated error message display in submitted form. | ||
|
||
Equity Contract frontend: | ||
`PR #1144` | ||
- Add 8 contracts to the lock page. | ||
- Render the static component in the unlock page. | ||
- Setup and configured the equity project into production environment. | ||
- Unlock page get data from contract program for dynamic rendering. | ||
- Build actions based on different contract templates. | ||
|
||
Credits | ||
-------- | ||
|
||
Thanks to everyone who directly contributed to this release: | ||
- Broadroad | ||
- Colt-Z | ||
- HAOYUatHZ | ||
- langyu | ||
- oysheng | ||
- Paladz | ||
- RockerFlower | ||
- shanhuhai5739 | ||
- shenao78 | ||
- successli | ||
- yahtoo | ||
- zcc0721 | ||
- ZhitingLin | ||
|
||
And everyone who helped test. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// +build !cgo | ||
// +build !simd | ||
|
||
package cgo_algorithm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.