Connor Turland
Connor Turland
Update on this... it actually just APPEARS not to work, according to the console output, but it does actually perform the formatting.
Tagging @jost-s because they are dealing with related comments that I've made downstream in `tryorama` which is equally affected by this, as will be many other applications. https://github.com/holochain/tryorama/issues/124
The desired behaviour, I imagine, is that only `error!` are put through `stderr` but I am not quite sure. There may be other implications around that I don't know about.
Thanks Guillem. Because my understanding is that the Headers of private entries were definitely always intended to be published, to enable third parties to validate the integrity of their source...
By the way, the code that determines which function hooks get called is this... https://github.com/holochain/holochain/blob/2d9401a5e0f74934195a0bf02ca198679b53089d/crates/holochain/src/core/ribosome/guest_callback/validate.rs#L60-L79 You can see that `validate_create` should/would also get called, if you had defined it in...
My sense is that `validate` `validate_create` `validate_create_entry` and `validate_create_entry_post` even should be called, for a private header of a post type... (since that info is in the header anyways right,...
my take... instead of doing that, it would probably be ideal to get an accurate read on the chrono API including the Rust "features" it has, and configuring it (if...
@tixel yah I noticed things being odd around this as well... interesting that you linked to the elemental chat, which I also had to reference myself in order to implement...
@guillemcordoba do you have experience to add insight to this ^^ ?
@freesig I did a bad thing and expanded the scope of the conversation / convoluted this. The original PR was straightforward and to the point. There is just an out...