1. 27 Jun, 2022 1 commit
  2. 25 Jun, 2022 1 commit
  3. 24 Jun, 2022 2 commits
  4. 23 Jun, 2022 2 commits
  5. 22 Jun, 2022 2 commits
  6. 21 Jun, 2022 4 commits
    • Zachinquarantine's avatar
      f49e2983
    • Sina Mahmoodi's avatar
      cmd/geth: drop geth js command (#25000) · f20a5692
      Sina Mahmoodi authored
      * cmd/geth: drop js command
      
      * cmd: simplify ipc path determination for attach
      
      * Add deprecation warning for js
      
      * rm testdata for exec
      
      * fix account unlock test cases
      
      * Update cmd/geth/consolecmd.go
      Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
      
      * fix
      Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
      f20a5692
    • 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
    • aaronbuchwald's avatar
      trie: fix size accounting in cleaner (#25007) · 241dd273
      aaronbuchwald authored
      Decrease children size instead of dirties size when marking dirties as cleaned up in trie cleaner
      241dd273
  7. 20 Jun, 2022 4 commits
  8. 16 Jun, 2022 2 commits
  9. 15 Jun, 2022 6 commits
  10. 14 Jun, 2022 5 commits
  11. 13 Jun, 2022 1 commit
    • Martin Holst Swende's avatar
      all: more linters (#24783) · a907d7e8
      Martin Holst Swende authored
      This enables the following linters
      
      - typecheck
      - unused
      - staticcheck
      - bidichk
      - durationcheck
      - exportloopref
      - gosec
      
      WIth a few exceptions.
      
      - We use a deprecated protobuf in trezor. I didn't want to mess with that, since I cannot meaningfully test any changes there.
      - The deprecated TypeMux is used in a few places still, so the warning for it is silenced for now.
      - Using string type in context.WithValue is apparently wrong, one should use a custom type, to prevent collisions between different places in the hierarchy of callers. That should be fixed at some point, but may require some attention.
      - The warnings for using weak random generator are squashed, since we use a lot of random without need for cryptographic guarantees.
      a907d7e8
  12. 10 Jun, 2022 2 commits
  13. 08 Jun, 2022 6 commits
  14. 07 Jun, 2022 2 commits