Optimize Transaction/Instruction serialization with custom routine (#2515)

* Optimize transaction serialization with custom routine to reduce the serialized size.

* Update serialized_size to accept self as parameter

* Optimize serialize / deserialize operations
This commit is contained in:
Sathish
2019-01-24 21:14:15 -08:00
committed by GitHub
parent 9845aec007
commit e0f046b7a5
9 changed files with 681 additions and 69 deletions

View File

@@ -11,6 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.0.0"
bs58 = "0.2.0"
byteorder = "1.2.1"
chrono = { version = "0.4.0", features = ["serde"] }
generic-array = { version = "0.12.0", default-features = false, features = ["serde"] }
log = "0.4.2"