Agusx1211

Results 12 issues of Agusx1211

Unisend now is Ripio Xchg, and his API is different. https://exchange.ripio.com/unisend/ https://www.unisend.com/

Ether.js obtains the address of a deployed contract by computing it using the sender address + nonce, on EOAs this nonce is globally shared and increases with any transaction, but...

bug

The current master shows "faster than btc" coins as 1x slower, this PR adds the "faster" label and fixes the multiplier. Before: ![image](https://user-images.githubusercontent.com/12701942/117631517-9b083700-b17c-11eb-942d-2cf2bbc8d314.png) After: ![image](https://user-images.githubusercontent.com/12701942/117631560-a5c2cc00-b17c-11eb-9417-cf254b634fda.png)

**Bug Description** The gas estimation fails when trying to unwrap tokens using some smart contract wallets, this leads to the transaction never being sent to the wallet, making the user...

bug

### Diversify relay usage There is a community driven pressure to diversify the relays, mostly because having a single relay control a big percentage of the block production gives that...

When a jump table is used inside a macro, and the macro is called more than once, the first time the macro is called, it jumps to the jump table...