Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
1e9862b
chore: Update holochain & deno to latest
fayeed May 28, 2024
b2685f0
chore: Update holochain & deno to latest
fayeed May 31, 2024
4df5cbc
chore: Update holochain & deno to latest
fayeed Jun 5, 2024
b794f4a
chore: Update serde dependency to version 1.0.198
fayeed Jun 5, 2024
6d77980
chore: Update dependencies and extensions for rust-executor
fayeed Jun 6, 2024
92bac1d
chore: Update chrono dependency to version 0.4.38
fayeed Jun 6, 2024
ec3dfd2
chore: Update agent_service extension in rust-executor
fayeed Jun 6, 2024
e3bbedb
chore: Update holochain_service to allow any origin for app interface
fayeed Jun 6, 2024
416ce47
chore: Update holochain_service to allow any origin for app interface
fayeed Jun 6, 2024
fe581e7
chore: Update deno_core to use JsRuntime instead of v8::Global for Sm…
fayeed Jun 6, 2024
b7d6c74
chore: Update dependencies and extensions for rust-executor
fayeed Jun 8, 2024
6accd57
chore: Update entanglement_service_extension.js to use synchronous fu…
fayeed Jun 8, 2024
b54c224
chore: Refactor SmartGlobalVariableFuture to improve code readability…
fayeed Jun 8, 2024
561f5c9
chore: Update esm_entry_point in holochain_service_extension.rs
fayeed Jun 8, 2024
d56b922
chore: Update holochain_service to use tokio_stream::StreamMap for si…
fayeed Jun 8, 2024
983b4b0
chore: Update delete_entanglement_proof function name to delete_entan…
fayeed Jun 11, 2024
9ea8287
chore: adding agent infos in holochain_service because it would break…
fayeed Jun 11, 2024
b804013
Merge branch 'dev' into holochain-0.3.1-rc.0
lucksus Jun 12, 2024
584f671
WIP: update Holochain signal streams after app install
lucksus Jun 12, 2024
ce85fc1
Update cargo.lock files
lucksus Jun 12, 2024
a94d65d
Update CI Dockerfile to use Rust 1.78
lucksus Jun 13, 2024
5267177
Just await next item in stream map to multiplex holochain app signals
lucksus Jun 13, 2024
93f91a7
chore: Remove the use of SmartGlobalVariableFuture
fayeed Jun 24, 2024
db25363
Fix awaiting of JS execution by using .with_event_loop_future() in as…
lucksus Jun 26, 2024
fb7b7b5
chore: Update JS module loading in Rust executor
fayeed Jun 27, 2024
032986b
chore: Refactor SmartGlobalVariableFuture to use generics for value type
fayeed Jul 1, 2024
329a90a
Fix borrow-checker errors
lucksus Jul 1, 2024
78daaa2
chore: Update ExceptionType enum values to use uppercase snake case
fayeed Jul 2, 2024
0ba7676
chore: Update local language persistence to handle missing meta file
fayeed Jul 2, 2024
d016e95
Updated bootstrap seed with new language builds
lucksus Jul 2, 2024
c892eaa
Merge branch 'dev' into holochain-0.3.1-rc.0
fayeed Jul 2, 2024
853a155
Merge branch 'holochain-0.3.1-rc.0' of https://github.com/coasys/ad4m…
fayeed Jul 2, 2024
ff30342
chore: Update JS module loading in Rust executor
fayeed Jul 5, 2024
7ed970d
chore: Comment out logging of DHT status in HolochainService constructor
fayeed Jul 5, 2024
ddbe9ee
chore: Remove logging of DHT status in HolochainService constructor
fayeed Jul 12, 2024
fba2a5e
chore: Update kitsune_p2p_types and hdk/holo_hash versions
fayeed Jul 26, 2024
6378438
Fix wasm-bindgen problem by updating our HC DNAs to Rust edition 2021…
lucksus Jul 30, 2024
47efbd2
Fix deno crate dep
lucksus Jul 30, 2024
033f8e4
Lock files
lucksus Jul 30, 2024
efe4c6f
Update CirlcCI config to use new image with Rust 1.78 and new Holocha…
lucksus Jul 30, 2024
d2ffce4
Merge branch 'dev' into holochain-0.3.2-rc1
lucksus Jul 30, 2024
cc35256
Use fixed amd64 arch image
lucksus Jul 30, 2024
f7531f0
Merge commit 'd2ffce4bd80a12e9d2bfe21a59d30df71c967ee5' into holochai…
lucksus Jul 30, 2024
0e064a9
Try to unflake agent lock test
lucksus Jul 30, 2024
ae32f59
changelog
lucksus Jul 30, 2024
1f311aa
Merge branch 'dev' into holochain-0.3.2-rc1
lucksus Jul 30, 2024
9a2caf7
Try to unflake agent lock test
lucksus Jul 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .circleci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN echo 'export PATH="/usr/local/bin:$PATH"' >> $HOME/.bashrc
# Install Rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> /home/circleci/.bashrc
RUN ~/.cargo/bin/rustup install 1.78
RUN ~/.cargo/bin/rustup default 1.78
RUN ~/.cargo/bin/rustup target add wasm32-unknown-unknown

# Install Deno
Expand Down
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ orbs:
jobs:
build-and-test:
docker:
- image: coasys/ad4m-ci-linux:latest@sha256:7008f587d355d1adeb58553f52f99e1812822b4d21dc78d69bc96040d5e57e82
- image: coasys/ad4m-ci-linux:latest@sha256:1278f700839a43daa0edd31b605c4a73e7f5c54c0d8c7dfbc26b3aa4e2e4ef66
resource_class: xlarge
steps:
- checkout
- restore_cache:
keys:
- hc-0.3.0-beta-dev-27-v7
- hc-0.3.2-rc1
- hc-
- rust-cache-{{ checksum "Cargo.lock" }}
- rust-cache-
Expand All @@ -25,7 +25,7 @@ jobs:
if [ ! -f "$HOME/.cargo/bin/hc" ]; then
git clone https://github.com/holochain/holochain.git
cd holochain
git checkout holochain-0.3.0-beta-dev.27
git checkout holochain-0.3.2-rc.1
cd crates/hc
cargo build --release
pwd
Expand All @@ -42,7 +42,7 @@ jobs:
fi
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> $BASH_ENV
- save_cache:
key: hc-0.3.0-beta-dev-27-v7
key: hc-0.3.2-rc1
paths:
- /home/circleci/.cargo/bin
- restore_cache:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
at: .
- restore_cache:
keys:
- hc-0.3.0-beta-dev-27-v7
- hc-hc-0.3.2-rc1
- hc-
- restore_cache:
keys:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This project _loosely_ adheres to [Semantic Versioning](https://semver.org/spec/
- Update color, logo & brand for ad4m-connect. [PR#502](https://github.com/coasys/ad4m/pull/502)\
- Update the verify code header to show "Check Email" if using hosting. [PR#502](https://github.com/coasys/ad4m/pull/502)
- ad4m.expression.get() handles literal values client-side to avoid roundtrips, can be overridden with optional flag [PR#498](https://github.com/coasys/ad4m/pull/498)
- Update to Holochain 0.3.2-rc1 [PR#506](https://github.com/coasys/ad4m/pull/506)

## [0.9.0] - 23/03/2024

Expand Down
Loading