- Oct 11, 2021
-
-
Sandeep Sreenath authored
core: fix typo in iterator.go
-
- Oct 09, 2021
-
-
Ikko Ashimine authored
strorage -> storage
-
- Oct 08, 2021
-
-
Sandeep Sreenath authored
Updated ReadMe File
-
Uttam Singh authored
-
Sandeep Sreenath authored
Limit binary search to local height
-
- Oct 07, 2021
-
-
Sandeep Sreenath authored
Fix memory leak in txpool
-
Ferran Borreguero authored
-
- Oct 06, 2021
-
-
Sandeep Sreenath authored
Network flags
-
- Sep 23, 2021
-
-
Krishna Upadhyaya authored
-
- Sep 21, 2021
-
-
Krishna Upadhyaya authored
-
Krishna Upadhyaya authored
-
- Sep 20, 2021
-
-
Uttam Singh authored
-
Uttam Singh authored
-
Uttam Singh authored
-
Uttam Singh authored
-
Ferran Borreguero authored
-
Krishna Upadhyaya authored
Add: Bor mainnet network flag
-
Uttam Singh authored
-
Uttam Singh authored
-
- Sep 19, 2021
-
-
Uttam Singh authored
-
- Sep 17, 2021
-
-
Uttam Singh authored
-
- Sep 02, 2021
-
-
Krishna Upadhyaya authored
-
Krishna Upadhyaya authored
-
- Sep 01, 2021
-
-
Krishna Upadhyaya authored
-
Krishna Upadhyaya authored
-
Krishna Upadhyaya authored
-
Sandeep Sreenath authored
fix typo in tracers/api.go
-
Sandeep Sreenath authored
Fixed wrong version for Bor
-
- Aug 31, 2021
-
-
Krishna Upadhyaya authored
-
Ikko Ashimine authored
Constuct -> Construct
-
Sandeep Sreenath authored
-
- Aug 30, 2021
-
-
Sandeep Sreenath authored
Geth master update
-
noah40povis authored
* added bash to docker container * Update Dockerfile Co-authored-by:
Sandeep Sreenath <ssandeep@users.noreply.github.com> Co-authored-by:
Sandeep Sreenath <ssandeep@users.noreply.github.com>
-
- Aug 28, 2021
-
-
Krishna Upadhyaya authored
-
- Aug 27, 2021
-
-
lightclient authored
Currently, setDefaults overwrites the transaction input value if only input is provided. This causes personal_sendTransaction to estimate the gas based on a transaction with empty data. eth_estimateGas never calls setDefaults so it was unaffected by this.
-
- Aug 26, 2021
-
-
Martin Holst Swende authored
Revert "eth, internal/ethapi: make RPC block miner field show block sealer correctly (#23312)" (#23466) This reverts commit 57feabea.
-
- Aug 25, 2021
-
-
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
-
Felix Lange authored
Support for this Ubuntu release has ended on July 22 2021 and Launchpad no longer accepts uploads for it.
-
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".
-
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.
-