Commit Graph

462 Commits

Author SHA1 Message Date
jzhe ddd02cba0a fix(log): fix log age option 2020-11-09 10:53:40 +08:00
Aiden X f993df67d5
Merge pull request #245 from meshplus/feat/add-ping
feat(p2p):add ping function
2020-11-05 14:47:09 +08:00
jzhe 7569fa80f8 fix(test):fix multi raft node test 2020-11-05 11:33:48 +08:00
jzhe 68a7fca45d feat(p2p):add ping function 2020-11-05 11:04:53 +08:00
Aiden X 7100440765
Merge pull request #240 from meshplus/fix/bitxhub-cert-priv-gen-target-nonexistent
fix(cmd): add a judge whether the directory exists when generating the private key
2020-11-03 15:12:43 +08:00
dawn-to-dusk 0f6d890066 fix(cmd): add a judge whether the directory exists when generating the private key 2020-11-03 11:22:54 +08:00
Aiden X cda9c6ccb2 build: modify version 2020-11-03 11:08:00 +08:00
Aiden X 82cbac30f5
Merge pull request #229 from meshplus/fix/show-key-error
fix(cmd): fix "bitxhub key show" command with wrong path
2020-10-30 15:13:55 +08:00
Aiden X ef65da7e28
Merge pull request #236 from meshplus/rbft-config
feat(config): add rbft config into order.toml
2020-10-30 15:10:04 +08:00
Lizen0512 9b3d232a00 feat(config): add rbft config into order.toml 2020-10-30 13:40:21 +08:00
Alexader 4e1b7f6df4 fix(cmd): fix "bitxhub key show" command with wrong path
fix "btxhub key show" command should return error but not bug
2020-10-29 20:37:33 +08:00
Alexader 876bad5aa2
Merge pull request #226 from meshplus/chore/remove-transfer-limit
chore(grcp): remove transfer amount can't be 0 limit
2020-10-27 20:26:28 +08:00
jzhe 5f85790f94
Merge pull request #225 from meshplus/fix/fix-err-when-get-tx
fix(*): fix error when getting tx through gateway
2020-10-27 19:02:49 +08:00
zhourong b66d180fa0 fix(*): fix error when getting tx through gateway 2020-10-27 17:29:42 +08:00
Alexader e8e5427083 chore(grcp): remove transfer amount can't be 0 limit 2020-10-27 17:29:18 +08:00
jzhe c48cf6c314
Merge pull request #224 from meshplus/add-more-log
refactor(*): add executor logger to serial executor
2020-10-27 17:17:56 +08:00
zhourong 108b2e8ea8 refactor(*): add executor logger to serial executor 2020-10-27 13:55:57 +08:00
Alexader 093d1b75ce
Merge pull request #223 from meshplus/mempool-rbft
feat(mempool): mempool adaptation rbft consensus
2020-10-27 13:35:31 +08:00
Lizen0512 1eeb6bf8b7 feat(mempool): mempool adaptation rbft consensus 2020-10-27 13:24:35 +08:00
Aiden X 57f824ebf1
Merge pull request #221 from meshplus/feat/add-blockfile
feat: add block file
2020-10-27 10:57:01 +08:00
liweixia 6c1f7b4ef5 feat: add block file 2020-10-26 21:20:58 +08:00
Alexader 5227e07345
Merge pull request #222 from meshplus/feat/service-mgr
feat(contract):add service manager contract
2020-10-26 17:26:14 +08:00
Sandy Zhou 6f6d21fb01
Merge pull request #216 from meshplus/feat/tick-timeout-in-raft
feat(raft):add tick timeout in raft config
2020-10-26 17:25:43 +08:00
jzhe 73e3dcef64 feat(contract):add service manager contract 2020-10-26 11:16:03 +08:00
Alexader c2862576c0
Merge pull request #220 from meshplus/refactor/executor-ibtp
refactor(*): optimize interchain tx execution
2020-10-23 19:22:18 +08:00
zhourong 9b67423590 refactor(*): optimize interchain tx execution 2020-10-23 18:48:53 +08:00
jzhe b82a7829c6
Merge pull request #218 from meshplus/feat/agency-contract-support
refactor(*): add contract register support
2020-10-23 17:14:49 +08:00
zhourong 51b5cc7d24 refactor(*): add contract register support 2020-10-23 17:11:24 +08:00
Sandy Zhou d2b5c72f42
Merge pull request #219 from meshplus/fix/wrong-solo-nonce
fix(solo): fix getPendingNonce return 0 nonce error
2020-10-23 16:53:15 +08:00
Alexader fe97c92905 fix(solo): fix getPendingNonce return 0 nonce error 2020-10-23 16:49:42 +08:00
Aiden X b2af69cedb
Merge pull request #217 from meshplus/fix/empty-hash-value
fix(*): fix nil Hash for quering tx, receipt and block
2020-10-23 16:15:02 +08:00
Alexader 169e678d31 fix(*): fix nil Hash for quering tx, receipt and block 2020-10-23 16:03:29 +08:00
jzhe d843668620 feat(raft):add tick timeout in raft config 2020-10-23 10:53:39 +08:00
Aiden X c96b0ddf60
Merge pull request #215 from meshplus/fix/makefile
fix(*): update Makefile
2020-10-23 10:42:50 +08:00
Alexader c63103ba4d
Merge pull request #214 from meshplus/fix/fix-show-chain-status
fix(client):fix show chain status command
2020-10-23 10:42:37 +08:00
jzhe f379d08167
Merge pull request #212 from meshplus/style/update-send-msg-log-level
style(raft):modify log level in sending consensus message
2020-10-23 10:40:40 +08:00
zhourong 638f05aabd fix(*): update Makefile
1. remove modfile flag from build and install
2. add buildent and installend
2020-10-23 10:37:08 +08:00
Aiden X 613d0ecf30
Merge pull request #213 from meshplus/refactor/tx-struct
[WIP] refactor(*): use updated Transaction/Address/Hash
2020-10-23 10:29:41 +08:00
zhourong 5451bd9d98 fix(*): update go.mod and Makefile
1. upgrade go version to 1.14 in go.mod
2. add goent.mod
3. update Makefile
2020-10-22 22:16:41 +08:00
zhourong c043db63e2 fix(*): fix integration test and contract address creation issue 2020-10-22 21:52:52 +08:00
Lizen0512 a138baa674 fix(executor): get IBTP directly instead of unmarshal 2020-10-22 20:19:59 +08:00
Lizen0512 af89883ec8 fix(order): fix unit test for order module 2020-10-22 20:19:47 +08:00
jzhe e9ffd8446e fix(client):fix show chain status command 2020-10-22 15:15:28 +08:00
zhourong 9126ab56c1 refactor(*): update integration tester 2020-10-22 14:22:31 +08:00
zhourong 6cea4216ff refactor(*): update tx/hash/address 2020-10-22 13:49:05 +08:00
Aiden X e7244829c4 build: use NewHash and NewAddress 2020-10-21 23:46:21 +08:00
Lizen0512 6c7a01d1e6 refactor(order): refactor order module transaction type 2020-10-21 22:19:40 +08:00
zhourong 52e758e5dc refactor(*): update Hash/Address related code in executor and ledger 2020-10-21 19:39:06 +08:00
Aiden X cb74880701 build: update core, kit and model in tester 2020-10-21 19:26:41 +08:00
Aiden X 4d44237349 api: using latest tx structure 2020-10-21 16:00:54 +08:00