netgum / archanova

Archanova monorepo
https://archanova.io/
19 stars 11 forks source link

Virtual balance not always correctly updated when depositing through proxy #63

Closed morelazers closed 4 years ago

morelazers commented 4 years ago

Rinkeby env, 1.1.0.

This is what Etherscan displays: image

But my balance in sdk.state.account.balance.virtual is 0.01, I expect it to be 0.02.

Proxy contract: https://rinkeby.etherscan.io/address/0x030dd09b84d60db9bb624379331f1be2f05fb1f9

Account contract: https://rinkeby.etherscan.io/address/0x359280c417d6c782db1da040ac46fdd27ecaa8ba

stanislaw-glogowski commented 4 years ago

@morelazers thanks for feedback. I'll try to fix it Today (it looks like we have another problem with our eth node)

stanislaw-glogowski commented 4 years ago

Fixed