Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Strict ordering for DAG-CBOR-encoded map keys #493

Merged
merged 4 commits into from
Feb 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/ipld/dag_cbor.rs
Co-authored-by: Joonas Koivunen <[email protected]>
  • Loading branch information
cdata and koivunej committed Jan 31, 2022
commit 80d2b79cb73a067981881dbdc04e4cf4fd0c8e00
1 change: 0 additions & 1 deletion src/ipld/dag_cbor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use crate::ipld::{BlockError, Ipld, IpldError};
use byteorder::{BigEndian, ByteOrder};
use cid::Cid;
use std::{
cmp::Ordering,
collections::BTreeMap,
convert::TryFrom,
io::{Read, Write},
Expand Down