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
[fix] TL-B for Address? is not Maybe Address, but plain Address: PR #2386
Internal infrastructure
Removed postinstall from package.json to not run scripts with dev dependencies on the user side: PR #2382
Docs
Removed the "gas-expensive" badge from checkSignature() and checkDataSignature() functions and added a caution note when they do become expensive (from 11th call): PR #2380
Fixed descriptions of Slice.asString() and String.asSlice() functions: PR #2391
Split Core libraries in the reference: core-common and core-advanced were removed, and their contents were distributed across other libraries; core-crypto, core-contextstate, core-send, core-gas, and core-addresses were introduced: PR #2391
Added documentation for BasechainAddress, emptyBasechainAddress, newBasechainAddress, contractBasechainAddress, Builder.storeBasechainAddress: PR #2411