Calculate and return tx vsize for selected coins

Coins returning vsize: BTC, TEST, LTC, BTG, NMC, VTC, DGB
This commit is contained in:
Martin Boehm
2022-08-28 18:53:58 +02:00
committed by Martin
parent 835d0e07ba
commit 6edbc2d99b
42 changed files with 1014 additions and 752 deletions

5
go.mod
View File

@@ -19,9 +19,8 @@ require (
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/flier/gorocksdb v0.0.0-20210322035443-567cc51a1652
github.com/gogo/protobuf v1.3.2
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.0
github.com/gorilla/websocket v1.4.2
github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
@@ -37,6 +36,7 @@ require (
github.com/prometheus/client_golang v1.8.0
github.com/schancel/cashaddr-converter v0.0.0-20181111022653-4769e7add95a
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
google.golang.org/protobuf v1.26.0-rc.1
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
)
@@ -66,7 +66,6 @@ require (
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/tklauser/numcpus v0.2.2 // indirect
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
google.golang.org/protobuf v1.23.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)