SolanaKT icon indicating copy to clipboard operation
SolanaKT copied to clipboard

Change rentEpoch to ULong

Open crypt0miester opened this issue 7 months ago • 1 comments

Description

  • We had problem of rent epoch (18446744073709551615) being higher than Long (9223372036854775807)

Work Completed

  • changing the type from Long to ULong made it work. idk if this should be done to the lamports field as well.

API Changes

  • Long to ULong

Testing

  • Testing were done on our Shaga build.

crypt0miester avatar Nov 24 '23 16:11 crypt0miester