You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unimplemented!("asset_metadata_by_ids not yet implemented")
}
any client using the web block processor will be ratelimited immediately when attempting genesis block sync. this is due to the massive number of requests issued during initial validator discovery (currently, there are 437 validators).
PR exists at penumbra-zone/web#1392 in web to avoid the behavior, but most of these requests could become a single request if this batch request endpoint were implemented.
The text was updated successfully, but these errors were encountered:
penumbra/crates/core/component/shielded-pool/src/component/rpc.rs
Lines 67 to 72 in 64f3399
any client using the web block processor will be ratelimited immediately when attempting genesis block sync. this is due to the massive number of requests issued during initial validator discovery (currently, there are 437 validators).
PR exists at penumbra-zone/web#1392 in web to avoid the behavior, but most of these requests could become a single request if this batch request endpoint were implemented.
The text was updated successfully, but these errors were encountered: