llamanodes / web3-proxy

Fast loadbalancing and caching proxy for Ethereum or chains with similar JSON-RPC methods
https://llamanodes.com
GNU General Public License v3.0
153 stars 34 forks source link

audit all uses of atomic::Ordering #210

Closed BlinkyStitt closed 1 year ago

BlinkyStitt commented 1 year ago

i made them most all seqcst for now. given tokio's work stealing and our use of spawns for a lot of things, i think we need it.