Content pfp
Content
@
0 reply
0 recast
0 reaction

androidsixteen pfp
androidsixteen
@androidsixteen.eth
Reading the Snapchain doc: https://warpcast.notion.site/Snapchain-Public-0e6b7e51faf74be1846803cb74493886 Going to cast all my stupid questions in this thread as they come up 🧵👇
14 replies
10 recasts
38 reactions

androidsixteen pfp
androidsixteen
@androidsixteen.eth
> When a new snap is received each state change is applied onto the relevant trie which will add or remove items. Is there any concern around tree traversal for diff operations if users are reverting actions frequently? Ie. is this a spam vector? I like and unlike things wantonly
1 reply
0 recast
1 reaction

Cassie Heart pfp
Cassie Heart
@cassie
This is already a spam vector, but now you have the ability for protocol level enforcement of rate limits by knowing exactly how many operations a user took over the last n blocks
2 replies
0 recast
3 reactions

Cassie Heart pfp
Cassie Heart
@cassie
Also the insertion and deletion times for Merkle tree operations are O(log n) (roughly), and since this is a per account tree it's not too bad
0 reply
0 recast
3 reactions

androidsixteen pfp
androidsixteen
@androidsixteen.eth
That's very cool Now a social network can throttle a user at a global level and for a verifiable reason
1 reply
0 recast
3 reactions