Store Move account data in a deterministic order (#5276)

This commit is contained in:
Jack May
2019-07-24 21:43:14 -07:00
committed by GitHub
parent 535df0026d
commit bab0f6be1e
3 changed files with 60 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.4"
byteorder = "1.3.2"
indexmap = "1.0.2"
libc = "0.2.58"
log = "0.4.2"
serde = "1.0.94"