feat: Threaded resolution of txs and tokens #12

Open
lash wants to merge 11 commits from lash/thread into master
Showing only changes of commit 12815c9001 - Show all commits

View File

@ -143,17 +143,6 @@ Tags: {}""".format(
tx_threads.append(tx_worker)
tx_n += 1
# tx = ResolvedTokenTx.from_dict(tx_src)
# tx.resolve(token_store, user_address_store, show_decimals=True, update=ctrl.get('_FORCE'))
# tx_lines.append(tx)
# seen_tokens[tx.source_token_label] = tx.source_token
# seen_tokens[tx.destination_token_label] = tx.destination_token
# tx_store.put(tx_hash, str(tx_src), overwrite=ctrl.get('_FORCE_ALL'))
# needs to be blocked by wait for all txs
tx_buf = {}
for i in range(0, tx_n):