runtianz
runtianz
…reum encoded data and move encoded data. ## Motivation Implement an adapter to allow interacting with Move world with ethereum style api. There are two major components: 1. An event...
# 🚀 Feature Request ## Motivation DeFi contracts are gaining lots of attention these days as they bring new innovation to the crypto and finance market. However, most of the...
# 🚀 Feature Request ## Motivation Scalability of blockchain system has always been a huge concern for the community. As a result, blockchain systems usually relies on a so-called layer...
### Description Add a public function to emit a new block event. This is needed for #4037 . The reason is that a genesis writeset will need both a new...
### Description Resurrect the writeset generator tool to generate the genesis writeset need to apply to nodes manually in case of network outages. ### Test Plan Haven't yet tested this...
# 🚀 Feature Request ## Motivation Interface/trait is a key for creating abstractions for computer code. Historically ethereum was able to came up a number of well known interfaces such...
### Description Added an api endpoint for getting the table value from the serialized Move value. Added a library to allow local execution of transaction with rest endpoint as the...
…we need for new releases. ### Description Implement a tool to generate all the governance proposal scripts we need for releases. ### Test Plan Updated the `upgrade` smoke test to...
### Description Implement the parser to parse the release config from a yaml file. Added generation logic for consensus config as well. ### Test Plan `cargo run -- write-default --output-path...
### Description Adjust the error severity of Move functions inside AptosVM. Currently the known move functions such as block prologue, txn prologue and epilogue are viewed as non fallible from...