Skip to content

Commit 2a9840f

Browse files
committed
chore: udpate to Holochain 0.6
1 parent 51d0105 commit 2a9840f

33 files changed

+718
-1248
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Authors
22

33
- Harris-Braun Enterprises LLC, operating as Lightningrod Labs (https://lightningrodlabs.org) (2019 - present)
4-
- Sprillow Limited (https://sprillow.com) (2019 - present)
4+
- Sprillow Limited (https://sprillow.com) (2019 - 2023)
55
- EYSS Tech UK, LTD (https://eyss.io) (2019)
66
- David Meister (https://github.com/thedavidmeister) (2019)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It can also be a good space to connect with other Acorn users, and hear about ho
2222

2323
If you are interested to contribute to Acorn's development, welcome! Acorn is written in languages such as Rust and Typescript, and frameworks such as Holochain, and React.
2424
If you have proficiency in either Typescript and React for writing frontend code, or Rust for writing backend code, or both, then you may find it intuitive to contribute.
25-
Generally, new features come through a design -> development pipeline defined by the workflows of the [Sprillow](https://sprillow.com) team, but these workflows could be adapted to more 'open' workflows
25+
Generally, new features come through a design -> development pipeline defined by the workflows of the [Lighningrod Labs](https://lightningrodlabs.org/) team, but these workflows could be adapted to more 'open' workflows
2626
if the right opportunity presented itself. Otherwise, contributions may remain more-so in the space of bug fixes and other technical-first features, such as algorithms or scripts.
2727

2828
It should be noted that while the Rust code has unit tests, the frontend code does not. That is another area for potential improvement (front end testing).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Acorn is currently in **Alpha** testing phase.
66

77
## Things you can do
88

9-
- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn-desktop/releases/tag/v11.3.4).
9+
- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn-desktop/releases/tag/v12.0.0-rc.0).
1010

1111
- Check out the [Acorn Knowledge Base](https://docs.acorn.software) to learn more about Acorn, its methodology and features.
1212

@@ -16,4 +16,4 @@ Acorn is currently in **Alpha** testing phase.
1616

1717
![A Sample of Acorn App Design showing Expanded View of an Outcome with details such as Outcome Statement, Achievement Status, GitHub Link, Tags, Assignees, Time, Description, and Action Buttons.](https://github.com/lightningrodlabs/acorn/blob/main/acorn-design-sample-june2022.png)
1818

19-
© 2020-2024 Harris-Braun Enterprises, LLC, operating as [Lightningrod Labs](https://lightningrodlabs.org). Licensed under the [Cryptographic Autonomy License v1.0](https://opensource.org/licenses/CAL-1.0).
19+
© 2020-2025 Harris-Braun Enterprises, LLC, operating as [Lightningrod Labs](https://lightningrodlabs.org). Licensed under the [Cryptographic Autonomy License v1.0](https://opensource.org/licenses/CAL-1.0).

flake.lock

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Flake for Holochain app development";
33

44
inputs = {
5-
holonix.url = "github:holochain/holonix?ref=main-0.5";
5+
holonix.url = "github:holochain/holonix?ref=main";
66

77
nixpkgs.follows = "holonix/nixpkgs";
88
flake-parts.follows = "holonix/flake-parts";

0 commit comments

Comments
 (0)