DLTcollab / tangle-accelerator

Accelerate IOTA transactions by caching API requests and redirecting to faster alternatives
MIT License
23 stars 16 forks source link

fix(core): Find txn object with one txn each time #764

Closed howjmay closed 3 years ago

howjmay commented 4 years ago

'iota_client_find_transaction_objects' would fail when finding too many transaction objects at one time. Now, tangle-accelerator would find transaction object one by one.

howjmay commented 3 years ago

764 should be merged first