Update the following endpoints to take an optional programID get parameters:
block_headers
block_count
sync
total_work
Add an endpoint to submit a program: add_program that will take in JSON with a hexdump of the WASM code to execute the program and a SHA256 hash indicating the programID
Add an endpoint called get_program which will take in the SHA256 hash of a program and fetch it's contents
Update the following endpoints to take an optional programID get parameters:
Add an endpoint to submit a program: add_program that will take in JSON with a hexdump of the WASM code to execute the program and a SHA256 hash indicating the programID
Add an endpoint called get_program which will take in the SHA256 hash of a program and fetch it's contents