Fix Rpc inconsistencies (#7826)

* Update rpc account format: remove byte arrays

* Base58-encode pubkeys in getStoragePubkeysForSlot

* Update docs

(cherry picked from commit da165d6943)
This commit is contained in:
Tyera Eulberg
2020-01-15 15:33:53 -07:00
committed by Michael Vines
parent f90bc20a8b
commit 6f098e0145
8 changed files with 128 additions and 75 deletions

View File

@@ -1,6 +1,7 @@
//! configuration for network inflation
#[derive(Serialize, Deserialize, PartialEq, Clone, Debug, Copy)]
#[serde(rename_all = "camelCase")]
pub struct Inflation {
/// Initial inflation percentage, from time=0
pub initial: f64,