feat(node)!: Replace Store::remove_tail
with Store::remove_height
#2707
ci.yml
on: pull_request
Matrix: clippy
Matrix: test-bindings
Matrix: test-wasm
Matrix: test
Required checks
0s
Annotations
22 errors
clippy (lumina-node-wasm):
node/src/store/indexed_db_store.rs#L425
method `remove_last` is not a member of trait `Store`
|
clippy (lumina-node-wasm):
node/src/store/indexed_db_store.rs#L326
not all trait items implemented, missing: `remove_height`
|
clippy (lumina-node-wasm)
Process completed with exit code 101.
|
docs:
node/src/store/indexed_db_store.rs#L425
method `remove_last` is not a member of trait `Store`
|
docs:
node/src/store/indexed_db_store.rs#L326
not all trait items implemented, missing: `remove_height`
|
docs
Process completed with exit code 101.
|
build-wasm:
node/src/store/indexed_db_store.rs#L425
method `remove_last` is not a member of trait `Store`
|
build-wasm:
node/src/store/indexed_db_store.rs#L326
not all trait items implemented, missing: `remove_height`
|
build-wasm
Process completed with exit code 1.
|
clippy (lumina-node-uniffi):
node/src/store/indexed_db_store.rs#L425
method `remove_last` is not a member of trait `Store`
|
clippy (lumina-node-uniffi):
node/src/store/indexed_db_store.rs#L326
not all trait items implemented, missing: `remove_height`
|
clippy (lumina-node-uniffi)
Process completed with exit code 101.
|
clippy (lumina-node):
node/src/store/indexed_db_store.rs#L425
method `remove_last` is not a member of trait `Store`
|
clippy (lumina-node):
node/src/store/indexed_db_store.rs#L326
not all trait items implemented, missing: `remove_height`
|
clippy (lumina-node)
Process completed with exit code 101.
|
test-wasm (lumina-node-wasm, node-wasm, --release):
node/src/store/indexed_db_store.rs#L425
method `remove_last` is not a member of trait `Store`
|
test-wasm (lumina-node-wasm, node-wasm, --release):
node/src/store/indexed_db_store.rs#L326
not all trait items implemented, missing: `remove_height`
|
test-wasm (lumina-node-wasm, node-wasm, --release)
Process completed with exit code 1.
|
test-wasm (lumina-node, node):
node/src/store/indexed_db_store.rs#L425
method `remove_last` is not a member of trait `Store`
|
test-wasm (lumina-node, node):
node/src/store/indexed_db_store.rs#L326
not all trait items implemented, missing: `remove_height`
|
test-wasm (lumina-node, node)
Process completed with exit code 1.
|
Required checks
Process completed with exit code 1.
|