OSDN Git Service

bytom/bytom.git
6 years agoChanged bytom node test.
gguoss [Wed, 30 Aug 2017 02:58:36 +0000 (10:58 +0800)]
Changed bytom node test.

6 years agoAdded configure API address and test ok.
gguoss [Wed, 30 Aug 2017 02:46:19 +0000 (10:46 +0800)]
Added configure API address and test ok.

6 years agoRemoved validate.config. and Modified config.
gguoss [Tue, 29 Aug 2017 08:35:09 +0000 (16:35 +0800)]
Removed validate.config. and Modified config.

6 years agoMerge pull request #9 from Bytom/zhouyasong-patch-1
Guanghua Guo [Tue, 29 Aug 2017 03:14:21 +0000 (11:14 +0800)]
Merge pull request #9 from Bytom/zhouyasong-patch-1

Update reactor.go

6 years agoUpdate reactor.go
zhouyasong [Tue, 29 Aug 2017 03:12:15 +0000 (11:12 +0800)]
Update reactor.go

6 years agoUpdate README.md
Guanghua Guo [Tue, 29 Aug 2017 03:01:30 +0000 (11:01 +0800)]
Update README.md

6 years agoMerge pull request #8 from Bytom/develop
Guanghua Guo [Mon, 28 Aug 2017 06:00:24 +0000 (14:00 +0800)]
Merge pull request #8 from Bytom/develop

Develop

6 years agoFixed a bug about bytomcli call create-account.
gguoss [Mon, 28 Aug 2017 05:43:24 +0000 (13:43 +0800)]
Fixed a bug about bytomcli call create-account.

6 years agoAdded create-account call in client.
gguoss [Mon, 28 Aug 2017 03:16:07 +0000 (11:16 +0800)]
Added create-account call in client.

6 years agoAdded createAccount api handler.
gguoss [Mon, 28 Aug 2017 02:10:09 +0000 (10:10 +0800)]
Added createAccount api handler.

6 years agoadd create-block-keypair to reactor.go
root [Fri, 25 Aug 2017 08:48:17 +0000 (08:48 +0000)]
add create-block-keypair to reactor.go

6 years agoMerge pull request #7 from Bytom/develop
Guanghua Guo [Fri, 25 Aug 2017 05:14:05 +0000 (13:14 +0800)]
Merge pull request #7 from Bytom/develop

Develop

6 years agorun http api (call /info ok.)
gguoss [Fri, 25 Aug 2017 05:12:17 +0000 (13:12 +0800)]
run http api (call /info ok.)

6 years agoAdded metrics
gguoss [Fri, 25 Aug 2017 05:11:52 +0000 (13:11 +0800)]
Added metrics

6 years agobind bcReactor and http server.
gguoss [Fri, 25 Aug 2017 03:16:12 +0000 (11:16 +0800)]
bind bcReactor and http server.

6 years agoAdded errors.go for handle http request error.
gguoss [Fri, 25 Aug 2017 02:53:01 +0000 (10:53 +0800)]
Added errors.go for handle http request error.

6 years agoreply rpcInit.
gguoss [Thu, 24 Aug 2017 09:18:24 +0000 (17:18 +0800)]
reply rpcInit.

6 years agoAdded chain's rpc.
gguoss [Wed, 23 Aug 2017 10:47:13 +0000 (18:47 +0800)]
Added chain's rpc.

6 years agoMerge pull request #6 from Bytom/develop
Guanghua Guo [Wed, 23 Aug 2017 07:09:40 +0000 (15:09 +0800)]
Merge pull request #6 from Bytom/develop

Develop

6 years agoAdded bytom client.
gguoss [Wed, 23 Aug 2017 07:06:02 +0000 (15:06 +0800)]
Added bytom client.

6 years agoAdded env dir.
gguoss [Wed, 23 Aug 2017 06:24:57 +0000 (14:24 +0800)]
Added env dir.

6 years agoMerge pull request #5 from Bytom/develop
Guanghua Guo [Tue, 22 Aug 2017 06:37:40 +0000 (14:37 +0800)]
Merge pull request #5 from Bytom/develop

Develop

6 years agoAdded getRawSnapshot function.
gguoss [Tue, 22 Aug 2017 06:36:26 +0000 (14:36 +0800)]
Added getRawSnapshot function.

6 years agoAdded blockchain/rpc.
gguoss [Tue, 22 Aug 2017 06:15:07 +0000 (14:15 +0800)]
Added blockchain/rpc.

6 years agoAdded net module.
gguoss [Tue, 22 Aug 2017 02:16:43 +0000 (10:16 +0800)]
Added net module.

6 years agoAdded account into blockchainreactor.
gguoss [Mon, 21 Aug 2017 07:50:26 +0000 (15:50 +0800)]
Added account into blockchainreactor.

6 years agoMerge remote-tracking branch 'origin/develop'
gguoss [Fri, 18 Aug 2017 07:19:37 +0000 (15:19 +0800)]
Merge remote-tracking branch 'origin/develop'

6 years agodelete blockchain.
gguoss [Fri, 18 Aug 2017 07:19:22 +0000 (15:19 +0800)]
delete blockchain.

6 years agodelete not used data.
gguoss [Fri, 18 Aug 2017 07:17:53 +0000 (15:17 +0800)]
delete not used data.

6 years agoAdded LatestSnapshot.
gguoss [Fri, 18 Aug 2017 07:01:18 +0000 (15:01 +0800)]
Added LatestSnapshot.

6 years agoThe blockchain directory has been removed
root [Fri, 18 Aug 2017 06:51:19 +0000 (06:51 +0000)]
The blockchain directory has been removed

6 years agoThe cmd/blockchain has been removed
root [Fri, 18 Aug 2017 06:46:48 +0000 (06:46 +0000)]
The cmd/blockchain has been removed

6 years agoAdded SaveSnapshort function.
gguoss [Fri, 18 Aug 2017 06:01:16 +0000 (14:01 +0800)]
Added SaveSnapshort function.

6 years agoThis changes the executable file of bytom
root [Fri, 18 Aug 2017 05:45:25 +0000 (05:45 +0000)]
This changes the executable file of bytom

6 years agoprovide store interface's SaveBlock function.
gguoss [Fri, 18 Aug 2017 02:58:01 +0000 (10:58 +0800)]
provide store interface's SaveBlock function.

6 years agomerge bytom/blockchain/store /bytom/blockchain/txdb/store .
gguoss [Thu, 17 Aug 2017 09:08:14 +0000 (17:08 +0800)]
merge bytom/blockchain/store /bytom/blockchain/txdb/store .

6 years agoAdded store's block cache.
gguoss [Thu, 17 Aug 2017 08:33:49 +0000 (16:33 +0800)]
Added store's block cache.

6 years agoMerge branch 'master' into develop
gguoss [Thu, 17 Aug 2017 06:18:13 +0000 (14:18 +0800)]
Merge branch 'master' into develop

6 years agoMerge pull request #4 from Bytom/develop
Guanghua Guo [Thu, 17 Aug 2017 03:12:42 +0000 (11:12 +0800)]
Merge pull request #4 from Bytom/develop

Changed blockchain to bytom.

6 years agoChanged blockchain to bytom.
gguoss [Thu, 17 Aug 2017 03:04:49 +0000 (11:04 +0800)]
Changed blockchain to bytom.

6 years agoMerge pull request #3 from Bytom/develop
Guanghua Guo [Fri, 11 Aug 2017 08:08:46 +0000 (16:08 +0800)]
Merge pull request #3 from Bytom/develop

Develop

6 years agoBuild no error.
gguoss [Fri, 11 Aug 2017 08:06:45 +0000 (16:06 +0800)]
Build no error.

6 years agoAdded txdb.
gguoss [Fri, 11 Aug 2017 07:11:54 +0000 (15:11 +0800)]
Added txdb.

6 years agoRemoved some about pg data.
gguoss [Fri, 11 Aug 2017 03:58:11 +0000 (11:58 +0800)]
Removed some about pg data.

6 years agoTo compile, annotate a lot of code
gguoss [Thu, 10 Aug 2017 08:49:41 +0000 (16:49 +0800)]
To compile, annotate a lot of code

6 years agoResolve the dependency of the package
gguoss [Thu, 10 Aug 2017 02:10:30 +0000 (10:10 +0800)]
Resolve the dependency of the package

6 years agoRemoved database
gguoss [Thu, 10 Aug 2017 01:53:47 +0000 (09:53 +0800)]
Removed database

6 years agoAdded blockchain.
gguoss [Wed, 9 Aug 2017 08:41:49 +0000 (16:41 +0800)]
Added blockchain.

6 years agoAdded accounts to node.
gguoss [Wed, 9 Aug 2017 03:02:30 +0000 (11:02 +0800)]
Added accounts to node.

6 years agoRemoved some sql from account and added db execute into accounts.go.
gguoss [Tue, 8 Aug 2017 09:20:50 +0000 (17:20 +0800)]
Removed some sql from account and added db execute into accounts.go.

6 years agoMerge pull request #2 from Bytom/develop
Guanghua Guo [Mon, 7 Aug 2017 07:39:49 +0000 (15:39 +0800)]
Merge pull request #2 from Bytom/develop

Develop

6 years agoChanged memstore to db store.
gguoss [Mon, 7 Aug 2017 07:30:45 +0000 (15:30 +0800)]
Changed memstore to db store.

6 years agoAdded query.
gguoss [Mon, 7 Aug 2017 06:37:50 +0000 (14:37 +0800)]
Added query.

6 years agoAdded signers.
gguoss [Mon, 7 Aug 2017 06:28:44 +0000 (14:28 +0800)]
Added signers.

6 years agoAdded txbuilder
gguoss [Mon, 7 Aug 2017 06:15:15 +0000 (14:15 +0800)]
Added txbuilder

6 years agoaccount
gguoss [Fri, 4 Aug 2017 05:55:09 +0000 (13:55 +0800)]
account

6 years agoMerge pull request #1 from Bytom/develop
Guanghua Guo [Wed, 2 Aug 2017 09:00:36 +0000 (17:00 +0800)]
Merge pull request #1 from Bytom/develop

Added leveldb to store block.

6 years agoAdded leveldb to store block.
gguoss [Wed, 2 Aug 2017 08:56:32 +0000 (16:56 +0800)]
Added leveldb to store block.

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.

6 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