You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This service doesn't provide an api for client side filter of p-sig blocks, rather all candidate blocks are uploaded and the server joins by block name.
A related issue is the Anonlink Entity Service limits block names to 64 characters, which imposes a fairly low limit on p-sig's bloom filter size if we continue to use an encoding of the bloomfilter as the blocking key. Addressed in #633
The text was updated successfully, but these errors were encountered:
* Map the user provided block IDs to fixed-sized hash values. As mentioned in issue #632
* Hash block names and count block sizes while iterating through input data using ijson
* Adds additional tracing
This service doesn't provide an api for client side filter of p-sig blocks, rather all candidate blocks are uploaded and the server joins by block name.
See the blocklib tutorial
A related issue is the Anonlink Entity Service limits block names to 64 characters, which imposes a fairly low limit on p-sig's bloom filter size if we continue to use an encoding of the bloomfilter as the blocking key.Addressed in #633The text was updated successfully, but these errors were encountered: