Release: mx-chain-go - v1.3.48
Hello xWorld! What a crazy week we had. Moving beyond that, we did not sleep (literally). On our path to opening the bridge between worlds, we need a bug-less foundation. The main focus for this release was:
- Fixing accounts trie remover config value;
- Improving and fixing the Heatbeat-V2;
- Fixing a problem discovered at the pruning storer level;
- Fixing transaction simulator data concurrency;
- Adding a new direct connection processor.
Send us feedback and let’s get in touch if you have any improvement ideas.
Become a maintainer!
Release: elrond-wasm - v0.36.0
Good news everyone!
If you encountered issues while decoding EsdtTokenPayment, you may want to read this:
EsdtTokenPayment
legacy decode: objects encoded by older versions of the framework can now also be decoded, if flagesdt-token-payment-legacy-decode
is active;- Codec
NestedDecodeInput
newpeek_into
method; FungibleTokenMapper
caches the token identifier.
Send us feedback and let’s get in touch if you have any improvement idea. Become a maintainer!
Release: mx-chain-go - v1.3.44
Good news everyone!
A new release for Mainnet is available. This release will fix some bothersome issues discovered after v1.3.42 upgrade. That’s why:
- intercepted trie nodes are no longer saved as unmarshalled entities in cacher;
- we have a new trie syncer (v3);
- we removed unnecessary
gasComputation.Reset
call; - we fixed the old NFT liquidity handling issue… (yes, you can transfer your old NFTs again);
- we fixed also the preferred peers loading.
Release: mx-sdk-java - v1.0.4
Good news everyone!
A new Java release for our SDK is available. Starting with this version you may:
- sign the provided messages with the private key of the corresponding address;
Let us know if you find this SDK useful, or let’s start a discussion about what you find needed to be changed or added.
Release: mx-sdk-js - v11.1.0
Good news everyone!
mx-sdk-js release v11.1.0 is now available for usage:
- Relayed v1 transactions builder;
- Relayed v2 transactions builder was already available in a past release but minor fixes were added;
Send us feedback or get in touch with us if you have any improvement idea. Become a maintainer!
Release: mx-sdk-cpp - v1.0.0
Good news everyone! First release of our C++ SDK is available. Starting with this version you may use C++ for:
- Creating, computing bech32 addresses, getting public key from bech32 addresses;
- Reading .pem , .json and password files;
- Signing any string or ERD prefixed messages (ed25519);
- Creating, signing, serializing, deserializing transactions;
- Getting accounts, sending transactions, getting ESDT balances via Proxy;
- ESDT - issuing, transfering, transfering with SC calls;
- Building ESDT/ESDTNFT/MultiESDTNFT transfer payloads/transactions;
Let us know if you find this SDK useful, or let’s start a discussion about what you find needed to be changed or added.