• lightclient's avatar
    all: remove concept of public/private API definitions (#25053) · 10dc5dce
    lightclient authored
    * internal/ethapi: rename PublicEthereumAPI to EthereumAPI
    
    * eth: rename PublicEthereumAPI to EthereumAPI
    
    * internal/ethapi: rename PublicTxPoolAPI to TxPoolAPI
    
    * internal/ethapi: rename PublicAccountAPI to EthereumAccountAPI
    
    * internal/ethapi: rename PrivateAccountAPI to PersonalAccountAPI
    
    * internal/ethapi: rename PublicBlockChainAPI to BlockChainAPI
    
    * internal/ethapi: rename PublicTransactionPoolAPI to TransactionAPI
    
    * internal/ethapi: rename PublicDebugAPI to DebugAPI
    
    * internal/ethapi: move PrivateDebugAPI methods to DebugAPI
    
    * internal/ethapi: rename PublicNetAPI to NetAPI
    
    * les: rename PrivateLightServerAPI to LightServerAPI
    
    * les: rename PrivateLightAPI to LightAPI
    
    * les: rename PrivateDebugAPI to DebugAPI
    
    * les: rename PublicDownloaderAPI to DownloaderAPI
    
    * eth,les: rename PublicFilterAPI to FilterAPI
    
    * eth: rename PublicMinerAPI to MinerAPI
    
    * eth: rename PublicDownloaderAPI to DownloaderAPI
    
    * eth: move PrivateMinerAPI methods to MinerAPI
    
    * eth: rename PrivateAdminAPI to AdminAPI
    
    * eth: rename PublicDebugAPI to DebugAPI
    
    * eth: move PrivateDebugAPI methods to DebugAPI
    
    * node: rename publicAdminAPI to adminAPI
    
    * node: move privateAdminAPI methods to adminAPI
    
    * node: rename publicWeb3API to web3API
    
    * eth,internal/ethapi: sync comments with previous renamings
    10dc5dce
Name
Last commit
Last update
..
api.go Loading commit data...
beaconsync.go Loading commit data...
downloader.go Loading commit data...
downloader_test.go Loading commit data...
events.go Loading commit data...
fetchers.go Loading commit data...
fetchers_concurrent.go Loading commit data...
fetchers_concurrent_bodies.go Loading commit data...
fetchers_concurrent_headers.go Loading commit data...
fetchers_concurrent_receipts.go Loading commit data...
metrics.go Loading commit data...
modes.go Loading commit data...
peer.go Loading commit data...
queue.go Loading commit data...
queue_test.go Loading commit data...
resultstore.go Loading commit data...
skeleton.go Loading commit data...
skeleton_test.go Loading commit data...
statesync.go Loading commit data...
testchain_test.go Loading commit data...