stellar snapshot create --network testnet --address GCEDG23LK46PHGXIY63E3ELQGBX6VHQ4EWLYT7FMLOOCIS3ZY2ITHDXB --out snapshot.json --output json --ledger 539455
{
"protocol_version": 23,
"sequence_number": 539455,
"timestamp": 0,
"network_id": "cee0302d59844d32bdca915c8203dd44b33fbb7edc19051ea37abedf28ecd472",
"base_reserve": 1,
"min_persistent_entry_ttl": 0,
"min_temp_entry_ttl": 0,
"max_entry_ttl": 0,
"ledger_entries": []
}
I would have expected these values to be populated with the testnet values as well as for the GCEDG23LK46PHGXIY63E3ELQGBX6VHQ4EWLYT7FMLOOCIS3ZY2ITHDXB account to have been found. It's only been created, not used for anything, but still.
% stellar --version
stellar 23.1.3 (dde778f0c26e352d8ad2eeb63382ea25ed5e0bb5)
stellar-xdr 23.0.0 (e83a6337204ecfdb0ac0d44ffb857130c1249b1b)
xdr curr (4b7a2ef7931ab2ca2499be68d849f38190b443ca)
{ "protocol_version": 23, "sequence_number": 539455, "timestamp": 0, "network_id": "cee0302d59844d32bdca915c8203dd44b33fbb7edc19051ea37abedf28ecd472", "base_reserve": 1, "min_persistent_entry_ttl": 0, "min_temp_entry_ttl": 0, "max_entry_ttl": 0, "ledger_entries": [] }I would have expected these values to be populated with the testnet values as well as for the
GCEDG23LK46PHGXIY63E3ELQGBX6VHQ4EWLYT7FMLOOCIS3ZY2ITHDXBaccount to have been found. It's only been created, not used for anything, but still.