good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 01, 2020
  2. Jul 29, 2020
  3. Jul 27, 2020
  4. Jul 19, 2020
    • ledgerwatch's avatar
      cmd/tester initiates staged sync, and unwind (but not reorg) (#758) · b765ff0e
      ledgerwatch authored
      * First push
      
      * Remove batch from Blockchain
      
      * Fix compile error in cmd/integration
      
      * Fix compile errors in cmd/state
      
      * Fix compile errors
      
      * Save changes
      
      * Fix core tests (skip tx tests)
      
      * More test fixes
      
      * Fix compile error
      
      * Fix formatting
      
      * Fix formatting
      
      * Fix lint
      
      * Fixes
      
      * Skip some miner tests
      
      * Fix tests
      
      * Cleanup
      b765ff0e
  5. Jul 15, 2020
    • ledgerwatch's avatar
      Make cmd/tester initiate staged sync, remove some pools and caches (#746) · 3359ba7a
      ledgerwatch authored
      * no pools
      
      * Remove excessive logging
      
      * Revert
      
      * Initial commit
      
      * Cleanup
      
      * Fix some compile errors
      
      * Fix core tests
      
      * Fix more tests
      
      * Fix eth/downloader
      
      * go mod tidy
      
      * Fix core/vm
      
      * Fix formatting
      
      * Fix formatting
      
      * Fix lint
      
      * Fix lint
      
      * Switch tests to StagedSync
      
      * Cleanup
      
      * Reuse cache in stage4
      
      * Fix
      
      * Fix formatting
      
      * Try to fix test
      3359ba7a
  6. Jun 18, 2020
    • Alex Sharov's avatar
      make lmdb default db (#675) · 38f63f9a
      Alex Sharov authored
      * make lmdb default db
      
      * switch nodes db to lmdb
      
      * log errors in nodedb
      
      * fix miss typing
      
      * fix default test target in makefile
      
      * report error of .Get method
      
      * add debug info
      
      * run tests with debug
      
      * run tests with debug
      
      * remove default db from TEST_DB env
      
      * cleanup
      
      * wait for goroutines finish
      
      * wait for goroutines finish before close db
      
      * wait for goroutines finish before close db
      
      * wait for goroutines finish before close db
      
      * wait for goroutines finish before close db
      38f63f9a
  7. Jun 16, 2020
    • Alex Sharov's avatar
      Prepare codebase for future default DB change (#670) · 57777e7c
      Alex Sharov authored
      * Add kv.tx.bucket.Clear() and db.ClearBuckets() methods
      
      * Add kv.tx.bucket.Clear() and db.ClearBuckets() methods
      
      * choose db based on file suffix
      
      * implement db.id method
      
      * implement db.id method
      
      * use ethdb.NewDatabase method
      
      * use ethb.MustOpen method
      
      * cleanup
      
      * support TEST_DB env flag
      
      * create db path automatically needed
      
      * bolt - don't change prefix on happy path
      57777e7c
  8. Jun 15, 2020
    • Mariano Cortesi's avatar
      5dabd96c
    • Martin Michlmayr's avatar
      all: fix typos in comments (#21118) · 732a20d4
      Martin Michlmayr authored
      # Conflicts:
      #	accounts/abi/bind/backends/simulated.go
      #	cmd/puppeth/module_dashboard.go
      #	core/blockchain_test.go
      #	core/rawdb/chain_iterator.go
      #	core/state/snapshot/difflayer.go
      #	core/state/snapshot/iterator.go
      #	core/state/snapshot/iterator_fast.go
      #	core/state/snapshot/snapshot.go
      #	core/state/snapshot/wipe.go
      #	core/tx_pool.go
      #	les/clientpool.go
      #	les/peer.go
      #	mobile/doc.go
      #	trie/committer.go
      #	trie/database.go
      732a20d4
  9. Jun 12, 2020
    • Alex Sharov's avatar
      Remove ctx from Open. Stop goroutines on Close. (#650) · 15096f27
      Alex Sharov authored
      * remove ctx from MustOpen
      
      * remove ctx from Open. Stop goroutines on Close.
      
      * remove ctx from Open. Stop goroutines on Close.
      
      * remove ctx from remote open (we have DialTimeout field to manage connection timeouts)
      
      * enable RawReads and add native implementation of Get/Has methods
      15096f27
  10. May 30, 2020
    • Alex Sharov's avatar
      [wip] Lmdb: AbstractKV and DB interfaces (#589) · 916a1f8b
      Alex Sharov authored
      * resetIH from scratch if needed
      
      * lmdb
      
      * add AbstractKV to loader, added new Object accessor around AbstractKV
      
      * add lmdb cli flag
      
      * add requirement of k!=nil on error in docs
      
      * add Size method for compatibility
      
      * read after put tests
      
      * fix multiput nils
      
      * simplify loops
      
      * increase mmap size
      
      * better error messages
      
      * better error messages
      
      * fix tests
      
      * better error messages
      
      * cleanup
      
      * avoid bolt usage in test
      
      * move hardcoded bucket name to dbutils
      
      * register more buckets
      
      * register more buckets
      
      * fix test
      916a1f8b
  11. May 20, 2020
  12. Apr 19, 2020
    • Igor Mandrigin's avatar
      geth 1.9.13 (#469) · 8c3d19fd
      Igor Mandrigin authored
      
      * core: initial version of state snapshots
      
      * core/state: lazy sorting, snapshot invalidation
      
      * core/state/snapshot: extract and split cap method, cover corners
      
      * snapshot: iteration and buffering optimizations
      
      * core/state/snapshot: unlink snapshots from blocks, quad->linear cleanup
      
      * 123
      
      * core/rawdb, core/state/snapshot: runtime snapshot generation
      
      * core/state/snapshot: fix difflayer origin-initalization after flatten
      
      * add "to merge"
      
      * core/state/snapshot: implement snapshot layer iteration
      
      * core/state/snapshot: node behavioural difference on bloom content
      
      * core: journal the snapshot inside leveldb, not a flat file
      
      * core/state/snapshot: bloom, metrics and prefetcher fixes
      
      * core/state/snapshot: move iterator out into its own files
      
      * core/state/snapshot: implement iterator priority for fast direct data lookup
      
      * core/state/snapshot: full featured account iteration
      
      * core/state/snapshot: faster account iteration, CLI integration
      
      * core: fix broken tests due to API changes + linter
      
      * core/state: fix an account resurrection issue
      
      * core/tests: test for destroy+recreate contract with storage
      
      * squashme
      
      * core/state/snapshot, tests: sync snap gen + snaps in consensus tests
      
      * core/state: extend snapshotter to handle account resurrections
      
      * core/state: fix account root hash update point
      
      * core/state: fix resurrection state clearing and access
      
      * core/state/snapshot: handle deleted accounts in fast iterator
      
      * core: more blockchain tests
      
      * core/state/snapshot: fix various iteration issues due to destruct set
      
      * core: fix two snapshot iterator flaws, decollide snap storage prefix
      
      * core/state/snapshot/iterator: fix two disk iterator flaws
      
      * core/rawdb: change SnapshotStoragePrefix to avoid prefix collision with preimagePrefix
      
      * params: begin v1.9.13 release cycle
      
      * cmd/checkpoint-admin: add some documentation (#20697)
      
      * go.mod: update duktape to fix sprintf warnings (#20777)
      
      This revision of go-duktype fixes the following warning
      
      ```
      duk_logging.c: In function ‘duk__logger_prototype_log_shared’:
      duk_logging.c:184:64: warning: ‘Z’ directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=]
        184 |  sprintf((char *) date_buf, "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ",
            |                                                                ^
      In file included from /usr/include/stdio.h:867,
                       from duk_logging.c:5:
      /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 25 and 85 bytes into a destination of size 32
         36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
            |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         37 |       __bos (__s), __fmt, __va_arg_pack ());
            |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ```
      
      * core/rawdb: fix freezer table test error check
      
      Fixes: Condition is always 'false' because 'err' is always 'nil'
      
      * core/rawdb: improve table database (#20703)
      
      This PR fixes issues in TableDatabase.
      
      TableDatabase is a wrapper of underlying ethdb.Database with an additional prefix.
      The prefix is applied to all entries it maintains. However when we try to retrieve entries
      from it we don't handle the key properly. In theory the prefix should be truncated and
      only user key is returned. But we don't do it in some cases, e.g. the iterator and batch
      replayer created from it. So this PR is the fix to these issues.
      
      * eth: when triggering a sync, check the head header TD, not block
      
      * internal/web3ext: fix clique console apis to work on missing arguments
      
      * rpc: dont log an error if user configures --rpcapi=rpc... (#20776)
      
      This just prevents a false negative ERROR warning when, for some unknown
      reason, a user attempts to turn on the module rpc even though it's already going
      to be on.
      
      * node, cmd/clef: report actual port used for http rpc (#20789)
      
      * internal/ethapi: don't set sender-balance to maxuint, fixes #16999 (#20783)
      
      Prior to this change, eth_call changed the balance of the sender account in the
      EVM environment to 2^256 wei to cover the gas cost of the call execution.
      We've had this behavior for a long time even though it's super confusing.
      
      This commit sets the default call gasprice to zero instead of updating the balance,
      which is better because it makes eth_call semantics less surprising. Removing
      the built-in balance assignment also makes balance overrides work as expected.
      
      * metrics: disable CPU stats (gosigar) on iOS
      
      * cmd/devp2p: tweak DNS TTLs (#20801)
      
      * cmd/devp2p: tweak DNS TTLs
      
      * cmd/devp2p: bump treeNodeTTL to four weeks
      
      * cmd/devp2p: lower route53 change limit again (#20819)
      
      * cmd/devp2p: be very correct about route53 change splitting (#20820)
      
      Turns out the way RDATA limits work is documented after all,
      I just didn't search right. The trick to make it work is to
      count UPSERTs twice.
      
      This also adds an additional check to ensure TTL changes are
      applied on existing records.
      
      * graphql, node, rpc: fix typos in comments (#20824)
      
      * eth: improve shutdown synchronization (#20695)
      
      * eth: improve shutdown synchronization
      
      Most goroutines started by eth.Ethereum didn't have any shutdown sync at
      all, which lead to weird error messages when quitting the client.
      
      This change improves the clean shutdown path by stopping all internal
      components in dependency order and waiting for them to actually be
      stopped before shutdown is considered done. In particular, we now stop
      everything related to peers before stopping 'resident' parts such as
      core.BlockChain.
      
      * eth: rewrite sync controller
      
      * eth: remove sync start debug message
      
      * eth: notify chainSyncer about new peers after handshake
      
      * eth: move downloader.Cancel call into chainSyncer
      
      * eth: make post-sync block broadcast synchronous
      
      * eth: add comments
      
      * core: change blockchain stop message
      
      * eth: change closeBloomHandler channel type
      
      * eth/filters: fix typo on unindexedLogs function's comment (#20827)
      
      * core: bump txpool tx max size to 128KB
      
      * snapshotter/tests: verify snapdb post-state against trie (#20812)
      
      * core/state/snapshot: basic trie-to-hash implementation
      
      * tests: validate snapshot after test
      
      * core/state/snapshot: fix review concerns
      
      * cmd, consensus: add option to disable mmap for DAG caches/datasets (#20484)
      
      * cmd, consensus: add option to disable mmap for DAG caches/datasets
      
      * consensus: add benchmarks for mmap with/with lock
      
      * cmd/clef: add newaccount command (#20782)
      
      * cmd/clef: add newaccount command
      
      * cmd/clef: document clef_New, update API versioning
      
      * Update cmd/clef/intapi_changelog.md
      
      Co-Authored-By: default avatarligi <ligi@ligi.de>
      
      * Update signer/core/uiapi.go
      
      Co-Authored-By: default avatarligi <ligi@ligi.de>
      
      Co-authored-by: default avatarligi <ligi@ligi.de>
      
      * eth: add debug_accountRange API (#19645)
      
      This new API allows reading accounts and their content by address range.
      
      Co-authored-by: default avatarMartin Holst Swende <martin@swende.se>
      Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
      
      * travis: allow cocoapods deploy to fail (#20833)
      
      * metrics: improve TestTimerFunc (#20818)
      
      The test failed due to what appears to be fluctuations in time.Sleep, which is
      not the actual method under test. This change modifies it so we compare the
      metered Max to the actual time instead of the desired time.
      
      * README: update private network genesis spec with istanbul (#20841)
      
      * add istanbul and muirGlacier to genesis states in README
      
      * remove muirGlacier, relocate istanbul
      
      * cmd/evm: Rework execution stats (#20792)
      
      - Dump stats also for --bench flag.
      - From memory stats only show number and size of allocations. This is what `test -bench` shows. I doubt others like number of GC runs are any useful, but can be added if requested.
      - Now the mem stats are for single execution in case of --bench.
      
      * cmd/devp2p, cmd/wnode, whisper: add missing calls to Timer.Stop (#20843)
      
      * p2p/server: add UDP port mapping goroutine to wait group (#20846)
      
      * accounts/abi faster unpacking of int256 (#20850)
      
      * p2p/discv5: add missing Timer.Stop calls (#20853)
      
      * miner/worker: add missing timer.Stop call (#20857)
      
      * cmd/geth: fix bad genesis test (#20860)
      
      * eth/filters: add missing Ticker.Stop call (#20862)
      
      * eth/fetcher: add missing timer.Stop calls (#20861)
      
      * event: add missing timer.Stop call in TestFeed (#20868)
      
      * metrics: add missing calls to Ticker.Stop in tests (#20866)
      
      * ethstats: add missing Ticker.Stop call (#20867)
      
      * p2p/discv5, p2p/testing: add missing Timer.Stop calls in tests (#20869)
      
      * core: add missing Timer.Stop call in TestLogReorgs (#20870)
      
      * rpc: add missing timer.Stop calls in websocket tests (#20863)
      
      * crypto/ecies: improve concatKDF (#20836)
      
      This removes a bunch of weird code around the counter overflow check in
      concatKDF and makes it actually work for different hash output sizes.
      
      The overflow check worked as follows: concatKDF applies the hash function N
      times, where N is roundup(kdLen, hashsize) / hashsize. N should not
      overflow 32 bits because that would lead to a repetition in the KDF output.
      
      A couple issues with the overflow check:
      
      - It used the hash.BlockSize, which is wrong because the
        block size is about the input of the hash function. Luckily, all standard
        hash functions have a block size that's greater than the output size, so
        concatKDF didn't crash, it just generated too much key material.
      - The check used big.Int to compare against 2^32-1.
      - The calculation could still overflow before reaching the check.
      
      The new code in concatKDF doesn't check for overflow. Instead, there is a
      new check on ECIESParams which ensures that params.KeyLen is < 512. This
      removes any possibility of overflow.
      
      There are a couple of miscellaneous improvements bundled in with this
      change:
      
      - The key buffer is pre-allocated instead of appending the hash output
        to an initially empty slice.
      - The code that uses concatKDF to derive keys is now shared between Encrypt
        and Decrypt.
      - There was a redundant invocation of IsOnCurve in Decrypt. This is now removed
        because elliptic.Unmarshal already checks whether the input is a valid curve
        point since Go 1.5.
      
      Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
      
      * rpc: metrics for JSON-RPC method calls (#20847)
      
      This adds a couple of metrics for tracking the timing
      and frequency of method calls:
      
      - rpc/requests gauge counts all requests
      - rpc/success gauge counts requests which return err == nil
      - rpc/failure gauge counts requests which return err != nil
      - rpc/duration/all timer tracks timing of all requests
      - rpc/duration/<method>/<success/failure> tracks per-method timing
      
      * mobile: use bind.NewKeyedTransactor instead of duplicating (#20888)
      
      It's better to reuse the existing code to create a keyed transactor
      than to rewrite the logic again.
      
      * internal/ethapi: add CallArgs.ToMessage method (#20854)
      
      ToMessage is used to convert between ethapi.CallArgs and types.Message.
      It reduces the length of the DoCall method by about half by abstracting out
      the conversion between the CallArgs and the Message. This should improve the
      code's maintainability and reusability.
      
      * eth, les: fix flaky tests (#20897)
      
      * les: fix flaky test
      
      * eth: fix flaky test
      
      * cmd/geth: enable metrics for geth import command (#20738)
      
      * cmd/geth: enable metrics for geth import command
      
      * cmd/geth: enable metrics-flags for import command
      
      * core/vm: use a callcontext struct (#20761)
      
      * core/vm: use a callcontext struct
      
      * core/vm: fix tests
      
      * core/vm/runtime: benchmark
      
      * core/vm: make intpool push inlineable, unexpose callcontext
      
      * docs/audits: add discv5 protocol audits from LA and C53 (#20898)
      
      * .github: change gitter reference to discord link in issue template (#20896)
      
      * couple of fixes to docs in clef (#20900)
      
      * p2p/discover: add initial discovery v5 implementation (#20750)This adds an implementation of the current discovery v5 spec.There is full integration with cmd/devp2p and enode.Iterator in thisversion. In theory we could enable the new protocol as a replacement ofdiscovery v4 at any time. In practice, there will likely be a few morechanges to the spec and implementation before this can happen.
      
      * build: upgrade to golangci-lint 1.24.0 (#20901)
      
      * accounts/scwallet: remove unnecessary uses of fmt.Sprintf
      
      * cmd/puppeth: remove unnecessary uses of fmt.Sprintf
      
      * p2p/discv5: remove unnecessary use of fmt.Sprintf
      
      * whisper/mailserver: remove unnecessary uses of fmt.Sprintf
      
      * core: goimports -w tx_pool_test.go
      
      * eth/downloader: goimports -w downloader_test.go
      
      * build: upgrade to golangci-lint 1.24.0
      
      * accounts/abi/bind: Refactored topics  (#20851)
      
      * accounts/abi/bind: refactored topics
      
      * accounts/abi/bind: use store function to remove code duplication
      
      * accounts/abi/bind: removed unused type defs
      
      * accounts/abi/bind: error on tuples in topics
      
      * Cosmetic changes to restart travis build
      
      Co-authored-by: default avatarGuillaume Ballet <gballet@gmail.com>
      
      * node: allow websocket and HTTP on the same port (#20810)
      
      This change makes it possible to run geth with JSON-RPC over HTTP and
      WebSocket on the same TCP port. The default port for WebSocket
      is still 8546.
      
          geth --rpc --rpcport 8545 --ws --wsport 8545
      
      This also removes a lot of deprecated API surface from package rpc.
      The rpc package is now purely about serving JSON-RPC and no longer
      provides a way to start an HTTP server.
      
      * crypto: improve error messages in LoadECDSA (#20718)
      
      This improves error messages when the file is too short or too long.
      Also rewrite the test for SaveECDSA because LoadECDSA has its own
      test now.
      
      Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
      
      * changed date of rpcstack.go since new file (#20904)
      
      * accounts/abi/bind: fixed erroneous filtering of negative ints (#20865)
      
      * accounts/abi/bind: fixed erroneous packing of negative ints
      
      * accounts/abi/bind: added test cases for negative ints in topics
      
      * accounts/abi/bind: fixed genIntType for go 1.12
      
      * accounts/abi: minor  nitpick
      
      * cmd: deprecate --testnet, use named networks instead (#20852)
      
      * cmd/utils: make goerli the default testnet
      
      * cmd/geth: explicitly rename testnet to ropsten
      
      * core: explicitly rename testnet to ropsten
      
      * params: explicitly rename testnet to ropsten
      
      * cmd: explicitly rename testnet to ropsten
      
      * miner: explicitly rename testnet to ropsten
      
      * mobile: allow for returning the goerli spec
      
      * tests: explicitly rename testnet to ropsten
      
      * docs: update readme to reflect changes to the default testnet
      
      * mobile: allow for configuring goerli and rinkeby nodes
      
      * cmd/geth: revert --testnet back to ropsten and mark as legacy
      
      * cmd/util: mark --testnet flag as deprecated
      
      * docs: update readme to properly reflect the 3 testnets
      
      * cmd/utils: add an explicit deprecation warning on startup
      
      * cmd/utils: swap goerli and ropsten in usage
      
      * cmd/geth: swap goerli and ropsten in usage
      
      * cmd/geth: if running a known preset, log it for convenience
      
      * docs: improve readme on usage of ropsten's testnet datadir
      
      * cmd/utils: check if legacy `testnet` datadir exists for ropsten
      
      * cmd/geth: check for legacy testnet path in console command
      
      * cmd/geth: use switch statement for complex conditions in main
      
      * cmd/geth: move known preset log statement to the very top
      
      * cmd/utils: create new ropsten configurations in the ropsten datadir
      
      * cmd/utils: makedatadir should check for existing testnet dir
      
      * cmd/geth: add legacy testnet flag to the copy db command
      
      * cmd/geth: add legacy testnet flag to the inspect command
      
      * les, les/lespay/client: add service value statistics and API (#20837)
      
      This PR adds service value measurement statistics to the light client. It
      also adds a private API that makes these statistics accessible. A follow-up
      PR will add the new server pool which uses these statistics to select
      servers with good performance.
      
      This document describes the function of the new components:
      https://gist.github.com/zsfelfoldi/3c7ace895234b7b345ab4f71dab102d4
      
      
      
      Co-authored-by: default avatarrjl493456442 <garyrong0905@gmail.com>
      Co-authored-by: default avatarrjl493456442 <garyrong0905@gmail.com>
      
      * README: update min go version to 1.13 (#20911)
      
      * travis, appveyor, build, Dockerfile: bump Go to 1.14.2 (#20913)
      
      * travis, appveyor, build, Dockerfile: bump Go to 1.14.2
      
      * travis, appveyor: force GO111MODULE=on for every build
      
      * core/rawdb: fix data race between Retrieve and Close (#20919)
      
      * core/rawdb: fixed data race between retrieve and close
      
      closes https://github.com/ethereum/go-ethereum/issues/20420
      
      
      
      * core/rawdb: use non-atomic load while holding mutex
      
      * all: simplify and fix database iteration with prefix/start (#20808)
      
      * core/state/snapshot: start fixing disk iterator seek
      
      * ethdb, rawdb, leveldb, memorydb: implement iterators with prefix and start
      
      * les, core/state/snapshot: iterator fixes
      
      * all: remove two iterator methods
      
      * all: rename Iteratee.NewIteratorWith -> NewIterator
      
      * ethdb: fix review concerns
      
      * params: update CHTs for the 1.9.13 release
      
      * params: release Geth v1.9.13
      
      * added some missing files
      
      * post-rebase fixups
      
      Co-authored-by: default avatarPéter Szilágyi <peterke@gmail.com>
      Co-authored-by: default avatarMartin Holst Swende <martin@swende.se>
      Co-authored-by: default avatargary rong <garyrong0905@gmail.com>
      Co-authored-by: default avatarAlex Willmer <alex@moreati.org.uk>
      Co-authored-by: default avatarmeowsbits <45600330+meowsbits@users.noreply.github.com>
      Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
      Co-authored-by: default avatarrene <41963722+renaynay@users.noreply.github.com>
      Co-authored-by: default avatarHa ĐANG <dvietha@gmail.com>
      Co-authored-by: default avatarHanjiang Yu <42531996+de1acr0ix@users.noreply.github.com>
      Co-authored-by: default avatarligi <ligi@ligi.de>
      Co-authored-by: default avatarWenbiao Zheng <delweng@gmail.com>
      Co-authored-by: default avatarAdam Schmideg <adamschmideg@users.noreply.github.com>
      Co-authored-by: default avatarJeff Wentworth <jeff@curvegrid.com>
      Co-authored-by: default avatarPaweł Bylica <chfast@gmail.com>
      Co-authored-by: default avatarucwong <ucwong@126.com>
      Co-authored-by: default avatarMarius van der Wijden <m.vanderwijden@live.de>
      Co-authored-by: default avatarLuke Champine <luke.champine@gmail.com>
      Co-authored-by: default avatarBoqin Qin <Bobbqqin@gmail.com>
      Co-authored-by: default avatarWilliam Morriss <wjmelements@gmail.com>
      Co-authored-by: default avatarGuillaume Ballet <gballet@gmail.com>
      Co-authored-by: default avatarRaw Pong Ghmoa <58883403+q9f@users.noreply.github.com>
      Co-authored-by: default avatarFelföldi Zsolt <zsfelfoldi@gmail.com>
      8c3d19fd
  13. Mar 20, 2020
    • Alex Sharov's avatar
      Intermediate Hashes UI (#395) · 84ae2eb1
      Alex Sharov authored
      
      * implement NoValueCursor interface
      
      * cleanup
      
      * fix tests
      
      * add more stats data to ui
      
      * can't display error
      
      * re-open DB low-level net interface when changing db
      
      * re-open DB low-level net interface when changing db
      
      * fix problem with displaying errors
      
      * run ci
      
      * improve prop check logic
      
      * storage tombstones integrity checks UI
      
      * storage page
      
      * make DB configurable
      
      Co-authored-by: default avataralex.sharov <alex.sharov@lazada.com>
      84ae2eb1
  14. Mar 11, 2020
    • Alex Sharov's avatar
      [WIP] Badger v2 (#378) · c5ffc971
      Alex Sharov authored
      
      * badger v2 investigation
      
      * buf pool - use native New method and avoid double checks
      
      * db.Open prototype
      
      * db.Tx/Bucket/Cursor prototypes
      
      * Chained config
      
      * Item concept added
      
      * save changes to test on master
      
      * make hack resumable
      
      * Design document v0
      
      * Cursor concept
      
      * less brackets syntax of cursor builder
      
      * benchmarks
      
      * cleanup fs
      
      * test for context cancelations
      
      * test for context cancelations
      
      * test for cursor.Prefix option
      
      * add ForEachKey method
      
      * add ForEachKey method
      
      * add naming explanation
      
      * experiment of non-pointers cursor/bucket
      
      * .Bucket() and .Cursor() doesn't returns error
      
      * .Bucket() and .Cursor() doesn't returns error
      
      * .Bucket() and .Cursor() doesn't returns error
      
      * remove CursorOpts concept
      
      * more test-cases
      
      * simplify open api
      
      * Tx, Bucket, Cursor - now are interfaces
      
      * Tx, Bucket, Cursor - now are interfaces
      
      * switch to interfaces
      
      * rebase master
      
      Co-authored-by: default avataralex.sharov <alex.sharov@lazada.com>
      c5ffc971
  15. Feb 27, 2020
    • Igor Mandrigin's avatar
      post-merge fixups · edcd16c7
      Igor Mandrigin authored
      edcd16c7
    • Felix Lange's avatar
      cmd/geth: enable DNS discovery by default (#20660) · 7452f55c
      Felix Lange authored
      * node: expose config in service context
      
      * eth: integrate p2p/dnsdisc
      
      * cmd/geth: add some DNS flags
      
      * eth: remove DNS URLs
      
      * cmd/utils: configure DNS names for testnets
      
      * params: update DNS URLs
      
      * cmd/geth: configure mainnet DNS
      
      * cmd/utils: rename DNS flag and fix flag processing
      
      * cmd/utils: remove debug print
      
      * node: fix test
      7452f55c
  16. Dec 06, 2019
  17. Dec 02, 2019
    • ledgerwatch's avatar
      Skeleton of RPC daemon, for 1 operation eth_blockNumber (#209) · 8cb96471
      ledgerwatch authored
      * Finish CmdSeek and add CmdNext
      
      * Add remoteDb listener and RPC daemon CLI
      
      * Fix test
      
      * Fix CLI
      
      * Fix lint
      
      * Fix unreachable code
      
      * Fix lint
      
      * First working RPC command eth_blockNumber
      
      * Fix lint
      
      * Fix lint
      
      * Fix memprofile/cpuprofile confusion
      
      * Add comment
      8cb96471
  18. Nov 21, 2019
  19. Nov 14, 2019
  20. Nov 07, 2019
  21. Nov 04, 2019
  22. Nov 01, 2019
  23. Jun 28, 2019
    • gary rong's avatar
      all: on-chain oracle checkpoint syncing (#19543) · f7cdea2b
      gary rong authored
      * all: implement simple checkpoint syncing
      
      cmd, les, node: remove callback mechanism
      
      cmd, node: remove callback definition
      
      les: simplify the registrar
      
      les: expose checkpoint rpc services in the light client
      
      les, light: don't store untrusted receipt
      
      cmd, contracts, les: discard stale checkpoint
      
      cmd, contracts/registrar: loose restriction of registeration
      
      cmd, contracts: add replay-protection
      
      all: off-chain multi-signature contract
      
      params: deploy checkpoint contract for rinkeby
      
      cmd/registrar: add raw signing mode for registrar
      
      cmd/registrar, contracts/registrar, les: fixed messages
      
      * cmd/registrar, contracts/registrar: fix lints
      
      * accounts/abi/bind, les: address comments
      
      * cmd, contracts, les, light, params: minor checkpoint sync cleanups
      
      * cmd, eth, les, light: move checkpoint config to config file
      
      * cmd, eth, les, params: address comments
      
      * eth, les, params: address comments
      
      * cmd: polish up the checkpoint admin CLI
      
      * cmd, contracts, params: deploy new version contract
      
      * cmd/checkpoint-admin: add another flag for clef mode signing
      
      * cmd, contracts, les: rename and regen checkpoint oracle with abigen
      f7cdea2b
  24. Jun 20, 2019
  25. Jun 07, 2019
    • Felix Lange's avatar
      p2p/enode: improve IPv6 support, add ENR text representation (#19663) · e83c3ccc
      Felix Lange authored
      * p2p/enr: add entries for for IPv4/IPv6 separation
      
      This adds entry types for "ip6", "udp6", "tcp6" keys. The IP type stays
      around because removing it would break a lot of code and force everyone
      to care about the distinction.
      
      * p2p/enode: track IPv4 and IPv6 address separately
      
      LocalNode predicts the local node's UDP endpoint and updates the record.
      This change makes it predict IPv4 and IPv6 endpoints separately since
      they can now be in the record at the same time.
      
      * p2p/enode: implement base64 text format
      * all: switch to enode.Parse(...)
      
      This allows passing base64-encoded node records to all the places that
      previously accepted enode:// URLs. The URL format is still supported.
      
      * cmd/bootnode, p2p: log node URL instead of ENR
      
      ...and return the base64 record in NodeInfo.
      e83c3ccc
  26. Jun 04, 2019
  27. Jun 03, 2019
  28. May 31, 2019
    • Guillaume Ballet's avatar
      accounts/scwallet: flag to specify path to smartcard daemon (#19439) · 7a22da98
      Guillaume Ballet authored
      * accounts/scwallet: Add a switch to enable smartcard support
      
      * accounts: change the meaning of the switch
      
      * disable card support in windows until tested
      * only activate account if pcscd socket file is present
      * the switch is now the path to the socket file
      
      * accounts/scwallet: holiman's review feedback
      
      * accounts/scwallet: send the path to go-pcsclite
      
      * accounts/scwallet: add default, per platform path
      
      * accounts/scwallet: fix error log warning
      
      * accounts/scwallet: update pcsc lib to latest
      
      * accounts/scwallet: use default path from pcsclite
      
      * scwallet: forgot to change switch name
      
      * cmd: minor style cleanups (error handling first, then happy path)
      7a22da98
  29. May 16, 2019
  30. Apr 25, 2019
  31. Apr 12, 2019
  32. Apr 08, 2019
Loading