-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-deterministic Error #147
Comments
True dat. Any idea the cause? I've never got it locally, only on CircleCI :( |
It looks like a series of sequence errors are stemming from an From circle build 435:
|
Okay, got an error case. --to="test-chain-2/F40ECECEA86F29D0FDF2980EF72F1708687BD4BF" this is converted to "test-chain-2/(binary encoding of above)" note that I will make a proper test case and fix the issue. But it brings up a point that just overloading the chain into the binary data is a bit fragile... |
This means any address with a properly aligned 2F will not be able to receive tokens over ibc, like 1/13 of the addresses. Surprised we didn't find this in our manual tests... |
Should be fixed by |
AHA - I had the feeling it was something along these lines - great stuff fixing this one |
fails
https://circleci.com/gh/tendermint/basecoin/435
and then passes on a re-build
https://circleci.com/gh/tendermint/basecoin/436
The text was updated successfully, but these errors were encountered: