miguelmtz

Results 12 issues of miguelmtz

This PR resolves #320 in a simply way. Instead of using locally netstats library (what was set up before), I use remote netstats library from [ethstats](https://ethstats.net). I am sure this...

## Expected Behavior I followed this [instructions](https://github.com/ethereum/go-ethereum/wiki/Setting-up-monitoring-on-local-cluster) to set up netstats monitor on my private network. - I launched client-side and it worked, pm2 worked properly - I launched server-side...

- Fix emission of scaled balance in `BalanceTransfer` event - Fix emission of whole amounts in `Transfer` event - Add emission of `Mint` events in the `transfer` function to reflect...

The emission of events in the AToken is incorrect. - The contract is emitting scaled balance on `Mint()` and `Burn()` events, but not in `Transfer()` - The `transferOnLiquidation()` funtion emits...

bug

Currently the `addressesProvider` address is passed to the `constructor`, so it only works for 1 market. Pass the `addressesProvider` as parameter to every function so can be used to extract...

refactor

When my application crashes (exception thrown with no handler) the library solc (using latest version) show an error which should not be shown (since It is not an error from...

bug :bug:

> Note: Sample PR used as template. Please, do not remove.

It is possible to end up in a situation where a rebalance of the stable borrow rate of a user can be executed multiple times with no effect. One example...