Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
fb34cd9
cargo: Update to p2panda v0.6.1
adzialocha Mar 18, 2026
35b748a
node: p2panda high-level API v0.6.1 integration
adzialocha Mar 18, 2026
32167e0
node: Refactor AuthorTracker for new Node API
adzialocha Mar 18, 2026
5ed803d
node: Move sqlx methods from utils to database mod
adzialocha Mar 18, 2026
add1bf8
core: Rename types after changes in p2panda-core
adzialocha Mar 18, 2026
a0e8712
node: Update tests after API changes
adzialocha Mar 18, 2026
fc22ca6
docs: Adjust to new -node API changes
adzialocha Mar 18, 2026
8127e07
db: New SQLite file name to keep old dbs around
adzialocha May 21, 2026
8606663
node: Remove p2panda-core as dependency
adzialocha May 21, 2026
c954a95
node: Log error and sync started/ended events
adzialocha May 21, 2026
f33f321
node: More logging for processed events
adzialocha May 21, 2026
1aa47af
p2panda: Change network name to v2
adzialocha May 21, 2026
0f92a46
cursors: Handle timestamp from Node API
adzialocha May 21, 2026
a090ced
node: Expose more errors from -node, renaming
adzialocha May 25, 2026
61bf693
node: Rename API structs and methods
adzialocha May 25, 2026
d59187e
node: New bootstrap node, latest p2panda version
adzialocha Jun 8, 2026
88b79f4
db: Make sure in-memory database doesn't drop
adzialocha Jun 15, 2026
6e53c9b
chore: iroh v1, latest p2panda & loro
adzialocha Jun 15, 2026
0d368aa
builder: Increase log verbosity for p2panda crates
adzialocha Jul 4, 2026
67a0872
ci: Set Rust version to 1.96.1
adzialocha Jul 6, 2026
a785ff6
WIP: export loro document history
jsparber Jan 21, 2026
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: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

env:
CARGO_TERM_COLOR: always
RUST_TOOLCHAIN: 1.94.0
RUST_TOOLCHAIN: 1.96.1
EXCLUDE_PACKAGES: reflection
PKG_CONFIG_PATH: /usr/lib/x86_64-linux-gnu/pkgconfig

Expand Down
Loading
Loading