OSDN Git Service

add trace scheduler (#2103)
authorPoseidon <shenao.78@163.com>
Thu, 9 Sep 2021 08:22:52 +0000 (16:22 +0800)
committerGitHub <noreply@github.com>
Thu, 9 Sep 2021 08:22:52 +0000 (16:22 +0800)
commit0fd3e953c25708ad4322ae0dcfb501e849dbab10
treed61cf5466d5a67beb0d04d707c9f3588f4341b49
parentbb29ea122631f16fb51e4f4981b95973e7d4638f
add trace scheduler (#2103)

* add trace scheduler

* release the semaphore

* fix init sync map

* release instances

* fix decre height when detach

* support unconfirmed utxos

* update go mod
contract/infrastructure.go
contract/instance.go
contract/trace_scheduler.go
contract/trace_service.go [deleted file]
contract/tracer.go
contract/tracer_service.go [new file with mode: 0644]
go.mod