OSDN Git Service

bytom/bytom.git
6 years agoadd checkProofOfWork
jeason [Tue, 1 Aug 2017 08:28:09 +0000 (01:28 -0700)]
add checkProofOfWork

6 years agocheckProofOfWork
jeason [Tue, 1 Aug 2017 08:23:45 +0000 (01:23 -0700)]
checkProofOfWork

6 years agoadd pow interface solveblock
jeason [Tue, 1 Aug 2017 07:53:19 +0000 (00:53 -0700)]
add pow interface solveblock

6 years agoAdded submit to test p2p sync.
gguoss [Mon, 31 Jul 2017 07:23:48 +0000 (15:23 +0800)]
Added submit to test p2p sync.

6 years agorpc links blockStore.
gguoss [Fri, 28 Jul 2017 09:16:17 +0000 (17:16 +0800)]
rpc links blockStore.

6 years agoDelete vendor directory, remove dependecy.
gguoss [Fri, 28 Jul 2017 08:05:54 +0000 (16:05 +0800)]
Delete vendor directory, remove dependecy.

6 years agopow
jeason [Fri, 28 Jul 2017 07:08:10 +0000 (00:08 -0700)]
pow

6 years agopow
jeason [Fri, 28 Jul 2017 07:00:51 +0000 (00:00 -0700)]
pow

6 years agoMerge branch 'master' of github.com:Bytom/blockchain
gguoss [Thu, 27 Jul 2017 06:08:10 +0000 (14:08 +0800)]
Merge branch 'master' of github.com:Bytom/blockchain

6 years agoAdded routes.go
gguoss [Thu, 27 Jul 2017 06:07:51 +0000 (14:07 +0800)]
Added routes.go

6 years agoUpdate README.md
Guanghua Guo [Thu, 27 Jul 2017 05:51:38 +0000 (13:51 +0800)]
Update README.md

6 years agoAdded rpc and test ok
gguoss [Thu, 27 Jul 2017 05:47:36 +0000 (13:47 +0800)]
Added rpc and test ok

6 years agoStart Listeners
gguoss [Tue, 25 Jul 2017 08:00:21 +0000 (16:00 +0800)]
Start Listeners

6 years agoAdded rpc module.
gguoss [Tue, 25 Jul 2017 07:44:45 +0000 (15:44 +0800)]
Added rpc module.

6 years agoAdded genesis block.
gguoss [Mon, 24 Jul 2017 08:24:23 +0000 (16:24 +0800)]
Added genesis block.

6 years agoinstall descriptor.
gguoss [Mon, 24 Jul 2017 07:53:07 +0000 (15:53 +0800)]
install descriptor.

6 years agoAdded memstore to store block. Used to test block sync.
gguoss [Fri, 21 Jul 2017 07:25:59 +0000 (15:25 +0800)]
Added memstore to store block. Used to test block sync.

7 years agoAdded BlockChain fastSync.
gguoss [Thu, 20 Jul 2017 06:52:48 +0000 (14:52 +0800)]
Added BlockChain fastSync.

7 years agobcreactor attach store.
gguoss [Wed, 19 Jul 2017 10:48:37 +0000 (18:48 +0800)]
bcreactor attach store.

7 years agoAdded block store to store block and the latest height.
gguoss [Wed, 19 Jul 2017 09:22:45 +0000 (17:22 +0800)]
Added block store to store block and the latest height.

7 years agoTest shell with two node.
gguoss [Tue, 18 Jul 2017 08:33:06 +0000 (16:33 +0800)]
Test shell with two node.

7 years agoAdded 2 node for test.
gguoss [Tue, 18 Jul 2017 08:23:32 +0000 (16:23 +0800)]
Added 2 node for test.

7 years agoAdded block pool .
gguoss [Tue, 18 Jul 2017 07:15:45 +0000 (15:15 +0800)]
Added block pool .

7 years agochain's log and math library.
gguoss [Tue, 18 Jul 2017 03:00:46 +0000 (11:00 +0800)]
chain's log and math library.

7 years agoAdded dependency.
gguoss [Tue, 18 Jul 2017 02:05:30 +0000 (10:05 +0800)]
Added dependency.

7 years agoAdded init genesis file.
gguoss [Mon, 17 Jul 2017 07:25:28 +0000 (15:25 +0800)]
Added init genesis file.

7 years agoFixed blockchain run panic.
gguoss [Mon, 17 Jul 2017 05:45:14 +0000 (13:45 +0800)]
Fixed blockchain run panic.

7 years agoAdded blockchain
gguoss [Mon, 17 Jul 2017 02:37:51 +0000 (10:37 +0800)]
Added blockchain

7 years agomerge node_p2p and chain.
gguoss [Fri, 14 Jul 2017 08:45:45 +0000 (16:45 +0800)]
merge node_p2p and chain.

7 years agoinit blockchain cmd.
gguoss [Fri, 14 Jul 2017 06:22:29 +0000 (14:22 +0800)]
init blockchain cmd.

7 years agoAdded blockchain struct.
gguoss [Fri, 14 Jul 2017 05:57:40 +0000 (13:57 +0800)]
Added blockchain struct.

7 years agoInitial commit
Guanghua Guo [Fri, 14 Jul 2017 01:47:34 +0000 (09:47 +0800)]
Initial commit