dcSpark / cardano-multiplatform-lib

Rust implementation of Cardano
MIT License
98 stars 36 forks source link

Rename `BigInt` to something else #301

Closed SebastienGllmt closed 9 months ago

SebastienGllmt commented 9 months ago

Currently CML defines a class pub struct BigInt

However, this is problematic because it generates code that conflicts with big BigInt built into JS itself (see here).

This name conflict is blocking us on CML integration into Paima: https://github.com/PaimaStudios/paima-engine/pull/282