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
{{ message }}
This repository was archived by the owner on Dec 26, 2022. It is now read-only.
fix(core): Limit the maximun response fetch by tag
Querying 'find_transasction_obj_by_tag' with a tag which has huge
amount of relating transactions would cause cclient failed to
deserialize the response.
Now, tangle-accelerator would respond 100 transaction objects in
maximum. This limitation refers to the implementation of TheTangle.
Closes#656Fixes#652
0 commit comments