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

Sent spaces are not removed from the list #72

Open
Ximik opened this issue Feb 4, 2025 · 0 comments · May be fixed by #80
Open

Sent spaces are not removed from the list #72

Ximik opened this issue Feb 4, 2025 · 0 comments · May be fixed by #80

Comments

@Ximik
Copy link
Contributor

Ximik commented Feb 4, 2025

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 wallet_2
cargo run --bin space-cli -- --chain regtest -w wallet_2 open @testspace 1000
# generate some blocks to be able to register
cargo run --bin space-cli -- --chain regtest -w wallet_2 register @testspace
cargo run --bin space-cli -- --chain regtest -w wallet_2 transfer @testspace --to $(cargo run --bin space-cli -- --chain regtest -w wallet_1 getnewspaceaddress)
# generate some blocks to confirm
cargo run --bin space-cli -- --chain regtest -w wallet_1 listspaces
# should own @testspace
cargo run --bin space-cli -- --chain regtest -w wallet_2 listspaces

The result will contain @testspace in outbid list.

@buffrr buffrr linked a pull request Mar 4, 2025 that will close this 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