Yulong Wu

Results 24 issues of Yulong Wu

Changes: - Renamed flag `with_type` to `with_static_info` * Static info includes type IDs and static sizes * Although, in the future, we may introduce dynamic type ID to support `Any`...

Currently, we are allowed to create vaults freely, with or without attaching it to a component. This may cause resource locked in a vault that nobody effectively owns, by careless...

question

Unit types are encoded as zero-length byte array. We need to evaluate if this creates any security vulnerability.

security

To be consistent with RadixDLT public network, addresses need to be encoded in Bech32 format.

enhancement

Developers should be able to test their Scrypto code without publishing to local simulator.

enhancement

Linked lists are widely used by queue-based application, but not supported by Scrypto. Within Radix Engine, we would like to use `LinkedList` for storing NFTs.

enhancement

It would be nice to have auto-completion for our CLIs. **References:** - https://github.com/clap-rs/clap/tree/master/clap_generate

enhancement

Scrypto libraries need to be published to a public repo, so developers can import them directly in `Cargo.toml`.

enhancement

Currently, generics are not supported in SBOR. Need to evaluate how important this is and research possible solutions.

enhancement

Struct and enum names (with path stripped) are encoded in the binary. This may cause name conflicts when importing ABI. We need a more elegant way of handling namespace, presumably...

enhancement