Content pfp
Content
@
0 reply
0 recast
0 reaction

vrypan |--o--| pfp
vrypan |--o--|
@vrypan.eth
@cassie @sanjay can you give some context on the streaming gRPC methods introduced by #2273? How/when are they supposed to be used by a client? https://github.com/farcasterxyz/hub-monorepo/pull/2273
1 reply
0 recast
3 reactions

vrypan |--o--| pfp
vrypan |--o--|
@vrypan.eth
Related: How can I keep track of protobuf changes? farcaster-py parses the protobuf definitions to generate the required python API stubs, but they protobuf defs don't have their own versioning, so I rely on the monorepo versions. But this means I must consider my code outdated every time there's a new Hubble version, even if protobufs have not changed.
2 replies
0 recast
5 reactions

Samuel pfp
Samuel
@samuellhuber.eth
@pirosb3 didn’t you have a method for that?
1 reply
0 recast
0 reaction

vrypan |--o--| pfp
vrypan |--o--|
@vrypan.eth
Method? My build will fetch *.proto files from the monorepo, and build the code. The best I can do is use Hubble version tags (https://github.com/farcasterxyz/hub-monorepo/tags) but Hubble changes faster than the protobufs definitions.
1 reply
0 recast
1 reaction