Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SendRaw and BroadcastMsgRaw to websocket hub #658

Merged
merged 18 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions ads/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ module github.com/iotaledger/hive.go/ads
go 1.22

require (
github.com/iotaledger/hive.go/ds v0.0.0-20240315104458-b689cbcfddbd
github.com/iotaledger/hive.go/ierrors v0.0.0-20240315104458-b689cbcfddbd
github.com/iotaledger/hive.go/kvstore v0.0.0-20240315104458-b689cbcfddbd
github.com/iotaledger/hive.go/lo v0.0.0-20240315104458-b689cbcfddbd
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135607-4704e82184c0
github.com/pokt-network/smt v0.9.2
github.com/stretchr/testify v1.8.4
github.com/iotaledger/hive.go/ds v0.0.0-20240419090836-4f2192459e5d
github.com/iotaledger/hive.go/ierrors v0.0.0-20240419090836-4f2192459e5d
github.com/iotaledger/hive.go/kvstore v0.0.0-20240419090836-4f2192459e5d
github.com/iotaledger/hive.go/lo v0.0.0-20240419090836-4f2192459e5d
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240419090836-4f2192459e5d
github.com/pokt-network/smt v0.10.2
github.com/stretchr/testify v1.9.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240315104458-b689cbcfddbd // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20240315104458-b689cbcfddbd // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240315104458-b689cbcfddbd // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240419090836-4f2192459e5d // indirect
github.com/iotaledger/hive.go/runtime v0.0.0-20240419090836-4f2192459e5d // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240419090836-4f2192459e5d // indirect
github.com/kr/text v0.2.0 // indirect
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
github.com/petermattis/goid v0.0.0-20240327183114-c42a807a84ba // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sasha-s/go-deadlock v0.3.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
44 changes: 22 additions & 22 deletions ads/go.sum
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/iotaledger/hive.go/constraints v0.0.0-20240315104458-b689cbcfddbd h1:O35lbQcbEmgycIDWKYzyvnEeN6GcHlx76YknqGPnVPA=
github.com/iotaledger/hive.go/constraints v0.0.0-20240315104458-b689cbcfddbd/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240315104458-b689cbcfddbd h1:q7nvD+1SMBX1GjhnlzldAnyyEeFgdBfaeoq3e+qf0mM=
github.com/iotaledger/hive.go/ds v0.0.0-20240315104458-b689cbcfddbd/go.mod h1:wfjeJj9B+MM/3yeUHfvT8Gj8bRsdl9utyh2dZg+1+B0=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240315104458-b689cbcfddbd h1:nvQc2sjO2G3yMiuVWY/iJkyAAHjxgM/2qEZ4wxmXm0s=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240315104458-b689cbcfddbd/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240315104458-b689cbcfddbd h1:HegZpJKGZLq0NAE1Tgxs9Y+EHC0mItpyHeodCSYgdEI=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240315104458-b689cbcfddbd/go.mod h1:dCgv8YMOihhGNxQu37Vh5XqT/7wLbIJst2WePqo1z8Y=
github.com/iotaledger/hive.go/lo v0.0.0-20240315104458-b689cbcfddbd h1:bUWLJquwEJXEo93J29R9JsLBHb/d3r++SCuKVhfsNJc=
github.com/iotaledger/hive.go/lo v0.0.0-20240315104458-b689cbcfddbd/go.mod h1:67oLzWYiBLGt5PN7IBVHdbt9P6oBYCx9UvMEL8ExDAc=
github.com/iotaledger/hive.go/runtime v0.0.0-20240315104458-b689cbcfddbd h1:+HDX4N/l7geVOZTIICG/6Znrujek+qO2YClXp/ghTAI=
github.com/iotaledger/hive.go/runtime v0.0.0-20240315104458-b689cbcfddbd/go.mod h1:OKoOmZd+qDjm0WsisIB5FYbKhMm5iPx4/mDJL/8SjsU=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135607-4704e82184c0 h1:zlh6AjBNtTnyqORJjV6MmyILkBb2irGxRwaJTqvIhf8=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135607-4704e82184c0/go.mod h1:NK05G4PxwZF1m4jGANJWLhAQ2hP1Nt0L8mgCTFLsSCw=
github.com/iotaledger/hive.go/stringify v0.0.0-20240315104458-b689cbcfddbd h1:pgBMXWsZ2oEoPOSPv4Ycq2Ygy0qt7UNx0B39HhV7Z1E=
github.com/iotaledger/hive.go/stringify v0.0.0-20240315104458-b689cbcfddbd/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
github.com/iotaledger/hive.go/constraints v0.0.0-20240419090836-4f2192459e5d h1:x6sYmtmNNqDE29n1ypi/4t8TVqiF2r3yYjsoRI+2UpU=
github.com/iotaledger/hive.go/constraints v0.0.0-20240419090836-4f2192459e5d/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240419090836-4f2192459e5d h1:oJ8NZSWjZdmXmUOs5LSy3XpAdUQ6giBvMbDKRHTG7GQ=
github.com/iotaledger/hive.go/ds v0.0.0-20240419090836-4f2192459e5d/go.mod h1:F2oK6RYYAeG2dgdndSxc6NwNqGt/TZ3lgx5EEQKNoCY=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240419090836-4f2192459e5d h1:ulaWf6LKJEKXFLUwhzOVGxzWKBcwrmd9T03X0+1Mk1w=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240419090836-4f2192459e5d/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240419090836-4f2192459e5d h1:pLYm2osWqs3DSVb/ppca4/dYO650AdMUOielQ05+9U4=
github.com/iotaledger/hive.go/kvstore v0.0.0-20240419090836-4f2192459e5d/go.mod h1:/1tAgBTbFRVogKMIIF1zqD+dCplwtXpxob0k6LlsypM=
github.com/iotaledger/hive.go/lo v0.0.0-20240419090836-4f2192459e5d h1:bXPjnQ3qQhrffnjyq5q29/j8iG7UOc8PwIo3LgiiaUM=
github.com/iotaledger/hive.go/lo v0.0.0-20240419090836-4f2192459e5d/go.mod h1:bSVsU1c4je63jbBS+u/CBRzOuxpjIiALZ6/vquCbw6k=
github.com/iotaledger/hive.go/runtime v0.0.0-20240419090836-4f2192459e5d h1:VQIvdSn4Iand4Nj54UtnT2GgAbTH+L7jrklGM8rVbbo=
github.com/iotaledger/hive.go/runtime v0.0.0-20240419090836-4f2192459e5d/go.mod h1:+lCLTDV7ldfvbqV6WCl0xCajrfbL54ZEmnnsx1mEHLA=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240419090836-4f2192459e5d h1:6cncTjlAM6NZW0cA/lqbjHZdg6kgjcqGIjuI1OsnerU=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240419090836-4f2192459e5d/go.mod h1:TXhgZZ0wD1ylof5msP+21xypd2utw0F8tEX3kCDR84s=
github.com/iotaledger/hive.go/stringify v0.0.0-20240419090836-4f2192459e5d h1:ikEgAb6quKxrd542llH5JjsxlAdAaKf43pMJDuNKDjI=
github.com/iotaledger/hive.go/stringify v0.0.0-20240419090836-4f2192459e5d/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o=
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 h1:jik8PHtAIsPlCRJjJzl4udgEf7hawInF9texMeO2jrU=
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=
github.com/petermattis/goid v0.0.0-20240327183114-c42a807a84ba h1:3jPgmsFGBID1wFfU2AbYocNcN4wqU68UaHSdMjiw/7U=
github.com/petermattis/goid v0.0.0-20240327183114-c42a807a84ba/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pokt-network/smt v0.9.2 h1:h/GnFm1F6mNBbF1hopr+9+y7nr173SU55NX7NxTVU0Y=
github.com/pokt-network/smt v0.9.2/go.mod h1:S4Ho4OPkK2v2vUCHNtA49XDjqUC/OFYpBbynRVYmxvA=
github.com/pokt-network/smt v0.10.2 h1:7OCimi2qN9kPwv+UDbUqaFYLaVMed3DYO8AbY8R0rNo=
github.com/pokt-network/smt v0.10.2/go.mod h1:S4Ho4OPkK2v2vUCHNtA49XDjqUC/OFYpBbynRVYmxvA=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
github.com/sasha-s/go-deadlock v0.3.1 h1:sqv7fDNShgjcaxkO0JNcOAlr8B9+cV5Ey/OB71efZx0=
github.com/sasha-s/go-deadlock v0.3.1/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
28 changes: 14 additions & 14 deletions app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.22
require (
github.com/felixge/fgprof v0.9.4
github.com/hashicorp/go-version v1.6.0
github.com/iotaledger/hive.go/ierrors v0.0.0-20240315104458-b689cbcfddbd
github.com/iotaledger/hive.go/lo v0.0.0-20240315104458-b689cbcfddbd
github.com/iotaledger/hive.go/log v0.0.0-20240325125531-49f04658265e
github.com/iotaledger/hive.go/runtime v0.0.0-20240315104458-b689cbcfddbd
github.com/iotaledger/hive.go/ierrors v0.0.0-20240419091059-9cd42fbad2b6
github.com/iotaledger/hive.go/lo v0.0.0-20240419091059-9cd42fbad2b6
github.com/iotaledger/hive.go/log v0.0.0-20240419091059-9cd42fbad2b6
github.com/iotaledger/hive.go/runtime v0.0.0-20240419091059-9cd42fbad2b6
github.com/knadh/koanf v1.5.0
github.com/spf13/cast v1.6.0
github.com/spf13/pflag v1.0.5
Expand All @@ -20,27 +20,27 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ethereum/go-ethereum v1.13.14 // indirect
github.com/ethereum/go-ethereum v1.13.15 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/pprof v0.0.0-20240319011627-a57c5dfe54fd // indirect
github.com/google/pprof v0.0.0-20240416155748-26353dc0451f // indirect
github.com/holiman/uint256 v1.2.4 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240315104458-b689cbcfddbd // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20240315104458-b689cbcfddbd // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135822-637c81e84e98 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240315104458-b689cbcfddbd // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240419091059-9cd42fbad2b6 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20240419091059-9cd42fbad2b6 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240419091059-9cd42fbad2b6 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240419091059-9cd42fbad2b6 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
github.com/pelletier/go-toml/v2 v2.2.1 // indirect
github.com/petermattis/goid v0.0.0-20240327183114-c42a807a84ba // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sasha-s/go-deadlock v0.3.1 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading
Loading