• 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
..
catalyst eth/catalyst: remove unauthenticated 'engine' api (#24997)
downloader all: remove concept of public/private API definitions (#25053)
ethconfig cmd, params: implement Gray Glacier hard-fork (EIP-5133) (#25088)
fetcher all: update license headers and AUTHORS from git history (#24947)
filters all: remove concept of public/private API definitions (#25053)
gasprice cmd, params: implement Gray Glacier hard-fork (EIP-5133) (#25088)
protocols eth: introduce eth67 protocol (#24093)
tracers all: more linters (#24783)
api.go all: remove concept of public/private API definitions (#25053)
api_backend.go core, eth, internal, rpc: implement final block (#24282)
api_test.go cmd/geth, eth, core: snapshot dump + unify with trie dump (#22795)
backend.go all: remove concept of public/private API definitions (#25053)
bloombits.go eth: move eth.Config to a common package (#22205)
handler.go cmd, eth: fix required blocks regression
handler_eth.go all: update license headers and AUTHORS from git history (#24947)
handler_eth_test.go all: update license headers and AUTHORS from git history (#24947)
handler_snap.go eth: check snap satelliteness, delegate drop to eth (#22235)
handler_test.go eth: request id dispatcher and direct req/reply APIs (#23576)
peer.go all: more linters (#24783)
peerset.go eth/downloader: implement beacon sync (#23982)
state_accessor.go all: core rework for the merge transition (#23761)
sync.go core: eth: implement Kiln-v2 spec (#24506)
sync_test.go eth: introduce eth67 protocol (#24093)