Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hookup database to tx items #29

Merged
merged 3 commits into from
May 16, 2024
Merged

Hookup database to tx items #29

merged 3 commits into from
May 16, 2024

Conversation

benthecarman
Copy link
Contributor

No description provided.

@benthecarman benthecarman requested a review from futurepaul May 15, 2024 23:19
@futurepaul
Copy link
Contributor

futurepaul commented May 16, 2024

Idk if it's this branch's fault but this was working for me before: when I try to receive I get a panic:

here with new seed:

 INFO  cosmic_text::font::system > Parsed 1002 font faces in 286ms.
 INFO  harbor::core              > Using datadir: "/Users/futurepaul/.harbor/signet"
Core loaded
 INFO  harbor::core              > Sending unlock message
 INFO  harbor                    > Got unlocking message
 ERROR r2d2                      > database is locked
....
 ERROR r2d2                      > database is locked
 INFO  harbor::conf              > creating new seed
thread 'tokio-runtime-worker' panicked at src/core.rs:79:51:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

here with existing seed:

RUST_LOG=harbor=debug,iced_wgpu=error,wgpu_core=error,info cargo run 
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
     Running `target/debug/harbor`
 INFO  cosmic_text::font::system > Parsed 1002 font faces in 194ms.
 INFO  harbor::core              > Using datadir: "/Users/futurepaul/.harbor/signet"
Core loaded
 INFO  harbor::core              > Sending unlock message
 INFO  harbor                    > Got unlocking message
 INFO  harbor::conf              > retrieved existing seed
thread 'tokio-runtime-worker' panicked at src/core.rs:79:51:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

edit: nevermind I'm retarded, I didn't add a federation

Copy link
Contributor

@futurepaul futurepaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me from the frontend but I didn't read all this database stuff

@benthecarman benthecarman requested a review from TonyGiorgio May 16, 2024 16:57
@TonyGiorgio TonyGiorgio merged commit 00960a1 into master May 16, 2024
2 checks passed
@TonyGiorgio TonyGiorgio deleted the hookup-db branch May 16, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants