Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Watch contract never loads latest transactions and clicking on a subdialog input triggers infinte dialog opens #4472

Closed
3esmit opened this issue Feb 7, 2017 · 0 comments
Labels
F2-bug 🐞 The client fails to follow expected behavior.
Milestone

Comments

@3esmit
Copy link

3esmit commented Feb 7, 2017

I watched a contract and noticed it never ending a loading where the latest transactions should appear.
Also if I click on Edit or Execute, or anything that would open a subdialog, the same dialog keep popping in front of the first dialog, making impossible to use. Only way to get out of this is closing browser tab.

Browser console start flooding this messages:

queryContract Error: new BigNumber() number type has more than 15 significant digits: 29754988496438030000
    at P (vendor.js:31)
    at new t (vendor.js:31)
    at t.value (index.ef7beb4014.js:22)
    at t.value (index.ef7beb4014.js:22)
    at t.value (index.ef7beb4014.js:22)
    at t.value (index.ef7beb4014.js:22)
    at t.value (index.ef7beb4014.js:22)
    at t.value (index.ef7beb4014.js:22)
    at d._renderValidatedComponentWithoutOwnerOrContext (vendor.js:76)
    at d._renderValidatedComponent (vendor.js:76)
_sendData 2 Error: new BigNumber() number type has more than 15 significant digits: 29754988496438030000
    at P (vendor.js:31)
    at new t (vendor.js:31)
    at t.value (index.ef7beb4014.js:22)
    at t.value (index.ef7beb4014.js:22)
    at t.value (index.ef7beb4014.js:22)
    at t.value (index.ef7beb4014.js:22)
    at t.value (index.ef7beb4014.js:22)
    at t.value (index.ef7beb4014.js:22)
    at d._renderValidatedComponentWithoutOwnerOrContext (vendor.js:76)
    at d._renderValidatedComponent (vendor.js:76)

Clicking view details makes that error come faster than the normal cycle.
This errors start when I enter the contract and stop when I click in Execute, but once I select an address they start happening again and makes a lot of subdialogs to appear.

Image of contract never ending load: https://files.gitter.im/ethcore/parity/nixl/image.png
Image of infinite dialogs: https://files.gitter.im/ethcore/parity/CIYs/image.png

Name: vSlice Profit Container
Address: 0x51FFC1b089392a5bb65BF24EAf04d07D0e6F88B5
ABI: http://api.etherscan.io/api?module=contract&action=getabi&address=0x51FFC1b089392a5bb65BF24EAf04d07D0e6F88B5&format=raw

Code from address_book.json:

"0x51ffc1b089392a5bb65bf24eaf04d07d0e6f88b5":{"name":"vSlice Profit Container","meta":"{\"contract\":true,\"deleted\":false,\"timestamp\":1486380811015,\"abi\":[{\"constant\":false,\"inputs\":[],\"name\":\"withdrawalProfit\",\"outputs\":[],\"payable\":false,\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"name\":\"_tokenHolder\",\"type\":\"address\"}],\"name\":\"expectedPayout\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"initEpochBalance\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_newToken\",\"type\":\"address\"}],\"name\":\"changeTokenContract\",\"outputs\":[],\"payable\":false,\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"currentEpoch\",\"outputs\":[{\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"tokenCtr\",\"outputs\":[{\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"name\":\"_newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"type\":\"function\"},{\"inputs\":[{\"name\":\"_token\",\"type\":\"address\"}],\"payable\":false,\"type\":\"constructor\"},{\"payable\":true,\"type\":\"fallback\"},{\"anonymous\":false,\"inputs\":[],\"name\":\"WithdrawalEnabled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"tokenHolder\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"amountPaidOut\",\"type\":\"uint256\"}],\"name\":\"ProfitWithdrawn\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"name\":\"newTokenContractAddr\",\"type\":\"address\"}],\"name\":\"TokenContractChanged\",\"type\":\"event\"}],\"type\":\"custom\",\"description\":\"\"}","uuid":null}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior.
Projects
None yet
Development

No branches or pull requests

3 participants