Content
@
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
3 reactions
zho
@nakedfool
looks like there is no hacky solution to this :( we can't use state in the initial frame because it requires to be empty and two addresses in our dynamic path exceed the 256-byte limit for initialPath for multi-step frame. if there is any chance to extend this, it would be a huge help! :)
0 reply
0 recast
1 reaction