OSDN Git Service

contract_trace (#2099)
authorPoseidon <shenao.78@163.com>
Wed, 1 Sep 2021 06:34:00 +0000 (14:34 +0800)
committerGitHub <noreply@github.com>
Wed, 1 Sep 2021 06:34:00 +0000 (14:34 +0800)
commitd7c7071f39276edc97365229bf7be69d4449ad43
treee0052f2d131bedb04d492399d24f2164385b4478
parent7b07f58c8d2571feb81217282a2c4c846161a29f
contract_trace (#2099)

* contract_trace

* fix new instance table

* fix calc utxo key

* add get instance by tx hash

* remove unconfirmed utxos from instance

* opt instance

* remove tx hash from instance

* add remove instance for table

* fix remove by trace id

* fix trade service interface

* add new instance func

* contract trace

* import fmt

* remove utxo key
contract/infrastructure.go [new file with mode: 0644]
contract/instance.go [new file with mode: 0644]
contract/trace_scheduler.go [new file with mode: 0644]
contract/trace_service.go [new file with mode: 0644]
contract/tracer.go [new file with mode: 0644]