Blockstream / Blockstream/esplora

clean up: deprecation warnings

Open
#222 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.3k
Forks
514
Avg merge
1d 10h
Merged PRs (30d)
16

Description

```
warning: use of deprecated item 'bincode::config': please use `options()` instead
--> src/new_index/schema.rs:1421:9
|
1421 | bincode::config()
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default

warning: use of deprecated item 'bincode::config': please use `options()` instead
--> src/new_index/schema.rs:1429:18
|
1429 | key: bincode::config().big_endian().serialize(&self.key).unwrap(),
| ^^^^^^^^^^^^^^^

warning: use of deprecated item 'bincode::config': please use `options()` instead
--> src/new_index/schema.rs:1435:19
|
1435 | let key = bincode::config()
| ^^^^^^^^^^^^^^^

warning: 3 warnings emitted

warning: use of deprecated item 'bincode::config': please use `options()` instead
--> src/bin/popular-scripts.rs:26:35
|
26 | let entry: TxHistoryKey = bincode::config()
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.