Greg Nazario
Greg Nazario
### Description A couple fields weren't updated accordingly ### Test Plan TBD --- This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/2373)
### Description This provides a simple submit proposal and vote flow. It does need some work on printing out the proposal, but it does generate the hash of the metadata...
### Description Now blocks are looked up via a binary search, and old block info is pruned at the rate of the database. ### Test Plan The current E2E tests,...
### Description This API should be able to get responses in both JSON and BCS direct from the DB, and can use move types to convert the versions directly in...
### Description This allows others to build on top of parsers for the config as well as allows us to reuse code across multiple CLIs. Additionally, I've cut down the...
## Motivation This allows us to deserialize human readable inputs to allow configs and other human readable things to be easier to parse ### Have you read the [Contributing Guidelines...
## Motivation Let's stick with 1 parser for Move. I picked TOML, since it was the one that was already being manually manipulated for the Move package system. ### Have...
## Motivation Now, all default outputs should be `0xCAPS`. Additionally, there is now a `from_hex_fuzzy()` which handles both `0x` and non-`0x` inputs for the time being. This is built as...
I made the previous change to make 0x more prevalent in the account address outputs, but it's clear to me that there are too many ways to display the account...
# 🚀 Feature Request Make a note in setup for SOLC_EXE for solidity tests ## Motivation **Is your feature request related to a problem? Please describe.** I was getting really...