goat-systems / go-tezos

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

Add Cycle in addition to Level in StructBalanceUpdates #77

Closed BrianBland closed 5 years ago

BrianBland commented 5 years ago

Cycle replaces Level in Protocol 4, but alphanet and zeronet appear to still be running Protocol 3 so keep this for backwards compatibility.

DefinitelyNotAGoat commented 5 years ago

Thanks @BrianBland!