Emurgo / cardano-serialization-lib

This is a library, written in Rust, for serialization & deserialization of data structures used in Cardano's Haskell implementation of Alonzo along with useful utility functions.
Other
231 stars 125 forks source link

WithdrawalsJSON has wrong value type #620

Closed MarcelKlammer closed 1 year ago

MarcelKlammer commented 1 year ago

See:

https://github.com/Emurgo/cardano-serialization-lib/blob/506f278724111c135249c89289dd4100435a429d/rust/pkg/cardano_serialization_lib.js.flow#L11003

should some representation of:

key: RewardAddress, value: BigNum

lisicky commented 1 year ago

Thanks @MarcelKlammer ! We will fix it