v0.5
Changelog (14.09.2021)
Transactions Backend refactoring.
InstaSwap:
now working on every chain.
has now Multiwallet feature.
if function input is path: first contract is current token, second contract can be seleced from tokens (managed from Contract window)
Previed now shows all possible transactions. Prettyfy not integrated yet.
Provider Rotation in Transaction integrated.
lower Case Addresses in Contract and Transaction possible. Not in Address Managment yet.
Bijective Sending: If From and To Adresses are Cluster, bijective sending leads to a transaction only between equal addresses
Insta Send Timer: When created, address, value, etc are also tracked in insta_log.csv
Migration Database
default_config.csv
Change subsequent fields or add them:
Action
VARIABLE
NAME
change
version
0.5
add
provider_rotation
True
remove
pancake_contract
add
insta_swap_function_default_amountOutMin
0
add
insta_swap_function_default_path
ETH
add
insta_swap_function_default_deadline
1633624825
add
insta_swap_function_default_to
Mother
remove
pancake_function_default_amountOutMin
remove
pancake_function_default_path
remove
pancake_function_default_deadline
remove
pancake_function_default_to
address
remove column CHAIN_ID
contract
use new contract.csv file from release
Technical Debt
Address Management buggy: new addresses added to wrong cluster; multiple cluster selection (should not be allowed).
Transaction.py super big. Divide and Conquer necessary.
Last updated
Was this helpful?