OSDN Git Service

add relese note and check point for v1.0.9 (#1728)
authorPaladz <yzhu101@uottawa.ca>
Mon, 22 Apr 2019 05:27:18 +0000 (13:27 +0800)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2019 05:27:18 +0000 (13:27 +0800)
consensus/general.go
docs/release-notes/release-notes-1.0.9.md [new file with mode: 0644]

index 1085ed8..844fac5 100644 (file)
@@ -133,6 +133,8 @@ var MainNetParams = Params{
                {157000, bc.NewHash([32]byte{0xb7, 0x70, 0x38, 0x4c, 0x81, 0x32, 0xaf, 0x12, 0x8d, 0xfa, 0xb4, 0xeb, 0x46, 0x4e, 0xb7, 0xeb, 0x66, 0x14, 0xd9, 0x24, 0xc2, 0xd1, 0x0c, 0x9c, 0x14, 0x20, 0xc9, 0xea, 0x0e, 0x85, 0xc8, 0xc3})},
                {180000, bc.NewHash([32]byte{0x3c, 0x2a, 0x91, 0x55, 0xf3, 0x36, 0x6a, 0x5a, 0x60, 0xcf, 0x84, 0x42, 0xec, 0x4d, 0x0c, 0x63, 0xbc, 0x34, 0xe9, 0x1d, 0x1c, 0x6b, 0xb0, 0xf0, 0x50, 0xf3, 0xfb, 0x2d, 0xf6, 0xa1, 0xd9, 0x5c})},
                {191000, bc.NewHash([32]byte{0x09, 0x4f, 0xe3, 0x23, 0x91, 0xb5, 0x11, 0x18, 0x68, 0xcc, 0x99, 0x9f, 0xeb, 0x95, 0xf9, 0xcc, 0xa5, 0x27, 0x6a, 0xf9, 0x0e, 0xda, 0x1b, 0xc6, 0x2e, 0x03, 0x29, 0xfe, 0x08, 0xdd, 0x2b, 0x01})},
+               {205000, bc.NewHash([32]byte{0x6f, 0xdd, 0x87, 0x26, 0x73, 0x3f, 0x0b, 0xc7, 0x58, 0x64, 0xa4, 0xdf, 0x45, 0xe4, 0x50, 0x27, 0x68, 0x38, 0x18, 0xb9, 0xa9, 0x44, 0x56, 0x20, 0x34, 0x68, 0xd8, 0x68, 0x72, 0xdb, 0x65, 0x6f})},
+               {219700, bc.NewHash([32]byte{0x98, 0x49, 0x8d, 0x4b, 0x7e, 0xe9, 0x44, 0x55, 0xc1, 0x07, 0xdd, 0x9a, 0xba, 0x6b, 0x49, 0x92, 0x61, 0x15, 0x03, 0x4f, 0x59, 0x42, 0x35, 0x74, 0xea, 0x3b, 0xdb, 0x2c, 0x53, 0x11, 0x75, 0x74})},
        },
 }
 
diff --git a/docs/release-notes/release-notes-1.0.9.md b/docs/release-notes/release-notes-1.0.9.md
new file mode 100644 (file)
index 0000000..806c546
--- /dev/null
@@ -0,0 +1,60 @@
+Bytom version 1.0.9 is now available from:
+
+  https://github.com/Bytom/bytom/releases/tag/v1.0.9
+
+
+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.9 changelog
+================
+__Bytom Node__
+
++ `PR #1657`
+    - Save the index for all history transactions when "txindex" flag is provided for the purpose of future querying.
++ `PR #1659`
+    - Add dust transaction filter rule to filer the transaction with dust output amount.
++ `PR #1662`
+    - Add a keep_dial option in order to automatically retry connecting to provided peers.
++ `PR #1677`
+    - Add a custom node alias feature, support custom the node's name by the configuration.
++ `PR #1687`
+    - Support mDNS LAN peer discover to reduce the network bandwidth required for communication.
++ `PR #1692`
+    - Add ugly transaction test that may occur in several scenes such as insufficient fee, unbalanced transaction, overflow, and signature fail tests.
++ `PR #1697`
+    - Precisely estimate gas for standard transaction and issue transaction.
++ `PR #1698`
+    - Add timestamp as random number generator seed number, ensure random number security.
+
+
+__Bytom Dashboard__
+
+- Update the Json structure and add new form stepper for the create asset page.
+- Add the issue asset option under the new transactions page. Support multi-signature under the issue asset transactions.
+
+Credits
+--------
+
+Thanks to everyone who directly contributed to this release:
+
+- Agouri
+- Colt-Z
+- HAOYUatHZ
+- langyu
+- Paladz
+- shenao78
+- shengling2008
+- yahtoo
+- zcc0721
+- ZhitingLin
+
+And everyone who helped test.