You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@thejollyrogersofferID getting normalized to offerId is by design and is expected. Rather than building an mainting a list of acronyms that shouldn't be inflected appropriately for the target language, I treat consecutive capital letters as a separate word. That means that blahID becomes blahId, accountURL becomes accountUrl, etc.
In addition, the transformation of identifier names is designed to map the xdr assigned name to a language-appropriate name. Ruby maps attributes to snake-cased, javascript is camelcased, etc.
I'm willing to accept a PR that turns off identifier normalization, but I don't really need or want it myself.
stellar/js-stellar-base#3
The text was updated successfully, but these errors were encountered: