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

@@ -12,6 +12,7 @@ pub mod native_program;
pub mod packet;
pub mod payment_plan;
pub mod pubkey;
pub mod shortvec;
pub mod signature;
pub mod storage_program;
pub mod system_instruction;