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

Outbid spaces are missing #62

Closed
Ximik opened this issue Jan 22, 2025 · 1 comment · Fixed by #63
Closed

Outbid spaces are missing #62

Ximik opened this issue Jan 22, 2025 · 1 comment · Fixed by #63

Comments

@Ximik
Copy link
Contributor

Ximik commented Jan 22, 2025

The feature from #57 seems to be broken

One can reproduce it with regtest

cargo run --bin space-cli -- --chain regtest -w wallet_1 createwallet
cargo run --bin space-cli -- --chain regtest -w wallet_2 createwallet
# send coins to the wallets
cargo run --bin space-cli -- --chain regtest -w wallet_2 open @testspace 1000
# generate some blocks to confirm
cargo run --bin space-cli -- --chain regtest -w wallet_1 bid @testspace 5000
# generate some blocks to confirm
cargo run --bin space-cli -- --chain regtest -w wallet_2 listspaces

The result will be empty, while it is expected to contain @testspace in outbid list.

@Ximik
Copy link
Contributor Author

Ximik commented Jan 23, 2025

I can confirm, #63 solves the issue.

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 a pull request may close this issue.

1 participant