Willem Olding
Willem Olding
## PR summary To be able to test the behavior of various tests a way to artificially induce failures at different layers of the network stack is required. We propose...
When committing an entry there is an assumption that it idempotent. Commuting the same content multiple times should 'dedup' from the perspective of a single agent. We have confirmed that...
## PR summary Follow on from #1876 Using the traits introduced above there is a single place we can add management of the DHT holding list. It is now self...
Add amendments to the proposal to reflect the delivered project - Add Willem as a contributor - Remove task to deploy to IPFS - Update scope for signer-provider - Update...
Given the strong type requirements of AS it would be ideal to be able to parse a JSON string directly into a given class. A decorator could be used to...
## Changes - Adds truffle-config-ovm to compile and test contracts on Optimistic Ethereum - Yanks OpenZeppelin contract that contain invalid opcodes so that OVM compilation works - Adds CI testing...
Some Holochain functions don't require params. Currently you need to pass an empty object to these functions but you should be able to pass nothing and have this automatically added.
Now there is a babel build step we should be testing in browsers (preferably all of them) to check for any idiosyncrasies
- Replaces @zome_function decorator with @capability('capabilityName') - Correctly creates multiple capability directories and jsons which are detected by the holochain core Closes #22