Releases: h-REA/hREA
happ-0.2.0-beta
See the CHANGELOG for details.
This hApp expects to be run in a Holochain 0.2.1+ runtime, though should also be compatible with 0.2.0.
Note that unlike in previous releases, the GraphiQL explorer web application bundle is not included due to issues with that legacy frontend toolchain. Pull requests to replace this application with more modern tooling are welcomed.
happ-0.1.4-beta
See the CHANGELOG for details.
This hApp and webhapp expect to be run in a Holochain 0.1.3+ runtime.
happ-0.1.3-beta
See the CHANGELOG for details.
This hApp and webhapp expect to be run in a Holochain 0.1.3+ runtime.
happ-0.1.2-beta
See the CHANGELOG for details.
this hApp and webhapp expect to be run in a holochain 0.1.x runtime.
happ-0.1.1-beta_republish
Re-release of 0.1.1-beta in order to publish separate *.dna
files for direct integration into third-party projects.
happ-0.1.1-beta
See the CHANGELOG for details.
this hApp and webhapp expect to be run in a holochain 0.1.0-beta-rc.2 runtime.
happ-0.1.0-beta
0.1.0-beta "Sapling" Release Notes
This marks the first minimum-viable, feature-complete release with a stable externally-facing API. It includes all changes and learnings from previous alpha releases over ~3 years of development to align with Holochain app best-practises and the current almost-beta version of Holochain core.
Documention for integrators (and explorers) can be found here: docs.hrea.io.
The following modules have been implemented with baseline editing, querying & listing functionality adhering to the Valueflows specification:
- Agent, including single and group agent profiles
- Observation data for economic event ledgers, resource accounting and process management
- Planning functionality for managing intended outcomes, committed actions and the satisfaction & fulfillment thereof
- Agreement management for recording & tracking agreements between peers in an economic network
- Proposal affords the ability for agents to make offers, requests and interlinked agreements with each other, which may lead to commitments to do work together
- Plan management for higher-order grouping of process & commitment workflows into related units of work
- Specification definition functionality for describing types of processes, resources, measurement units and economic event actions
For a complete list of specific methods and properties which reveals their implementation status, you can see that in a complete list here or in a per module breakdown here.
This release also includes the bundled GraphiQL explorer as a *.webhapp
file suitable for installation into the Holochain launcher. Since this release is largely an infrastructural milestone intended for user-facing applications to be built on top of, other general-purpose applications are yet to be bundled and will be made available in future versions.
Integrators should note that although API signatures are intended to remain stable well into the future, there are some planned changes to the internal data architecture that will necessitate wiping or migrating your Holochain datastores in the next release.
Holochain Version Compatibility
holochain 0.0.162
hc 0.0.57
hdk 0.0.152
hdi 0.1.2
lair-keystore 0.2.0
Important! Data Privacy
Note, unless you have zero concern for the data you may enter into hREA, you should be aware that data will be shared by default across the whole network of peers who install it. The way that you can, and likely should, avoid this is by providing a 'network seed' during installation of the hApp. In the Holochain Launcher, you do this by expanding the 'advanced' options during installation, and writing an unguessable phrase into the 'network seed' text input.
Any random or only known to you string of characters will do. You can consider it similar to a password to your data, which could also allow you to invite others to share that data with you by entering the same one.
happ-0.0.1-alpha.7
Documentation
Lots of documentation can be found at https://docs.hrea.io
If you want to run hrea_suite.happ
in a local development sandbox, follow these instructions.
If you want to run hrea.webhapp
GraphQL API Explorer in the Holochain Launcher, follow these instructions.
Compatible NPM Modules
The following npm modules are compatible with this release
@vf-ui/[email protected]
@valueflows/[email protected]
Holochain Version Compatibility
holochain 0.0.152
hc 0.0.50
hdk 0.0.144
hdi 0.0.16
lair-keystore 0.0.11
happ-0.0.1-alpha.6
Documentation
Lots of documentation can be found at https://docs.hrea.io
If you want to run hrea_suite.happ
in a local development sandbox, follow these instructions.
If you want to run hrea.webhapp
GraphQL API Explorer in the Holochain Launcher, follow these instructions.
Compatible NPM Modules
The following npm modules are compatible with this release
@vf-ui/[email protected]
@valueflows/[email protected]
Holochain Version Compatibility
holochain 0.0.143
hc 0.0.41
hdk 0.0.136
lair-keystore 0.0.10
0.0.1-alpha.5
What's Changed
- Implemented workarounds for bundle size limits, making local dev compilation much quicker and allowing the full suite of modules to be run in the GraphQL explorer again
- WASM optimisation is now enabled for releases, creating a modest DNA size savings
- Fixed the Agreement DNA not being auto-detectable and available by the GraphQL connector library