Anthony

Results 25 issues of Anthony

It seems that some events are not present at the end of a block. I put the following code in the `app#EndBlock` and `module#EndBlock` ```go fmt.Println("End blocker app") for _,...

bug

The serialization in json doesn't reproduce the same result in some cases. ``` json != marshal(unmarshal(json)) ``` List of differences observed: - If no hash is provided, while reserialized an...

bug

We could have automatic assignation for review based on the package or whatever we need. https://github.blog/2017-07-06-introducing-code-owners/

good first issue
low priority

When we try to sort of filter a specific column with the table object there is no error nor warning when we put the wrong column/sort. This could be nice...

Should Evidence module be included in the `SetOrderBeginBlockers`? The evidence module is doing some check on the begin block but `SetOrderBeginBlockers` reset the list of beginBlocks to apply and the...