Commit Graph

538 Commits

Author SHA1 Message Date
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
Aiden X 3a090da50a build: update core, kit and model 2020-10-21 14:06:58 +08:00
zhourong 9a78f3f7f2 refactor(*): use new Transaction/Address/Hash in executor and ledger 2020-10-21 14:01:35 +08:00
jzhe 5d4aa022b1 style(raft):modify log level in sending consensus message 2020-10-21 13:46:57 +08:00
Sandy Zhou 840935f15c
Merge pull request #211 from meshplus/fix/storage
fix(storage): dicard bitxhub storage package to use kit storage
2020-10-21 10:23:16 +08:00
Treaser(Song) Lou bd0a38d96e
Merge branch 'master' into fix/storage 2020-10-20 20:29:20 +08:00
jzhe a31b66c1b3
Merge pull request #207 from meshplus/refactor/com-mod-version-support
refactor(mod): support module version switch for commercial bitxhub
2020-10-20 20:26:06 +08:00
treasersimplifies 65b922b57c fix(storage): dicard bitxhub storage package to use kit storage 2020-10-20 19:56:53 +08:00
Aiden X 0202b83d86
Merge pull request #210 from meshplus/feat/replace-gogfaster
feat(order): replace gogfast with gogofaster
2020-10-20 17:18:19 +08:00
Alexader 6813eef5eb feat(order): replace gogfast with gogofaster 2020-10-20 16:25:10 +08:00
zhourong 2e42de6884 refactor(mod): auto generate goent.mod when tag ent is used 2020-10-20 15:33:51 +08:00
zhourong 46b9163e83 refactor(mod): rename com to ent which is short for enterprise 2020-10-20 14:46:00 +08:00
jzhe 605bfbeb22
Merge pull request #209 from meshplus/test/ignore-pb-go
test: ignore pb.go file
2020-10-20 14:14:59 +08:00
Aiden X f0c40e2b81 test: ignore pb.go file 2020-10-20 14:07:43 +08:00
Aiden X 9b4a16b9a4
Merge pull request #208 from meshplus/test/add-storages
test: add storages unittest
2020-10-20 13:31:19 +08:00
Aiden X f3eeb39cbf test: add storages unittest 2020-10-20 13:16:11 +08:00
Aiden X 1f80275fc7
Merge pull request #196 from meshplus/test/untest-proto
test: untest proto
2020-10-20 10:42:48 +08:00
Aiden X eaa2814cfd test: untest proto 2020-10-20 10:35:16 +08:00
zhourong 2606f0e187 refactor(mod): support module version switch for commercial bitxhub 2020-10-20 10:35:12 +08:00
Sandy Zhou 63f56d53f9
Merge pull request #193 from meshplus/feat/tls-grpc
feat(grpc): enable tls support for grpc connection
2020-10-16 18:50:45 +08:00
Alexader 6faa2029fc feat(grpc): enable tls support for grpc connection 2020-10-16 16:03:29 +08:00
Alexader e64cd6f757
Merge pull request #202 from meshplus/refactor-Makefile
refactor(Makefile): add build tags
2020-10-16 15:21:23 +08:00
zhourong 6ef7e5afbd refactor(Makefile): add build tags 2020-10-16 14:58:26 +08:00
Alexader b3cbfef160
Merge pull request #200 from meshplus/feat/multi-module-support
refactor(executor): support multi-version of executor
2020-10-16 14:24:34 +08:00
zhourong f5c3a39126 refactor(executor): module split 2020-10-16 11:28:22 +08:00