Arthur Brock

Results 22 comments of Arthur Brock

@dellams, Did you get an answer on the Forum or elsewhere for this? Also, are you using [wasm-opt](https://github.com/WebAssembly/binaryen#tools) to compile your wasms? We highly recommend it. Sample usage: ``` wasm-opt...

Just some quick responses to some of these items from @guillemcordoba & @tatssato ## Pretty Much Needed Items Yes... to all of these with one caveat, I think it will...

> ## Request > > * [x] Be able to get the UID back from AppInfo call. Maybe this is what distinguishes AppInfo from ZomeInfo? This is going to be...

We don’t send a StoreEntry DhtOp for private entries, so DHT nodes really should never be trying to validate private entries, only elements/headers. In other words, nobody without access to...

We've made some recent updates to Holonix to address some of the mac dependencies like clang. And we're about to roll out releases with the new versions. @steveeJ Can you...

Hmm... yes... Good point, we should make the calling context available for the current zome call.

I don't even love the idea of calling across zomes in validation, much less DNAs. I am not sold on this for a number of reasons. The main one being...

I could be on board with SEND remote signal... Emit is to the local socket connections. Send feels more like the network function which contacts another node where they might...

This issue prioritized in our current sprint now.

We'll address this after our database changeover when we actually implement our intended gossip protocols. We don't want to invest much effort optimizing/troubleshooting code we're replacing.