good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 11, 2021
  2. Oct 09, 2021
  3. Oct 08, 2021
  4. Oct 07, 2021
  5. Oct 06, 2021
  6. Sep 23, 2021
  7. Sep 21, 2021
  8. Sep 20, 2021
  9. Sep 19, 2021
  10. Sep 17, 2021
  11. Sep 02, 2021
  12. Sep 01, 2021
  13. Aug 31, 2021
  14. Aug 30, 2021
  15. Aug 28, 2021
  16. Aug 27, 2021
  17. Aug 26, 2021
  18. Aug 25, 2021
    • Sina Mahmoodi's avatar
      node: remove dependency on wallet backend packages (#23019) · 108eec3f
      Sina Mahmoodi authored
      * accounts: new AddBackends method in manager
      
      * node,cmd/geth: mv accman backend init to cmd/geth
      
      * node,cmd/geth: mv scrypt config downstreawm from node
      
      * accounts: use static buffer size for accman sub chan
      
      minor fix
      
      * accounts,cmd/geth: update accman backends through its event loop
      
      * accounts,node: add comments
      
      * accounts: un-export newBackendEvent
      
      * accounts: use chan instead of wg in newBlockEvent
      
      * node: rename isKeyDirEphem
      
      * accounts,cmd: AddBackends->AddBackend
      
      * accounts: fix potential blocking when adding backend
      108eec3f
    • Felix Lange's avatar
      build: stop publishing deb packages for Ubuntu 20.10 Groovy Gorilla (#23470) · d584e398
      Felix Lange authored
      Support for this Ubuntu release has ended on July 22 2021 and
      Launchpad no longer accepts uploads for it.
      d584e398
    • Dmitry Zenovich's avatar
      rpc: add BlockNumber.MarshalText (#23324) · 7c4cad06
      Dmitry Zenovich authored
      Currently rpc.BlockNumber is marshalled to JSON as a numeric value, which is
      wrong because BlockNumber.UnmarshalJSON() wants it to either be hex-encoded
      or string "earliest"/"latest"/"pending". As a result, the call chain
      
          rpc.BlockNumberOrHashWithNumber(123) -> json.Marshal() -> json.Unmarshal()
      
      fails with error "cannot unmarshal object into Go value of type string".
      7c4cad06
    • baptiste-b-pegasys's avatar
      cmd/devp2p/internal/ethtest: remove WriteTo method (#23379) · 154b525c
      baptiste-b-pegasys authored
      WriteTo is unused, and go vet warns about it because it
      doesn't match the usual signature of the io.WriterTo method.
      154b525c
Loading