·
93 commits
to master
since this release
sc-metaimprovements:sc-meta wallet new --shard <id>flag: generates a new wallet whose address belongs to the given shard;sc-meta all proxy- Better crate path handling;
--verboseflag: prints each proxy file path as it is generated.
sc-meta test-gengenerates.insert_ghost_accounts()call in test setup (only used in internal tests).
- SDK:
- Accept trailing slash in gateway URL (automatically normalized);
- Fixed a transaction decode issue in
sdk/core; - Test wallets provided for each shard, including a function that returns the wallet for that
ShardId.
- Chain core: new
ShardIdtype andShardConfiginfrastructure:ShardIdrepresents a shard identifier, with special values for metachain;ShardConfigencodes the shard structure of the network (number of shards, address distribution);- Functionality to get the shard of an
Address; - Utility for checking whether an address is of a system SC.
- Base framework improvements:
ManagedArgBufferimplementsManagedVecItem.Displaytrait implemented byBigInt,BigUint,NonZeroBigUint,PaymentandEsdtTokenPayment.