ceramicnetwork / ceramicnetwork/rust-ceramic
BUG: Unable to get past events
- 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
Assessment
This issue has not been assessed yet.