Brandon Williams
Brandon Williams
A udp socket that is bound to an ipv4 address cannot trivially communicate with an ipv6 address. Despite this we should probably make a better effort when bound to an...
## Description This is a part of the "execution 2.0" effort where we allow for a client to request that a validator provides input/output objects for a certificate that it...
## Description Add a transaction execution endpoint to the rest api that utilizes the new transaction execution 2.0 ability to ask for input/output objects from validators. This PR also introduces...
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box...
It was reported that some responses, specifically for object owned balances, for the JSON-RPC get_balance method are inaccurate and are including values for previously deleted objects. The root cause, indexing...
## Description This stack of commits introduces a transaction resolve and simulation endpoint to the REST api service. More documentation, usage examples as well as a stabilized format for an...
## Description Introduce a new coin_index_2 index with coins sorted by balance in decreasing value (sorted high to low). ## Test plan How did you test the new or updated...
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box...
Update the rust-sdk and add From impls for many enum types in order to make it more visible when new variants are added. ## Description Describe the changes or additions...