zhourong
|
850a1e6142
|
refactor(*): update crypto
1. use ecdsa secp256k1 for signature
2. use ecdsa p256 for node certificate
|
2020-08-13 19:48:49 +08:00 |
Alexader
|
079d1ec32a
|
refactor(api): refactor readonly tx api return type
refactor readonly tx api return type from pb.Response to pb.Receipt
|
2020-07-24 15:08:34 +08:00 |
Alexader
|
62314ec280
|
refactor(*): ledger is not restricted as readonly
readonly tx is only distinguashed by api of executor
the ledger under it will be the same instance of Ledger
|
2020-07-16 17:33:34 +08:00 |
Alexader
|
7f6da37901
|
fix(ledger): new view ledger instance err
1. move the ledger db initialization part out of Ledger constrcutor
2. revise unit test and tester
|
2020-07-15 10:55:03 +08:00 |
Aiden X
|
94b7d5a8d3
|
refactor(tester): rm gosdk and use core api
|
2020-04-29 19:10:25 +08:00 |
Aiden X
|
d5b4071447
|
feat(*): init project
|
2020-03-30 00:11:21 +08:00 |