ceramicnetwork / ceramicnetwork/rust-ceramic

BUG: Unable to get past events

Open
#744 1 comment 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
Rust
Stars
51
Forks
20
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
Unable to get past events for a stream when starting a new node up on another computer.

**To Reproduce**
I have one ceramic-one node running which is issuing events to a stream.

On another computer I spin up a ceramic-one node and indicate interest in that streamID

I can call `curl -v http://localhost:5101/ceramic/experimental/interests` and see that there is some data.

But when I call `curl -v http://localhost:5101/ceramic/experimental/events/model/` It returns `{"events":[],"resumeOffset":0,"isComplete":true}`.

**Expected behavior**
I expect it to return the latest events in chronological order.

All I am trying to do is have one ceramice node issuing events. Then anyone can spin up a node and listen to those events and get past events too from latest to oldest.

**Ceramic versions**
0.56.0

**Machine, OS, browser information (please complete the following information):**
Macbook, Sequoia 15.6.1

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.