Frederik Schöll

Results 17 comments of Frederik Schöll

The fonts are still placed under `dist/bower_components/bootstrap-sass-official/assets/fonts/bootstrap`, that doesn't feel to be the right way imo. And it's a problem when you are using icons from different packages. I had...

Ran into the same issue, seems like this is coming from the jwt library that does the claim validation. They already have an issue open for this, but not a...

fixed the one about the binary extensions, seems like the abi serialization fails as well, probably because the action_results field has been added to the abi?

> That's a high possibility indeed and probably exactly why it failed. And I think ABI are binary decode when read from console reader, so would need to be double-checked...

> Like you said is a good way. I've deployed a small contract which we used to test the decoding of action_results to Kylin. I used the abi hex code...

Yes I also tested different field orderings and applying the binary_extension as well to action results. But that still ends up with an 0x00 flag more on the setabi code...

I played around a bit with the `TestABI_ReadPacked_V1_2` test. Seems like the abi decoder works just fine, it marshals into the same json as the abi to compare to (if...

The issue regarding the empty byte is solved (was using the wrong cleos version which created some weird abi deployment issues). I've removed the tests for eosio abi version 1.0...

Actually it seems like most of those failures are a strong indicator that the Tikv cluster is overloaded. So another (maybe better) solution would be to stop, but save the...

Okay there's no way to operate a Tikv cluster without this retry handling. We added a simple solution that waits for number_of_retries * 10 minutes. This helps a lot.