jzhe
a741a99db6
Merge pull request #398 from meshplus/fix/fix-get-nonce-panic
...
fix(mempool): fix concurrent map read and write
2021-04-28 14:43:58 +08:00
zhourong
b98672fd56
chore(mempool): remove implementation of get pool transaction
2021-04-28 14:31:13 +08:00
zhourong
eec3966c76
fix(test): pass unit test
2021-04-28 14:17:43 +08:00
zhourong
c897d8c669
fix(mempool): fix concurrent map read and write
2021-04-28 13:41:45 +08:00
Aiden X
2a1c50d21f
Merge pull request #397 from meshplus/fix/fix-changer-ledger
...
fix: add changer lock
2021-04-27 18:11:37 +08:00
Aiden X
ef8e17263f
Merge pull request #396 from meshplus/fix/fix-rule-test-bug
...
fix(*): fix bugs about rule management
2021-04-27 17:54:10 +08:00
dawn-to-dusk
bf2c8ea9b5
fix(*): fix bugs about rule management
2021-04-27 17:32:27 +08:00
liweixia
2eb643289d
fix: add changer lock
2021-04-27 16:05:37 +08:00
Aiden X
63c3811b7f
Merge pull request #394 from meshplus/fix/fix-mempool-panic
...
fix(*): fix panic in shardTxList
2021-04-27 15:24:49 +08:00
Aiden X
0772cb68c7
Merge pull request #395 from meshplus/fix/jsonpb-unmarshal-error
...
fix(api+cmd): fix gateway jsonpb emit nil empty field error
2021-04-27 15:24:27 +08:00
Alexader
5cf9c1ff15
fix(api+cmd): fix gateway jsonpb emit nil empty field error
2021-04-27 15:17:35 +08:00
zhourong
104db654e0
fix(*): fix panic in shardTxList
2021-04-27 09:51:30 +08:00
Aiden X
f7a887856e
Merge pull request #393 from meshplus/fix/nonce-check
...
fix(*): remove nonce check
2021-04-26 20:29:41 +08:00
zhourong
49aa2a5545
fix(*): remove nonce check
2021-04-26 20:25:11 +08:00
Aiden X
067b5a057b
Merge pull request #392 from meshplus/feat/add-evm
...
Feat: add evm
2021-04-26 20:08:47 +08:00
zhourong
e2c3f8f4bd
chore(*): update go.mod
2021-04-26 20:06:35 +08:00
zhourong
6042c690c5
fix(*): fix some bugs when invoking eth tx
2021-04-26 20:01:27 +08:00
liweixia
49cab14fa4
feat: add evm
2021-04-26 20:01:27 +08:00
liweixia
c78217c10a
feat: add ledger interface
2021-04-26 20:01:27 +08:00
zhourong
c46b26f1a2
feat(API): add web3 compatible APIs
2021-04-26 20:01:27 +08:00
zhourong
7035794d33
feat(API): add web3 compatible APIs
2021-04-26 20:01:27 +08:00
zhourong
a3ff8630f0
feat(API): add web3 compatible APIs
2021-04-26 20:01:07 +08:00
zhourong
da866a34fe
feat(rpc): add json rpc
2021-04-26 20:00:19 +08:00
Sandy Zhou
d27fa23065
Merge pull request #383 from meshplus/feat/improve-governance
...
[WIP]feat(*): improve governance
2021-04-26 19:59:38 +08:00
dawn-to-dusk
3b95507dca
feat(*): add rule mgr cmd
2021-04-26 19:56:35 +08:00
dawn-to-dusk
a6b8b54d14
Merge branch 'master' into feat/improve-governance
2021-04-26 19:40:32 +08:00
Aiden X
aa47f61036
Merge pull request #386 from meshplus/fix/timestamp-check
...
fix(api): loose timestamp prev limit and tight post time limit
2021-04-26 18:09:35 +08:00
Aiden X
acef260afd
Merge pull request #389 from meshplus/get-version-automatically
...
fix(ci):get app_version automatically
2021-04-26 18:08:09 +08:00
dawn-to-dusk
73fe0743a2
feat(*): add rule management
2021-04-26 17:17:56 +08:00
xiaochenl
9a176c75a6
fix(ci):get app_version automatically
...
get app_version automatically
2021-04-26 11:07:57 +08:00
Alexader
7dae974605
fix(api): loose timestamp prev limit and tight post time limit
2021-04-23 17:59:12 +08:00
jzhe
2a030a92d4
Merge pull request #384 from meshplus/feat/add-bvm-error-type
...
feat(*): add bvm transaction receipt error type
2021-04-23 15:48:51 +08:00
Sandy Zhou
bfdc901147
Merge pull request #385 from meshplus/fix/check-account-format
...
fix(api): check accout format before getting related nonce
2021-04-23 14:13:57 +08:00
Alexader
85ec131a19
fix(api): check accout format before getting related nonce
2021-04-23 14:06:31 +08:00
Alexader
b04f2c2a52
feat(*): add bvm transaction receipt error type
2021-04-23 13:56:05 +08:00
dawn-to-dusk
b33938d4f2
feat(*): improve governance
...
1. Add event type parameters to the proposal, and set the priority of the proposal according to the event type;
2. Add an interface for withdrawing proposals;
3. The sponsor of the proposal can not vote;
4。Add an interface to query proposals based on the manage object ID.
2021-04-21 23:27:29 +08:00
Alexader
80d8057fcf
Merge pull request #381 from meshplus/ci/add-notice-on-DingTalk
...
ci: add notice on Dingding when there is a pr opened
2021-04-19 16:48:06 +08:00
xiaochenl
6a2c52bbaa
ci: add notice on Dingding when there is a pr opened
...
add notify.yaml
2021-04-19 16:42:52 +08:00
jzhe
94e2ea2804
Merge pull request #378 from meshplus/refactor/reserve-failed-ibtp
...
refactor: reserve invalid txs in block
2021-04-19 10:56:44 +08:00
Aiden X
205471004d
Merge pull request #377 from meshplus/feat/grpc-error-types
...
Feat/grpc error types
2021-04-18 19:34:40 +08:00
Aiden X
d51262948d
Merge pull request #379 from meshplus/docs/add-theme
...
docs(*): add theme
2021-04-17 10:11:55 +08:00
Aiden X
983af46e7b
docs(*): add theme
2021-04-16 23:44:45 +08:00
Alexader
3828217bf4
feat(api): add types for api returned errors
2021-04-16 09:19:06 +08:00
zhourong
f477b85e8d
refactor: reserve invalid txs in block
2021-04-15 17:15:31 +08:00
Sandy Zhou
7c1f8b9e1b
Merge pull request #350 from meshplus/feat/did-adaptation
...
Feat/did adaptation
2021-04-15 15:05:23 +08:00
Alexader
b43ecf0198
feat(cmd): add init and addAdmin command registry contract
2021-04-15 14:53:37 +08:00
Aiden X
2626f6f853
docs(*): update stylesheet
2021-04-15 09:40:32 +08:00
Aiden X
3e9c77763e
Merge pull request #375 from meshplus/docs/rate-limit-designer-doc
...
docs:rate limit designer doc
2021-04-14 16:27:36 +08:00
Aiden X
005efe9e76
Merge pull request #376 from meshplus/docs/update-nav-order
...
docs(*): update nav order
2021-04-14 16:20:20 +08:00
jzhe
37092d98b9
Merge pull request #374 from meshplus/doc/remove-underscore
...
doc: remove underscore from cross_contract.md
2021-04-14 16:20:08 +08:00