Seulgi Kim
Seulgi Kim
It's because the metadata of wCCC does not exist. I think we need to remove the metadata field of wCCC from the indexer. Why does the indexer have the metadata...
Currently, the e2e tests are flaky. It's because there can be inconsistency in the network module when creating and closing connection repeatedly. I think replacing util/io with Tokio will fix...
Using a macro for RLP is a double-edged sword. When you are using macros for RLP you must consider that the order of the items is important in RLP encoding....
Hi @zmanian, Thank you for your interests. Our team will share discussions in this thread.
@majecty I agree on the policy, but I'm not sure blocking one hour is easy to implement.
Okay. Let's try it.
@Remagpie Yes, I still had, but it needs some more discussion yet. I think timed-blocking would work well for now.
@majecty do you have any clue?
I executed `NETWORK_ID=cc generate-schema`, but the same error message shows.
It seems that I found the reason. The materialized view `time_5min_avg_report_view_materialized` depending on `peer_count` is created before creating `peer_count`. I'll make a PR.