Content
@
https://warpcast.com/~/channel/fc-devs
0 reply
0 recast
0 reaction
Vladyslav Dalechyn
@dalechyn.eth
@horsefacts.eth, is there a particular reason for limiting `postURL` to 256 bytes? Folks that build frames using dynamic parameters are often putting the address as a parameter, and that already eats up 42 bytes, and sometimes they need two addresses in place. It forces to implement tricky serialization techniques.
2 replies
0 recast
4 reactions
horsefacts 🚂
@horsefacts.eth
Can you use state? 256 bytes is the limit in the frame message protobuf. We started with low limits for these with the thought that frame messages might be stored on hubs. These are possible to extend, but if state works, use that.
1 reply
0 recast
2 reactions
llamafacts
@llamafacts.eth
You can use state up to 4096 bytes https://docs.farcaster.xyz/reference/frames/spec#optional-properties
0 reply
0 recast
0 reaction