Commit Graph

586 Commits

Author SHA1 Message Date
Aiden X bc10fd8676
Merge pull request #388 from meshplus/release-1.6-hotfix
fix(mempool): fix panic in shardTxList
2021-04-26 18:08:40 +08:00
Aiden X bfc71efc69
Merge pull request #391 from meshplus/release-1.6-get-version-automaticcally
fix(ci):get app_version automatically
2021-04-26 18:06:59 +08:00
xiaochenl 087b476ce2 fix(ci):get app_version automatically
get app_version automatically
2021-04-26 11:28:35 +08:00
zhourong 0fccb821ac fix(mempool): fix panic in shardTxList 2021-04-25 16:21:10 +08:00
Aiden X 9e0e48927d
Merge pull request #387 from meshplus/release-1.6-hotfix
fix(API): check account address in getting pending nonce
2021-04-25 15:23:59 +08:00
zhourong 6f4581c2f0 fix(API): check account address in getting pending nonce 2021-04-25 14:45:48 +08:00
Aiden X 8b2b9fe426
Merge pull request #373 from meshplus/dev-release-1.6
merge new commits to release 1.6 except DID feature
2021-04-19 09:41:52 +08:00
Aiden X a0cf8a7f0d docs(design): rm new line
(cherry picked from commit 451d1c1110)
2021-04-14 15:52:02 +08:00
zhourong ced7067f0d doc(*): update cross_contract.md to adapt new broker contract
(cherry picked from commit 0c565d0756)
2021-04-14 15:51:55 +08:00
xiaochenl 3d6795abcf add some deployment documents
add some deployment documents

(cherry picked from commit 7c23f7002c)
2021-04-14 15:51:45 +08:00
Alexader 32bf78c79a doc(docs/dev): improve docs about pier design and dev usage
(cherry picked from commit 2d13d07c68)
2021-04-14 15:49:46 +08:00
zhourong 2c0e5d677e docs(*): update transaction design
(cherry picked from commit 397f1765d7)
2021-04-14 15:49:25 +08:00
zhourong 259765b51b refactor(mempool): use account nonce to sort transactions
(cherry picked from commit fcb7529e70)
2021-04-14 15:48:26 +08:00
xiaochenl ffea4ff89e modify release.yml and release package name format
modify release.yml and release package name format

(cherry picked from commit 5d7ebca34d)
2021-04-14 15:42:24 +08:00
jzhe d72c6a9ef1 docs:add erc20 interchian desiger doc
(cherry picked from commit e534bec17d)
2021-04-14 15:32:58 +08:00
xiaochenl 3b429f0441 Update release.yml
use action-gh-release@v1 to release binarys

(cherry picked from commit 2931c7632d)
2021-04-14 15:32:46 +08:00
xiaochenl 65d71884a6 Update release.yml
Update release.yml

(cherry picked from commit 7c677bb3f9)
2021-04-14 15:32:43 +08:00
zhourong 807ba558a7 fix(ledger): fix codeHash be nil after getCode
(cherry picked from commit e9e9222aad)
2021-04-14 15:32:28 +08:00
liweixia c1834e0fad feat: add uni test
(cherry picked from commit 0c4033c702)
2021-04-14 15:32:25 +08:00
liweixia f4a9218fd3 feat: add wasm ledger
(cherry picked from commit 157965014c)
2021-04-14 15:32:21 +08:00
xiaochenl b10b7dab28 fix:Modified the properties of dist folder
fix:Modified the properties of dist folder
(cherry picked from commit 26e66aa363)
2021-04-14 15:32:08 +08:00
xiaochenl d1d4038f3c ci: add release.yml and some scripts
1. ci: add release.yml and release-binary.sh
2. modify Makefile to add make release-binary option

(cherry picked from commit 2255377814)
2021-04-14 15:32:01 +08:00
dawn-to-dusk 5d73a2a638 doc:update quick_start.md
(cherry picked from commit 10268a9ef1)
2021-04-14 15:31:55 +08:00
dawn-to-dusk 9a90e1d91e feat(*): add appchain update, freeze, activate, logout
(cherry picked from commit d771291f0d)
2021-04-14 15:31:40 +08:00
Aiden X 962955b6fc docs: update style
(cherry picked from commit c68ab79010)
2021-04-14 15:31:33 +08:00
dawn-to-dusk 0acc8263a0 docs(*):refactor doc
(cherry picked from commit 42a8da1d74)
2021-04-14 15:30:15 +08:00
dawn-to-dusk 09dbed0828 feat(vm): add CurrentCaller field to context to represent the current invocation address in the case of cross-contract invocation
(cherry picked from commit 95f3faf306)
2021-04-14 15:25:07 +08:00
optimouskiller eec1c3c22f fix issue #24
Add script to automatically installs the tmux with package manager based on the system type, both linux and macos are supported

(cherry picked from commit ccedd18c3c)
2021-04-14 15:25:02 +08:00
Aiden X d7c052d41d
Merge pull request #345 from meshplus/feat/add-governance-contract
feat(internal/executor/contracts): add governance function
2021-03-19 16:02:11 +08:00
dawn-to-dusk 0765965e0c feat(cmd): add governance cmd 2021-03-19 14:33:27 +08:00
dawn-to-dusk 2902f16647 feat(*): add governance module
1.Add governance built-in contract;
2.Add governance related tests.
2021-03-19 09:41:19 +08:00
Aiden X 3e167f4475 docs: add README.md png 2021-03-10 10:20:36 +08:00
Aiden X 3a1d42257d docs: add faq and introduction 2021-03-10 10:14:51 +08:00
Aiden X 8dfd70f8bd
Merge pull request #346 from meshplus/docs/use-mkdocs
docs: use mkdocs
2021-03-08 23:00:23 +08:00
Aiden X cf92e2bb79 ci: add action for docs 2021-03-08 22:56:47 +08:00
Aiden X 2c9f334107 docs: use mkdocs 2021-03-08 22:00:57 +08:00
Aiden X 917186f216
Merge pull request #344 from meshplus/feat/rate-limit
feat(ratelimit):add rate limit in grpc
2021-03-02 17:30:11 +08:00
jzhe 8a170a4a36 feat(ratelimit):add rate limit in grpc 2021-03-02 15:33:07 +08:00
Aiden X b9635865eb *: Bump 1.5.0 2021-02-24 17:19:05 +08:00
Alexader b8c0587894
Merge pull request #342 from meshplus/test/improve-test-coverage
test:improve test coverage
2021-02-24 16:46:10 +08:00
jzhe 7cd9a03796 test:improve test coverage 2021-02-24 15:35:08 +08:00
Sandy Zhou f1000a1fe4
Merge pull request #323 from meshplus/feat/inter-relay
feat/inter relay
2021-02-24 14:09:20 +08:00
Sandy Zhou ca7505eb3b
Merge pull request #321 from meshplus/feat/persist-cached-nonce
feat(mempool): add nonce cache to persist storage
2021-02-24 11:09:30 +08:00
Alexader df6d5b99a3 fix(mempool): remove pending nonce persist 2021-02-24 11:02:16 +08:00
treasersimplifies bc9a93556b fix(*): fix method delete fail 2021-02-24 10:42:19 +08:00
treasersimplifies 9309b4e6b8 fix(*): update method registry fix method bugs 2021-02-24 10:34:18 +08:00
treasersimplifies fe84306206 fix(*): fix log print when register contract 2021-02-24 10:34:16 +08:00
treasersimplifies 5432a416ee test(*): fix ibtp tests 2021-02-24 10:34:16 +08:00
treasersimplifies 64faed9037 feat(*): add inter relay ibtp handler 2021-02-24 10:34:07 +08:00
treasersimplifies 12c74d4395 feat(*): add inter relay broker for contracts 2021-02-24 10:31:17 +08:00