OSDN Git Service

bytom/vapor.git
4 years agoMerge branch 'master' into dev-blockindex
oys [Tue, 25 Jun 2019 10:42:08 +0000 (18:42 +0800)]
Merge branch 'master' into dev-blockindex

4 years agoadd fast sync func (#204)
yahtoo [Tue, 25 Jun 2019 10:30:38 +0000 (18:30 +0800)]
add fast sync func (#204)

* Modify fast sync function

* Fix GetHeadersMessage error

* Fix skeleton init error

* Fix fetchHeaders error

* Add fetch date finish check

* Fix FetchBodiesTask error

* Fix fetchBodies bug

* Add multi-peer fetch support

* Fix requireHeaders bug

* add lit fast sync func

* Fix fetchBlocks bug

* opz code format

* del test file

* opz code

* Add test case

* change to singe peer fast sync

* Fix bug

* Add peer exception handle

* del unused code

* Add test case

* Fix review bug

* Fix locate headers error

* Fix test file error

* Add irreversible block fast sync

* Fix test err

* Fix review bug

4 years agooptimise
oys [Tue, 25 Jun 2019 10:22:43 +0000 (18:22 +0800)]
optimise

4 years agooptimise
oys [Tue, 25 Jun 2019 08:55:46 +0000 (16:55 +0800)]
optimise

4 years agoMerge branch 'master' into dev-blockindex
oys [Tue, 25 Jun 2019 03:00:04 +0000 (11:00 +0800)]
Merge branch 'master' into dev-blockindex

4 years agofix error
oys [Tue, 25 Jun 2019 02:47:47 +0000 (10:47 +0800)]
fix error

4 years agosave main chain hashes
oys [Mon, 24 Jun 2019 15:42:02 +0000 (23:42 +0800)]
save main chain hashes

4 years agosave main chain hash by height
oys [Mon, 24 Jun 2019 11:47:34 +0000 (19:47 +0800)]
save main chain hash by height

4 years agodelete code
oys [Mon, 24 Jun 2019 11:47:04 +0000 (19:47 +0800)]
delete code

4 years agooptimise unit test
oys [Mon, 24 Jun 2019 11:30:55 +0000 (19:30 +0800)]
optimise unit test

4 years agoadd unit test
oys [Mon, 24 Jun 2019 11:09:17 +0000 (19:09 +0800)]
add unit test

4 years agofix dockerfile (#220)
Chengcheng Zhang [Mon, 24 Jun 2019 06:50:09 +0000 (14:50 +0800)]
fix dockerfile (#220)

4 years agoadd error code for veto (#219)
wz [Mon, 24 Jun 2019 06:43:32 +0000 (14:43 +0800)]
add error code for veto (#219)

* add error code

* fix

4 years agooptimise
oys [Mon, 24 Jun 2019 06:37:14 +0000 (14:37 +0800)]
optimise

4 years agomock crosschain tx (#218)
Paladz [Mon, 24 Jun 2019 05:59:19 +0000 (13:59 +0800)]
mock crosschain tx (#218)

4 years agoabstract common function
oys [Mon, 24 Jun 2019 05:39:19 +0000 (13:39 +0800)]
abstract common function

4 years agomodify Name
oys [Fri, 21 Jun 2019 09:51:12 +0000 (17:51 +0800)]
modify Name

4 years agodelete cond
oys [Fri, 21 Jun 2019 08:51:47 +0000 (16:51 +0800)]
delete cond

4 years agooptimise
oys [Fri, 21 Jun 2019 08:48:04 +0000 (16:48 +0800)]
optimise

4 years agooptimise name and position
oys [Fri, 21 Jun 2019 08:39:35 +0000 (16:39 +0800)]
optimise name and position

4 years agovapord docker: add missing options to deploy script (#216) coinbase_reward
apolloww [Fri, 21 Jun 2019 04:36:18 +0000 (12:36 +0800)]
vapord docker: add missing options to deploy script (#216)

4 years agodelete protocol block test
oys [Fri, 21 Jun 2019 03:06:44 +0000 (11:06 +0800)]
delete protocol block test

4 years agofix utxo_view test
oys [Fri, 21 Jun 2019 02:41:04 +0000 (10:41 +0800)]
fix utxo_view test

4 years agofix txpool test
oys [Fri, 21 Jun 2019 02:35:18 +0000 (10:35 +0800)]
fix txpool test

4 years agofix validation test
oys [Fri, 21 Jun 2019 02:31:50 +0000 (10:31 +0800)]
fix validation test

4 years agodockerize vapord (#214) fix_lru_vote
apolloww [Thu, 20 Jun 2019 12:08:57 +0000 (20:08 +0800)]
dockerize vapord (#214)

4 years agoTest crossin (#213) test_vote
wz [Thu, 20 Jun 2019 08:48:58 +0000 (16:48 +0800)]
Test crossin (#213)

* fix crossin

* fix review

4 years agomodify database test
oys [Thu, 20 Jun 2019 08:45:15 +0000 (16:45 +0800)]
modify database test

4 years agooptimise
oys [Thu, 20 Jun 2019 08:44:37 +0000 (16:44 +0800)]
optimise

4 years agooptimise init getBlockHashes
oys [Thu, 20 Jun 2019 08:02:06 +0000 (16:02 +0800)]
optimise init getBlockHashes

4 years agomodify order
oys [Thu, 20 Jun 2019 07:51:07 +0000 (15:51 +0800)]
modify order

4 years agomodify function name
oys [Thu, 20 Jun 2019 07:37:58 +0000 (15:37 +0800)]
modify function name

4 years agofix
oys [Thu, 20 Jun 2019 07:23:13 +0000 (15:23 +0800)]
fix

4 years agoMerge pull request #212 from Bytom/Makefile
Paladz [Thu, 20 Jun 2019 07:21:05 +0000 (15:21 +0800)]
Merge pull request #212 from Bytom/Makefile

Change Makefile and directory for vapor

4 years agoupdate readme
Chengcheng Zhang [Thu, 20 Jun 2019 07:12:32 +0000 (15:12 +0800)]
update readme

4 years agoupdate from master Makefile
Chengcheng Zhang [Thu, 20 Jun 2019 07:08:12 +0000 (15:08 +0800)]
update from master

4 years agoadd deep copy
oys [Thu, 20 Jun 2019 07:07:23 +0000 (15:07 +0800)]
add deep copy

4 years agoMerge branch 'master' into Makefile
Chengcheng Zhang [Thu, 20 Jun 2019 07:06:51 +0000 (15:06 +0800)]
Merge branch 'master' into Makefile

4 years agoadd lock
oys [Thu, 20 Jun 2019 07:01:54 +0000 (15:01 +0800)]
add lock

4 years agoChange Makefile and directory for vapor
Yahtoo Ma [Thu, 20 Jun 2019 06:46:35 +0000 (14:46 +0800)]
Change Makefile and directory for vapor

4 years agoMerge pull request #209 from Bytom/readme
Paladz [Thu, 20 Jun 2019 06:27:43 +0000 (14:27 +0800)]
Merge pull request #209 from Bytom/readme

update readme

4 years agoupdate
Chengcheng Zhang [Thu, 20 Jun 2019 06:25:30 +0000 (14:25 +0800)]
update

4 years agoupdate
Chengcheng Zhang [Thu, 20 Jun 2019 06:22:49 +0000 (14:22 +0800)]
update

4 years agoupdate readme
Chengcheng Zhang [Thu, 20 Jun 2019 06:13:28 +0000 (14:13 +0800)]
update readme

4 years agoMerge pull request #208 from Bytom/dashboard
Paladz [Thu, 20 Jun 2019 03:54:28 +0000 (11:54 +0800)]
Merge pull request #208 from Bytom/dashboard

update dashboard

4 years agoMerge branch 'master' into dashboard
Paladz [Thu, 20 Jun 2019 03:54:10 +0000 (11:54 +0800)]
Merge branch 'master' into dashboard

4 years agoupdate dashboard
Zhiting Lin [Thu, 20 Jun 2019 03:52:32 +0000 (11:52 +0800)]
update dashboard

4 years agoMerge pull request #207 from Bytom/edit_log
Paladz [Thu, 20 Jun 2019 03:49:41 +0000 (11:49 +0800)]
Merge pull request #207 from Bytom/edit_log

edit the log

4 years agoedit the log
paladz [Thu, 20 Jun 2019 03:44:09 +0000 (11:44 +0800)]
edit the log

4 years agoMerge pull request #206 from Bytom/add_seed
Paladz [Thu, 20 Jun 2019 03:33:02 +0000 (11:33 +0800)]
Merge pull request #206 from Bytom/add_seed

add_seed

4 years agoadd_seed
paladz [Thu, 20 Jun 2019 03:32:14 +0000 (11:32 +0800)]
add_seed

4 years agomodify node to blockHeader
oys [Thu, 20 Jun 2019 03:23:42 +0000 (11:23 +0800)]
modify node to blockHeader

4 years agoMerge pull request #205 from Bytom/v0.1_fix_bug
Paladz [Thu, 20 Jun 2019 03:20:25 +0000 (11:20 +0800)]
Merge pull request #205 from Bytom/v0.1_fix_bug

fix  bug

4 years agoMerge branch 'master' into v0.1_fix_bug
wz [Thu, 20 Jun 2019 03:19:27 +0000 (11:19 +0800)]
Merge branch 'master' into v0.1_fix_bug

4 years agofix bug
mars [Thu, 20 Jun 2019 03:17:10 +0000 (11:17 +0800)]
fix  bug

4 years agoMerge pull request #201 from Bytom/v0.1
Paladz [Thu, 20 Jun 2019 03:17:07 +0000 (11:17 +0800)]
Merge pull request #201 from Bytom/v0.1

V0.1

4 years agoedit config (#200) v0.1 v0.1.0
Paladz [Thu, 20 Jun 2019 03:06:14 +0000 (11:06 +0800)]
edit config (#200)

* edit config

* edit the config

* edit the ts

* edit the config

4 years agoremove redundancy getBlocker
oys [Thu, 20 Jun 2019 03:00:42 +0000 (11:00 +0800)]
remove redundancy getBlocker

4 years agomodify node name
oys [Thu, 20 Jun 2019 02:59:50 +0000 (10:59 +0800)]
modify node name

4 years agomodify node to blockheader
oys [Thu, 20 Jun 2019 02:43:38 +0000 (10:43 +0800)]
modify node to blockheader

4 years agoV0.1 docs crosschain (#199) v0.1_fix_bug
wz [Thu, 20 Jun 2019 02:37:56 +0000 (10:37 +0800)]
V0.1 docs crosschain (#199)

* Cancel  contract of btm inspection

* fix test

* modify docs of crosschain

4 years agoremove consensusNodeManager
oys [Thu, 20 Jun 2019 02:30:46 +0000 (10:30 +0800)]
remove consensusNodeManager

4 years agoCancel contract of btm inspection (#198)
wz [Thu, 20 Jun 2019 02:28:31 +0000 (10:28 +0800)]
Cancel  contract of btm inspection (#198)

* Cancel  contract of btm inspection

* fix test

4 years agomodify utxi limit (#197)
wz [Thu, 20 Jun 2019 01:45:12 +0000 (09:45 +0800)]
modify utxi limit (#197)

4 years agooptimise
oys [Wed, 19 Jun 2019 14:28:09 +0000 (22:28 +0800)]
optimise

4 years agooptimise
oys [Wed, 19 Jun 2019 14:26:21 +0000 (22:26 +0800)]
optimise

4 years agooptimise saveChainStatus
oys [Wed, 19 Jun 2019 13:53:28 +0000 (21:53 +0800)]
optimise saveChainStatus

4 years agooptimise protocol
oys [Wed, 19 Jun 2019 13:42:55 +0000 (21:42 +0800)]
optimise protocol

4 years agooptimise
oys [Wed, 19 Jun 2019 13:27:44 +0000 (21:27 +0800)]
optimise

4 years agooptimise struct
oys [Wed, 19 Jun 2019 13:02:31 +0000 (21:02 +0800)]
optimise struct

4 years agofix the orphan issue (#193)
Paladz [Wed, 19 Jun 2019 12:39:48 +0000 (20:39 +0800)]
fix the orphan issue (#193)

* fix the orphan issue

* add unit test

4 years agoremove BlockNode
oys [Wed, 19 Jun 2019 10:54:46 +0000 (18:54 +0800)]
remove BlockNode

4 years agooptimise blockHashes
oys [Wed, 19 Jun 2019 10:17:39 +0000 (18:17 +0800)]
optimise blockHashes

4 years agoadd getBestNode
oys [Wed, 19 Jun 2019 09:56:14 +0000 (17:56 +0800)]
add getBestNode

4 years agomodify get blockwitness func
oys [Wed, 19 Jun 2019 09:01:06 +0000 (17:01 +0800)]
modify get blockwitness func

4 years agomodify name
oys [Wed, 19 Jun 2019 08:45:59 +0000 (16:45 +0800)]
modify name

4 years agoremove argument
oys [Wed, 19 Jun 2019 08:37:08 +0000 (16:37 +0800)]
remove argument

4 years agooptimise style
oys [Wed, 19 Jun 2019 06:29:25 +0000 (14:29 +0800)]
optimise style

4 years agoMerge branch 'v0.1' into dev-blockindex
oys [Wed, 19 Jun 2019 06:17:17 +0000 (14:17 +0800)]
Merge branch 'v0.1' into dev-blockindex

4 years agodelete blockindex
oys [Wed, 19 Jun 2019 06:13:26 +0000 (14:13 +0800)]
delete blockindex

4 years agoupdate dashboard. (#192)
Zhiting Lin [Wed, 19 Jun 2019 05:56:23 +0000 (13:56 +0800)]
update dashboard. (#192)

4 years agooptimise
oys [Wed, 19 Jun 2019 05:40:34 +0000 (13:40 +0800)]
optimise

4 years agorename unvote to veto (#191)
wz [Wed, 19 Jun 2019 05:40:32 +0000 (13:40 +0800)]
rename unvote to veto (#191)

4 years agofix(cross_chain): add asset_id check in cross_chain_in request (#177)
HAOYUatHZ [Wed, 19 Jun 2019 05:23:37 +0000 (13:23 +0800)]
fix(cross_chain): add asset_id check in cross_chain_in request (#177)

* init issuance_program

* add asset

* fix

* modify asset of crosschain input

* fix test

* add assetdef of bc

* fix

* modify code

* fix check assetID

* fix wallet uint

* fix review

* fix utxo uint test

* delete code

* remove space

* fix review

* remove checkfederation

* fix review

4 years agomodify dir
oys [Wed, 19 Jun 2019 03:20:47 +0000 (11:20 +0800)]
modify dir

4 years agooptimise chain best node
oys [Wed, 19 Jun 2019 02:53:53 +0000 (10:53 +0800)]
optimise chain best node

4 years agooptimise
oys [Wed, 19 Jun 2019 02:37:55 +0000 (10:37 +0800)]
optimise

4 years agomodify blockwitness index
oys [Wed, 19 Jun 2019 02:21:35 +0000 (10:21 +0800)]
modify blockwitness index

4 years agomodify function name
oys [Wed, 19 Jun 2019 02:17:51 +0000 (10:17 +0800)]
modify function name

4 years agoremove blockIndex BlockExist function and add Remove cached blockNode
oys [Wed, 19 Jun 2019 02:10:36 +0000 (10:10 +0800)]
remove blockIndex BlockExist function and add Remove cached blockNode

4 years agodelete redundancy function
oys [Wed, 19 Jun 2019 01:45:09 +0000 (09:45 +0800)]
delete redundancy function

4 years agorestruct blockIndex
oys [Wed, 19 Jun 2019 01:37:16 +0000 (09:37 +0800)]
restruct blockIndex

4 years agodelete the unused (#190)
Paladz [Tue, 18 Jun 2019 17:51:20 +0000 (01:51 +0800)]
delete the unused (#190)

4 years agoupdate vapor dashboard (#189)
Zhiting Lin [Tue, 18 Jun 2019 08:38:34 +0000 (16:38 +0800)]
update vapor dashboard (#189)

4 years agooptimise hash
oys [Tue, 18 Jun 2019 06:07:56 +0000 (14:07 +0800)]
optimise hash

4 years agooptimise LoadBlockIndex
oys [Tue, 18 Jun 2019 02:41:22 +0000 (10:41 +0800)]
optimise LoadBlockIndex

4 years agomerge
oys [Tue, 18 Jun 2019 02:22:42 +0000 (10:22 +0800)]
merge

4 years agomodify newBlockNode
oys [Tue, 18 Jun 2019 01:59:58 +0000 (09:59 +0800)]
modify newBlockNode

4 years agoelegant the code (#187) vapor_test
Paladz [Tue, 18 Jun 2019 01:38:19 +0000 (09:38 +0800)]
elegant the code (#187)

4 years agoRevert "delete the crazy log"
paladz [Mon, 17 Jun 2019 16:28:34 +0000 (00:28 +0800)]
Revert "delete the crazy log"

This reverts commit f3267d4dab32355bc233ae8be5f322cb039dfc59.