goat-systems / go-tezos

Go Tezos Is a Go library that exposes and builds upon the Tezos RPC.
MIT License
71 stars 45 forks source link

Block is missing fields specifically in operation_result. #151

Closed DefinitelyNotAGoat closed 3 years ago

DefinitelyNotAGoat commented 4 years ago

"I briefly checked “block.go” and saw that not the entire block is unmarshalled. For example, the “operation_result” in metadata of an operation is fully not unmarshalled, since e.g. storage, parameters, big_map_diff, etc is missing. Are there any plans to complete the unmarshalling of blocks?"