OSDN Git Service

add release note, checkpoint and version (#1479)
authorPaladz <yzhu101@uottawa.ca>
Mon, 19 Nov 2018 05:35:19 +0000 (13:35 +0800)
committerGitHub <noreply@github.com>
Mon, 19 Nov 2018 05:35:19 +0000 (13:35 +0800)
* add release note, checkpoint and version

* fix typo

* try to fix eletron issue

* Revert "try to fix eletron issue"

This reverts commit 654ed6f38df1f8be7058b4be7fdd55dec2abde03.

* try to fix eletron issue

* Revert "try to fix eletron issue"

This reverts commit e682229546cb431808862de1bdfebebd858a8c7f.

consensus/general.go
docs/release-notes/release-notes-1.0.6.md
docs/release-notes/release-notes-1.0.7.md [new file with mode: 0644]
version/version.go

index 931db8c..019e33a 100644 (file)
@@ -119,6 +119,9 @@ var MainNetParams = Params{
                {83700, bc.NewHash([32]byte{0x7f, 0x26, 0xc9, 0x11, 0xe8, 0x46, 0xd0, 0x6e, 0x36, 0xbb, 0xac, 0xce, 0x99, 0xa2, 0x19, 0x89, 0x3f, 0xf7, 0x84, 0x2a, 0xcb, 0x44, 0x7f, 0xbb, 0x0e, 0x3b, 0xa3, 0x68, 0xd6, 0x2b, 0xe8, 0x0d})},
                {93700, bc.NewHash([32]byte{0x70, 0x44, 0x70, 0xe5, 0xb3, 0x9b, 0xd3, 0x67, 0x19, 0x20, 0x08, 0x42, 0x1b, 0x59, 0xe8, 0xdc, 0xb5, 0xbb, 0xb9, 0x2d, 0xd3, 0xdc, 0x28, 0x4e, 0xcb, 0x7b, 0x0b, 0xbf, 0x21, 0x51, 0xe1, 0xba})},
                {106600, bc.NewHash([32]byte{0x31, 0x15, 0x2b, 0x00, 0xd4, 0x07, 0xe1, 0xa7, 0x06, 0xe1, 0xae, 0x2e, 0x98, 0x69, 0x8f, 0x47, 0xff, 0x44, 0x97, 0x01, 0xa7, 0x9e, 0x08, 0xdb, 0xeb, 0x0f, 0x1f, 0x5a, 0xdd, 0xf5, 0x26, 0xb9})},
+               {116600, bc.NewHash([32]byte{0x08, 0xeb, 0xf7, 0x6c, 0x27, 0xed, 0x81, 0xe7, 0xe7, 0xfe, 0x13, 0xca, 0x80, 0x71, 0x29, 0x26, 0x28, 0x72, 0x25, 0xa5, 0x2a, 0xa0, 0x36, 0x30, 0x58, 0xaa, 0x58, 0xc6, 0xdd, 0xf2, 0xa0, 0xe7})},
+               {126600, bc.NewHash([32]byte{0xac, 0x10, 0x41, 0x08, 0x24, 0x80, 0xe9, 0x5a, 0x9f, 0x32, 0x0a, 0x5e, 0x17, 0x7b, 0x01, 0x8d, 0x0d, 0x0d, 0x3d, 0xfc, 0xa7, 0x1d, 0x81, 0x5f, 0x13, 0xb4, 0xad, 0x0f, 0xc6, 0xde, 0x7a, 0x10})},
+               {131260, bc.NewHash([32]byte{0xdf, 0x18, 0xb5, 0xb1, 0x6f, 0x5f, 0xd2, 0x77, 0x7c, 0xab, 0xb8, 0x59, 0xcb, 0x13, 0x64, 0xce, 0x06, 0x06, 0x51, 0x39, 0x89, 0x30, 0x1b, 0x69, 0xd6, 0x00, 0xec, 0xd8, 0xfa, 0xd2, 0x09, 0x93})},
        },
 }
 
index b3ffba0..93089f9 100644 (file)
@@ -1,6 +1,6 @@
 Bytom version 1.0.6 is now available from:
 
-  https://github.com/Bytom/bytom/releases/tag/v1.0.6
+  https://github.com/Bytom/bytom/releases/tag/v1.0.6rc1
 
 
 Please report bugs using the issue tracker at github:
diff --git a/docs/release-notes/release-notes-1.0.7.md b/docs/release-notes/release-notes-1.0.7.md
new file mode 100644 (file)
index 0000000..4e716f6
--- /dev/null
@@ -0,0 +1,69 @@
+Bytom version 1.0.7 is now available from:
+
+  https://github.com/Bytom/bytom/releases/tag/v1.0.7
+
+
+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 quited completely, and 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.7 changelog
+================
+__Bytom Node__
+
++ `PR #1409`
+    - Support bip44 multi-account hierarchy for deterministic wallets.
++ `PR #1418`
+    - The Equity contract arguments support string, integer and boolean as input types.
++ `PR #1430`
+    - Add node network performance monitor for list-peers API.
++ `PR #1439`
+    - Wallet support recovery from the mnemonic.
++ `PR #1442`
+    - Add web socket push notification mechanism for new blocks and new transactions.
++ `PR #1450`
+    - API get-block add asset definition for transaction's issue action.
++ `PR #1455`
+    - Node support using SOCKS5 connect to Bytom network through a proxy server.
++ `PR #1459`
+    - Modify equity compiler to support define/assign/if-else statement, and added the equity compiler tool..
++ `PR #1462`
+    - Fixed wrong balance display after deleting the account.
++ `PR #1466`
+    - Add update account alias API.
++ `PR #1473`
+    - Support Mac using brew to install Bytom.
+
+__Bytom Dashboard__
+
+- Reconstruct the International language framework, change the hard code style into i18n mode.
+- Fixed the big number issue.
+- Added the mnemonic feature. Create mnemonic page, confirm mnemonic and restore by mnemonic page.
+- Updated the Equity contract template.
+
+Credits
+--------
+
+Thanks to everyone who directly contributed to this release:
+
+- cancelloveyan
+- Colt-Z
+- Dkaiju
+- HAOYUatHZ
+- langyu
+- oysheng
+- Paladz
+- shenao78
+- shengling2008
+- yahtoo
+- zcc0721
+- ZhitingLin
+
+And everyone who helped test.
index e55951c..b2016fd 100644 (file)
@@ -46,7 +46,7 @@ const (
 
 var (
        // The full version string
-       Version = "1.0.6"
+       Version = "1.0.7"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus