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
Added: new contracts CurrencyNetworkV2, CurrencyNetworkOwnableV2 and CurrencyNetworkBasicV2.
They have an option to add a payment request when opening a trustline via additional parameter int72 _transfer of
function updateTrustline.
The event TrustlineUpdateRequest now also has the additional corresponding argument int72 _transfer
Added: function in tlbin to load merged abi load_packaged_merged_abis. This return a dict object similar to
a regular contracts.json file with a key MergedCurrencyNetworksAbi that contains the merged abi of networks
version 1, version 2, and of proxies.