• R/O
  • HTTP
  • SSH
  • HTTPS

vapor: List of commits

Golang implemented sidechain for Bytom


netsync
RSS
Rev. Time Author
59d2863 netsync 2019-07-15 13:15:53 Yahtoo Ma

Fix test file err

9ba5471 2019-07-15 12:27:13 Yahtoo Ma

Opz code format

969dccd 2019-07-15 12:14:49 Yahtoo Ma

Fix fast sync bug when the chain has fork

a1d6ba8 2019-07-15 11:08:17 yahtoo

Fix sync orphan block system panic (#281)

when isOrphan==true&&err==nil system panic

ee7f4e1 2019-07-13 18:48:16 HAOYUatHZ

fix chain keepers (#279)

* fix sidechain_keeper initialization

* fix sql schema

* fix(federation): fix readme

8adef3b 2019-07-13 16:10:52 apolloww

mark tx before validation so it won't be sent to source again (#278)

e283780 2019-07-13 15:43:57 Chengcheng Zhang

rename vapord (#277)

b6fc1cb 2019-07-13 15:30:27 Paladz


Edit (#275)

* tmp save

* try to fix tx locate issue

* elegant the code

* elegant the code

* edit for code review

3c77557 2019-07-13 11:56:13 Chengcheng Zhang

update init (#276)

* update init

* update

* update fatal

695ef3e 2019-07-12 22:38:00 Paladz


try to fix ban peer bug (#273)

f2188c2 2019-07-12 19:30:47 Chengcheng Zhang

add xpub (#272)

* update

* update

* update

60c44ac 2019-07-12 18:06:20 oysheng

modify tip (#271)

a626fb6 2019-07-12 17:56:31 yahtoo

Fix xpub copy error (#270)

c25231d 2019-07-12 16:40:47 oysheng

modify params (#269)

* modify params

* optimise

4bd8385 2019-07-12 16:11:51 oysheng

modify config (#265)

* modify config

* modify bytom mainnet

c92eb1b 2019-07-12 16:05:30 Zhiting Lin

update dashboard (#268)

68b5591 2019-07-12 16:04:56 yahtoo

Fix BlockSignatureMsg unbroadcast problem (#267)

* Fix BlockSignatureMsg unbroadcast problem

* Fix review bug

d1b44bc 2019-07-12 15:44:21 Zhiting Lin

update dashboard (#266)

c8f5610 2019-07-12 12:02:33 Chengcheng Zhang

fix bug (#264)

* fix bug

* update

c2925d0 2019-07-11 19:28:09 wz

fix bug (#260)

* fix bug

* fix bug

aa09e54 2019-07-11 19:26:55 oysheng

modify timestamp (#262)

eec8f56 2019-07-11 18:03:16 oysheng

modify sort for coinbase reward (#261)

489e57c 2019-07-11 17:51:09 Chengcheng Zhang

update log (#259)

* update log

* update

5d4626d 2019-07-11 15:39:21 yahtoo

Del signature from cache when added to the block (#258)

068fc64 2019-07-11 15:04:09 yahtoo

add parallel fast sync support (#238)

* Add parallel require blocks

* Add fast sync block storage and process

* add fetch blocks timeout process

* Fix oops bug

* add timeoutQueue func

* Fix review bug

* Opz code format

* modify parallelFetchHeaders function

* modify select sync peer logic

* Del unused code

* add blocksTasks struct

* Modify block parallel download mode

* Opz code format

* Fix test case error

* opz code format

* Add fast sync peer err handle

* Fix test case err

* Fix review bugs

* Fix review bugs

* Fix review bugs

* Add test file

* Fix review bug

* Fix fetch headers stopHeader lost err

* Fix locate headers bug

* Opz code format

* Fix review bug

51100c2 2019-07-11 15:02:58 Chengcheng Zhang

Wallet store interface (#217)

* update

* sort wallet store functions

* update

* update

* update

* remove DeleteAccountByAlias

* remove DeleteAccountUTXOs

* update

* update

* update

* remove deleteAccountControlPrograms

* remove DeleteBip44ContractIndex DeleteContractIndex DeleteControlProgram

* rename GetAccountByID to GetAccount

* update GetAsset

* move TestReserve to account

* move TestReserveParticular to account

* move TestFindUtxos to account

* update

* delete utxo_keeper_test

* update

* update

* move TestReserveBtmUtxoChain to account

* update

* update

* update

* remove mock/UTXO.go

* update ListTransactions

* update

* update

* update AccountStorer

* update SetAccountIndex

* update

* update

* update

* update DeleteAccountUTXOs

* update DeleteAccount

* update

* update ListUTXOs

* update

* update

* update getAccountFromACP

* update Restore

* update Restore

* update Restore

* update

* update

* update GetCoinbaseCtrlProgram

* update Create

* update Create

* update SaveAccount

* update UpdateAccountAlias

* update SetAccountIndex

* update FindByAlias

* update WalletStore

* update

* remove GetAccount

* update

* udpate

* update

* add SetStandardUTXO

* remove SetStandardUTXO in walletstore

* update

* remove DeleteStandardUTXO

* update

* update

* update

* update

* update

* add mockAccountStore in wallet_test

* update CalcGlobalTxIndex in wallet_test

* add mockWalletStore in wallet_test

* update TestWalletVersion

* move TestEncodeDecodeGlobalTxIndex

* add test/wallet_test.go

* update

* update

* update TestXPubsRecoveryLock

* update

* update TestExtendScanAddresses

* update TestRecoveryFromXPubs

* add mock wallet store

* update

* add mock account store

* update TestRecoveryByRescanAccount

* update

* update recovery_test.go

* update TestWalletUnconfirmedTxs

* update TestGetAccountUtxos

* update

* update

* update

* update

* update

* update

* update id

* update

* update

* update

* update

* update TestGetAccountUtxos

* update

* update

* update

* update

* update

* update

* update

* update

* update

* add MockAccountStore

* remove mock

* remove mock

* update

* remove test mock

* comment some test functions

* update SetWalletInfo

* update

* update

* update loadWalletInfo

* update

* update

* rename RecoveryState

* update

* update commitStatusInfo

* update

* update

* update

* remove recoveryKey

* update

* update

* update

* rename calcGlobalTxIndexKey to CalcGlobalTxIndexKey

* update

* update

* update TestWalletUpdate

* remove comments

* update wallet_test

* update LoadWalletInfo

* rename w.status

* update TestRescanWallet

* add TestMemPoolTxQueryLoop

* update TestMemPoolTxQueryLoop

* update

* update

* fix TestFilterAccountUtxo

* update

* update

* refine code

* remove TestRescanWallet

* add account store

* comment test

* update TestFilterAccountUtxo

* fix w.AccountMgr.GetControlProgram

* remove GetControlProgram

* remove comment

* update

* update

* update

* update

* rename accountDB to db

* rename walletDB to db

* update

* update

* update

* update

* update

* update

* update

* update

* update deleteAccountUTXOs

* update

* add deleteAccountControlPrograms

* update ListAccountUTXOs

* update GetAccountByProgram

* update

* update

* update

* update

* update

* rm key

* update utxo_keeper

* update DeleteTransactions

* update Bip44ContractIndexKey

* update dbm

* update TestFilterAccountUtxo

* update

* add accountstore

* update TestFilterAccountUtxo

* updata TestFilterAccountUtxo

* move db account store prefix

* move db wallet store prefix

* add InitStore

* update

* rename CommitStore

* add InitStore

* rename CommitStore

* fix bug

* update

* update

* update

* update

* update

* update

* update

* update

* move accountAliasKey

* update

* rename InitStore to InitBatch

* rename CommitStore to CommitBatch

* update

* update

* update

* update

* update

* update

* update

* fix TestWalletUpdate

* fix bugs

* remove loop

* fix bug

* update

* update

* update Restore

* update Restore

* update saveExternalAssetDefinition

* move ErrAccntTxIDNotFound

* update GetCoinbaseCtrlProgram

* update getExternalDefinition

73164af 2019-07-11 15:01:59 oysheng

modify general config (#257)

* modify general config

* move code

* modify

* optimise

f8b08ae 2019-07-10 21:02:17 yahtoo

fix ban node failed (#256)

62547a4 2019-07-10 16:48:10 Paladz


edit code while reviewing the code (#255)

* edit code while reviewing the code

* change the if err statement

* clean the db part code

* delete the unused reqid code

78a9566 2019-07-09 15:24:57 apolloww

restore Tx back to Tx pool when chain is reorganized (#254)

* restore Tx back to Tx pool when chain is reorganized

* print log if restoring tx fails

Show on old repository browser