rocksdb #29

Merged
jeffreypicard merged 93 commits from feature/27/jeffreypicard/rocksdb into master 2022-04-29 17:04:01 +02:00
3 changed files with 2 additions and 13 deletions
Showing only changes of commit 820182b4a3 - Show all commits

5
go.mod
View file

@ -7,7 +7,6 @@ go 1.17
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
require (
github.com/ReneKroon/ttlcache/v2 v2.8.1
github.com/akamensky/argparse v1.2.2
github.com/lbryio/lbry.go/v2 v2.7.2-0.20210625145058-2b155597bf57
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
github.com/lbryio/lbry.go/v3 v3.0.1-beta
github.com/linxGnu/grocksdb v1.6.42
github.com/olivere/elastic/v7 v7.0.24
@ -26,14 +25,11 @@ require (
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-errors/errors v1.1.1 // indirect
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
github.com/josharian/intern v1.0.0 // indirect
github.com/lbryio/lbcd v0.22.201-beta-rc1
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/nlopes/slack v0.6.0 // indirect
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
@ -43,6 +39,5 @@ require (
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211123173158-ef496fb156ab // indirect
google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84 // indirect
gopkg.in/nullbio/null.v6 v6.0.0-20161116030900-40264a2e6b79 // indirect
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.
lyoshenka commented 2022-04-15 16:08:15 +02:00 (Migrated from github.com)
Review

you're using v2 and v3? what are you using from v2?

you're using v2 and v3? what are you using from v2?
lyoshenka commented 2022-04-15 16:08:40 +02:00 (Migrated from github.com)
Review

also have you run go mod tidy recently?

also have you run `go mod tidy` recently?
jeffreypicard commented 2022-04-29 16:46:52 +02:00 (Migrated from github.com)
Review

One straggler, just removed it.

One straggler, just removed it.

6
go.sum
View file

@ -159,7 +159,6 @@ github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3/go.mod h1:VJ0WA2NB
github.com/gin-gonic/gin v1.4.0/go.mod h1:OW2EZn3DO8Ln9oIKOvM++LBO+5UPHJJDH72/q/3rZdM=
github.com/go-check/check v0.0.0-20180628173108-788fd7840127/go.mod h1:9ES+weclKsC9YodN5RgxqK/VD9HM9JsCSh7rNhMZE98=
github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q=
github.com/go-errors/errors v1.1.1 h1:ljK/pL5ltg3qoN+OtN6yCv9HWSfMwxSx90GJCZQxYNg=
github.com/go-errors/errors v1.1.1/go.mod h1:psDX2osz5VnTOnFWbDeWwS7yejl+uV3FEWEp4lssFEs=
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
@ -250,7 +249,6 @@ github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY
github.com/gorilla/websocket v1.2.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
@ -352,8 +350,6 @@ github.com/lbryio/lbcd v0.22.201-beta-rc1/go.mod h1:kNuzGWf808ipTGB0y0WogzsGv5BV
github.com/lbryio/lbcutil v1.0.201/go.mod h1:gDHc/b+Rdz3J7+VB8e5/Bl9roVf8Q5/8FQCyuK9dXD0=
github.com/lbryio/lbcutil v1.0.202-rc3/go.mod h1:LGPtVBBzh4cFXfLFb8ginlFcbA2QwumLNFd0yk/as2o=
github.com/lbryio/lbry.go/v2 v2.7.1/go.mod h1:sUhhSKqPNkiwgBqvBzJIqfLLzGH8hkDGrrO/HcaXzFc=
github.com/lbryio/lbry.go/v2 v2.7.2-0.20210625145058-2b155597bf57 h1:Dzg3a7M9EWS48D0mbYInBjeqX/LB5qRuDgG29ktpmw8=
github.com/lbryio/lbry.go/v2 v2.7.2-0.20210625145058-2b155597bf57/go.mod h1:I1q8W9fwU+t0IWNiprPgE1SorWQwcO6ser0nzP3L5Pk=
github.com/lbryio/lbry.go/v3 v3.0.1-beta h1:oIpQ5czhtdVSoWZCiOHE9SrqnNsahyCnMhXvXsd2IiM=
github.com/lbryio/lbry.go/v3 v3.0.1-beta/go.mod h1:v03OVXSBGNZNDfGoAVyjQV/ZOzBGQyTnWs3jpkssxGM=
github.com/lbryio/ozzo-validation v0.0.0-20170323141101-d1008ad1fd04/go.mod h1:fbG/dzobG8r95KzMwckXiLMHfFjZaBRQqC9hPs2XAQ4=
@ -407,7 +403,6 @@ github.com/nats-io/nkeys v0.0.2/go.mod h1:dab7URMsZm6Z/jp9Z5UGa87Uutgc2mVpXLC4B7
github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nlopes/slack v0.6.0 h1:jt0jxVQGhssx1Ib7naAOZEZcGdtIhTzkP0nopK0AsRA=
github.com/nlopes/slack v0.6.0/go.mod h1:JzQ9m3PMAqcpeCam7UaHSuBuupz7CmpjehYMayT6YOk=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs=
@ -884,7 +879,6 @@ gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
gopkg.in/karalabe/cookiejar.v1 v1.0.0-20141109175019-e1490cae028c h1:4GYkPhjcYLPrPAnoxHVQlH/xcXtWN8pEgqBnHrPAs8c=
gopkg.in/karalabe/cookiejar.v1 v1.0.0-20141109175019-e1490cae028c/go.mod h1:xd7qpr5uPMNy4hsRJ5JEBXA8tJjTFmUI1soCjlCIgAE=
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce/go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA=
gopkg.in/nullbio/null.v6 v6.0.0-20161116030900-40264a2e6b79 h1:FpCr9V8wuOei4BAen+93HtVJ+XSi+KPbaPKm0Vj5R64=
gopkg.in/nullbio/null.v6 v6.0.0-20161116030900-40264a2e6b79/go.mod h1:gWkaRU7CoXpezCBWfWjm3999QqS+1pYPXGbqQCTMzo8=
gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo=
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw=

View file

@ -7,9 +7,9 @@ import (
_ "net/http/pprof"
lyoshenka commented 2022-04-15 16:10:08 +02:00 (Migrated from github.com)
Review

prolly here just for profiling, right?

prolly here just for profiling, right?
jeffreypicard commented 2022-04-20 15:55:49 +02:00 (Migrated from github.com)
Review

yeah

yeah
"github.com/lbryio/hub/internal"
pb "github.com/lbryio/hub/protobuf/go"
"github.com/lbryio/hub/server"
"github.com/lbryio/lbry.go/v2/extras/util"
log "github.com/sirupsen/logrus"
"google.golang.org/grpc"
)
@ -75,7 +75,7 @@ func main() {
log.Printf("found %d results\n", r.GetTotal())
for _, t := range r.Txos {
fmt.Printf("%s:%d\n", util.TxHashToTxId(t.TxHash), t.Nout)
fmt.Printf("%s:%d\n", internal.TxHashToTxId(t.TxHash), t.Nout)
}
default:
log.Fatalln("Unknown Command Type!")