- Oct 26, 2020
-
-
mr_franklin authored
-
Marius van der Wijden authored
* ci: tooltips for javadoc for mobile app * f space # Conflicts: # Makefile # build/ci.go
-
mr_franklin authored
-
shigeyuki azuchi authored
# Conflicts: # light/odr.go
-
mr_franklin authored
-
aaronbuchwald authored
* Fix potential memory leak in price heap * core: nil free pointer slice (alternative version) Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Martin Holst Swende authored
# Conflicts: # core/vm/gas_table.go
-
Marius van der Wijden authored
* mobile: added constructor for big int * mobile: tiny nitpick # Conflicts: # mobile/big.go
-
Marius van der Wijden authored
* accounts/abi: refactored abi.Unpack * accounts/abi/bind: fixed error * accounts/abi/bind: modified template * accounts/abi/bind: added ToStruct for conversion * accounts/abi: reenabled tests * accounts/abi: fixed tests * accounts/abi: fixed tests for packing/unpacking * accounts/abi: fixed tests * accounts/abi: added more logic to ToStruct * accounts/abi/bind: fixed template * accounts/abi/bind: fixed ToStruct conversion * accounts/abi/: removed unused code * accounts/abi: updated template * accounts/abi: refactored unused code * contracts/checkpointoracle: updated contracts to sol ^0.6.0 * accounts/abi: refactored reflection logic * accounts/abi: less code duplication in Unpack* * accounts/abi: fixed rebasing bug * fix a few typos in comments * rebase on master Co-authored-by:
Guillaume Ballet <gballet@gmail.com> # Conflicts: # accounts/abi/bind/base_test.go # accounts/abi/bind/bind_test.go # accounts/abi/pack_test.go # go.mod # mobile/bind.go
-
Igor Mandrigin authored
-
alex.sharov authored
-
- Oct 25, 2020
-
-
ledgerwatch authored
* Splitting sentry and downloader - the beginning * A bit more * More on sentry * More gRPC * Sentry and downloader separated * Update binding for stable version of grpc * Better bufferSize flag * Fix lint * Send pelanties * Fix lint * Remove hard-coded tips on connect * Tidy the logs a bit * Deal with hardTips on Recovery * Print hard tips * Hide empty anchors * Request headers after receiving a message * Better waking up * Print hard-coded block numbers * Print outgoing requests * Debug logging * In the middle protection * Sentry not to lose peers when core disconnects
-
Evgeny Danilenko authored
-
ledgerwatch authored
* Initial * Read freelist pages * Fix * Fix lint * Fix lint * Fix lint
-
Alex Sharov authored
-
Alex Sharov authored
* squash * add --database flag to integration * clean * split to 2 buckets * split to 2 buckets * split to 2 buckets * split to 2 buckets * split to 2 buckets * save progress * save progress * improve test * improve test * save progress * change app logic * change app logic * return err from rawdb package * don't clean automatically * don't clean automatically * clean * clean * clean * don't rely on `make clean` * improve cbor code * clean * clean * clean * fix tests * rebase master * stop on error: headers stage * make TxDb walk and multiwalk safe * Fix panics Co-authored-by:
Alexey Akhunov <akhounov@gmail.com>
-
Ricardo Guilherme Schmidt authored
* Fix infinite rpc.gascap on eth_estimateGas * use `gasCap.Sign() > 0` instead of `gasCap.Uint64() != 0`
-
- Oct 24, 2020
-
-
Alex Sharov authored
-
Thomas Jay Rush authored
* Automate documentation * Updating * Updating * Fixing lint * Updating readthedocs documentation * Updating testing * Updating testing
-
Alex Sharov authored
* protect_from_wrong_class_use * more cases
-
Alex Sharov authored
* ReadBlockByNumber and ReadChainConfig return error * Let's make rawdb package to return error. But by small steps. High-level methods need to move first: ReadBlockByNumber ReadChainConfig ReadBlockByHash ReadHeaderByHash WriteChainConfig WriteDatabaseVersion WriteBlock DeleteTd WriteTd ReadTd
-
Alex Sharov authored
* allow_read_transactions * fix lint * fix lint * more cases
-
Alex Sharov authored
-
alex.sharov authored
-
- Oct 23, 2020
-
-
Alex Sharov authored
* extract tmpdir to app-level-code * extract tmpdir to app-level-code * save progresss
-
Alex Sharov authored
* db objects diagram * db objects diagram * db objects diagram * db objects diagram * db objects diagram * db objects diagram * db objects diagram
-
Alex Sharov authored
-
- Oct 22, 2020
-
-
Igor Mandrigin authored
-
Igor Mandrigin authored
-
Igor Mandrigin authored
-
Alex Sharov authored
-
- Oct 21, 2020
-
-
ledgerwatch authored
* Vary batch size for execution stage * Fix in logging * Improve log of timings * Log improvements * Log improvements * Fix tests * More log improvments, fix tests * Fix tests * Better logging for Bodies and Interhash * Fix tests * Minor fixes * Fix test
-
alex.sharov authored
-
alex.sharov authored
-
alex.sharov authored
-
alex.sharov authored
-
alex.sharov authored
-
- Oct 20, 2020
-
-
Evgeny Danilenko authored
* initial * fix * fmt * linters * linters * debug * fix data races * safe close * remove jump table clonning * revert fix
-
Thomas Jay Rush authored
* Moving a few files to be more consistent * Collecting together custom code under tg_ namespace * Small cleanups * Updating test cases * Uncomment eth_gasPrice but still unimplemented
-