Chris Li
Chris Li
This causes `start_admin_server` to never get to execute
We will onboard a design agency soon to do a design revamp(desktop + mobile) - [x] Home - [x] Header & footer (Andrew, 0.5 weeks) - [x] transactions (0.5 week)...
Right now we show the following if a user searches for a 20 bytes string that does not match with the id of any existing objects or a non-empty address....
Right now we return all transaction digests in the [fullnode read API](https://github.com/MystenLabs/sui/blob/main/crates/sui-json-rpc/src/api.rs#L104), but some addresses may have millions of transactions(e.g., faucet). These endpoints should support pagination.
we can support adding an optional URL to package metadata and display the URL in the explorer. Context: https://mysten-labs.slack.com/archives/C02DRAL32GN/p1652820425013529
Figure out if it is possible to derive and store an `amount` field in transaction effects if: 1. For `TransferObject` transaction where the object is a `Coin` 2. For `TransferSui`...
# Motivation We saw a lot of errors on the fullnode due to the caller providing invalid transaction digest/object ids: ``` Deserialization to "sui_types::base_types::TransactionDigest" failed. Error: Error("byte deserialization failed, cause...
These endpoints will be replaced by pay: https://github.com/MystenLabs/sui/blob/2fea4f8b0eb7f43a4282d3829ce93c9166875bd6/crates/sui-json-rpc/src/api.rs#L242
https://discord.com/channels/916379725201563759/1006322742620069898/1031249604404072518 ``` Getting a cryptic error response when publishing move package to devnet Parse error: missing field 'error' at line 1 column 3735 can anyone provide some insight or direction...