Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump prismjs from 1.23.0 to 1.25.0 in /docs #334

Closed
wants to merge 38 commits into from

Commits on Mar 1, 2021

  1. docs/tutorials: fix sample code #6186

    Co-authored-by: winor <12413150+winor30@users.noreply.github.com>
    Co-authored-by: Marko Baricevic <marbar3778@yahoo.com>
    3 people committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    28bebe3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. rpc/jsonrpc: Unmarshal RPCRequest correctly (bp #6191) (#6193)

    * rpc/jsonrpc: Unmarshal RPCRequest correctly (#6191)
    
    i.e. without double pointer. With double pointer, it was possible to
    submit `null` value, which will crash the server.
    
    ```
    panic: runtime error: invalid memory address or nil pointer dereference
    [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x189ddc0]
    
    goroutine 1 [running]:
    github.com/tendermint/tendermint/rpc/jsonrpc/types.(*RPCRequest).UnmarshalJSON(0xc0000147e0, 0xc00029f201, 0x4, 0x1ff, 0x883baa0, 0xc0000147e0)
            /Users/anton/go/src/github.com/tendermint/tendermint/rpc/jsonrpc/types/types.go:70 +0x100
    encoding/json.(*decodeState).literalStore(0xc000216bb0, 0xc00029f201, 0x4, 0x1ff, 0x1998800, 0xc0000147e0, 0x199, 0xc000231700, 0x10e0a5e, 0x197)
            /usr/local/Cellar/go/1.16/libexec/src/encoding/json/decode.go:860 +0x30ce
    encoding/json.(*decodeState).value(0xc000216bb0, 0x1998800, 0xc0000147e0, 0x199, 0x1998800, 0xc0000147e0)
            /usr/local/Cellar/go/1.16/libexec/src/encoding/json/decode.go:384 +0x40c
    encoding/json.(*decodeState).array(0xc000216bb0, 0x18df040, 0xc0001be540, 0x16, 0xc000216bd8, 0x10e405b)
            /usr/local/Cellar/go/1.16/libexec/src/encoding/json/decode.go:558 +0x365
    encoding/json.(*decodeState).value(0xc000216bb0, 0x18df040, 0xc0001be540, 0x16, 0x16, 0x6e)
            /usr/local/Cellar/go/1.16/libexec/src/encoding/json/decode.go:360 +0x22f
    encoding/json.(*decodeState).unmarshal(0xc000216bb0, 0x18df040, 0xc0001be540, 0xc000216bd8, 0x0)
            /usr/local/Cellar/go/1.16/libexec/src/encoding/json/decode.go:180 +0x2c9
    encoding/json.Unmarshal(0xc00029f200, 0x6, 0x200, 0x18df040, 0xc0001be540, 0x0, 0x0)
            /usr/local/Cellar/go/1.16/libexec/src/encoding/json/decode.go:107 +0x15d
    ```
    
    (cherry picked from commit fe4e97a)
    
    # Conflicts:
    #	CHANGELOG_PENDING.md
    
    * fix conflict
    
    Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
    mergify[bot] and melekes committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    52b1d90 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. logs: cleanup (#6198)

    Co-authored-by: Marko <marbar3778@yahoo.com>
    mergify[bot] and tac0turtle committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    a047a4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b5697a View commit details
    Browse the repository at this point in the history
  3. indexer: remove info log (#6194)

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    3 people committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    b9cdd0e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Merge pull request #195 from line/v0.34.x

    merge v0.34.x to ebony
    Woosang Son committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    277ad4a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    dddf7ea View commit details
    Browse the repository at this point in the history
  2. chore: config timeout and connection pool (#150) (#171)

    wetcod authored and Woosang Son committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    0bd87be View commit details
    Browse the repository at this point in the history
  3. Merge pull request #198 from line/egon/merge_linemint

    merge linemint for initial ebony
    Woosang Son committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    ef06e93 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. chore: modify module path (#199)

    * chore: modify module path
    
    * chore: restore tendermint links
    
    * chore: generated proto go files
    
    * chore: fix ci error
    
    * chore: add tendermint module including
    
    * chore: modify package of protos
    
    * chore: disable proto breaking check ci
    
    * fix: apply comments
    Woosang Son committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    2a1f43c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. chore: adopt line/tm-db/v2 and line/iavl/v2 (#200)

    * chore: adopt `line/tm-db/v2`
    
    * chore: adopt `line/iavl/v2`
    jinsan-line committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5fea666 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. chore: bump up tm-db and iavl (#201)

    * chore: bump up tm-db and iavl
    
    * chore: add tags for test to enable memdb, goleveldb
    jinsan-line committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c7c246b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. chore: rename binary file to ostracon (#206)

    * chore: set default db backend
    
    * chore: fix ci error
    
    * chore: fix ci error
    
    * chore: rename execution file
    
    * chore: fix github action
    
    * chore: apply comment
    Woosang Son committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    2b5e16c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. build: fixing building in docker container (#208)

    Woosang Son committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    4bc528a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. chore: use default db backend among the available ones (#212)

    * chore: use default db backend among the available ones
    
    * chore: bump up iavl, tm-db
    Woosang Son committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    4183d64 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. feat: concurrent checkTx (#213)

    * feat: concurrent checkTx
    
    * fix: lint error
    
    * chore: rename priv key type to ostracon
    Woosang Son committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    afe46e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. chore: remove abci socket implementation (#214)

    * chore: remove abci socket implementation (#153)
    
    # Conflicts:
    #	abci/client/socket_client.go
    #	abci/client/socket_client_test.go
    #	abci/example/example_test.go
    #	abci/example/kvstore/kvstore_test.go
    #	abci/server/socket_server.go
    #	config/config.go
    #	test/app/test.sh
    
    * fix: make test
    
    * fix: test/app/test.sh
    
    * fix: typo
    
    * chore: revise OSTHOME path
    
    * fix: ostracon home path in clean.sh
    jinsan-line committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    e772f8b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. test: grpc_client_test and fix grpc_client StopForError() hang bug (#215

    )
    
    * test: grpc_client_test and fix grpc_client `StopForError()` hang bug (#155)
    
    * chore: revise imports
    
    * chore: revise grpc_client_test.go refer to socket_client_test.go
    
    * chore: revise test
    jinsan-line committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    636b019 View commit details
    Browse the repository at this point in the history
  2. chore: remove abci flush() (#216)

    * chore: remove abci flush() (#156)
    
    * chore: remove abci flush() and make it buildable
    
    * fix: broken tests
    
    * chore: recover import order
    # Conflicts:
    #	abci/client/grpc_client_test.go
    #	abci/types/types.pb.go
    #	abci/types/types.proto
    #	abci/types/typespb_test.go
    #	proxy/app_conn.go
    #	state/execution.go
    
    * chore: remove `Flush` from `types.proto`
    jinsan-line committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    89413eb View commit details
    Browse the repository at this point in the history
  3. chore: remove mempool.postCheck (#158) (#217)

    * fix: error handling after check tx
    
    * fix: typo
    
    * chore: (mempool) remove postCheck and impl reserve
    
    * chore: fix tests
    
    * chore: revise log (remove checkTx.Code)
    
    * chore: add `CONTRACT` for `mem.proxyAppConn.CheckTxAsync()`
    
    * chore: revise numTxs, txsBytes for `ErrMempoolIsFull` in reserve()
    
    * chore: revise to remove redundant `isFull()`
    
    * fix: remove tx from cache when `app errors` or `failed to reserve`
    
    * Revert "chore: revise to remove redundant `isFull()`"
    
    This reverts commit 55990ec.
    # Conflicts:
    #	mempool/cache_test.go
    #	mempool/clist_mempool.go
    #	mempool/clist_mempool_test.go
    #	state/execution.go
    jinsan-line committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    f79764f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4de81da View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. fix: revise to call Begin/EndRecheck even though mem.Size() is 0 (#219)

    * fix: revise to call Begin/EndRecheck even though `mem.Size()` is 0
    
    * chore: revise local_client.go
    
    * fix: lint error
    
    * chore: recheckTxs() just return if mem.Size() == 0
    jinsan-line committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5254cab View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. feat: concurrent recheckTx (#163) (#221)

    * feat: concurrent recheckTx (#163)
    
    * fix: lint errors
    
    * fix: lint errors
    
    * fix: lint errors
    jinsan-line committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    25d9ece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f0112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cd77f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. feat: impl checkTxAsyncReactor() (#168) (#225)

    * feat: impl checkTxAsyncReactor() (#168)
    
    * fix: tests
    
    * fix: lint errors
    jinsan-line committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    4750c7b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. chore: revise abci.Client, Async() interfaces (#169) (#226)

    * chore: revise abci.Client, Async() interfaces
    
    * chore: regen mock w/ mockery 2.7.4
    
    * fix: lint error
    
    * fix: test_race
    
    * mempool.Flush() flushes all txs from mempool so it should get `Lock()` instead of `RLock()`
    jinsan-line committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    e5495ce View commit details
    Browse the repository at this point in the history
  2. chore: remove iavl dependency (#228)

    * chore: remove iavl dependency
    
    * chore: fix lint error
    Woosang Son committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ef4fe0a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. feat: add metric for measuring performance (#229)

    * feat: add duration metrics
    
    * fix: fix rechecking duration place
    
    * fix: fix rechecking duration place
    
    * fix: rechecking dutation bug
    
    * fix: waiting for new round dutation bug
    
    * chore: fix lint error from test files
    
    * chore: fix lint error from test files
    
    * chore: fix lint error from test files
    
    * chore: fix lint error from test files
    
    * chore: fix lint error
    
    * fix: test failure
    
    * fix: test failure
    Woosang Son committed May 6, 2021
    Configuration menu
    Copy the full SHA
    fcf6e59 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. build: remove needless build tag !libsecp256k1 (#246)

    The build tag makes disable go implementation of secp256k1.
    Cause there is no C implementation, a build error will occur when using tag `libsecp256k1`.
    Yongwoo Lee committed May 12, 2021
    Configuration menu
    Copy the full SHA
    6c7ab05 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. feat: add duration metrics of gauge type (#256)

    Woosang Son committed May 17, 2021
    Configuration menu
    Copy the full SHA
    2e4c6dd View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. feat: async reactor receiving (#261)

    * feat: async reactor receiving
    
    This commit is that port the following PR to ebony.
    #135
    
    cherry-picked by jiyong.ha<jiyong.ha@linecorp.com>
    
    * test: remove adjust mempool recv buf size and comment
    
    The value of N has been changed to 2,
    and if change it to any other number, this test will fail.
    
    * chore: lint fix
    
    * chore: revert nolint
    
    mismatched between makefile lint to github-actions lint
    
    * chore: fix lint
    
    Co-authored-by: Woosang Son <woosang.son@linecorp.com>
    brew0722 and Woosang Son committed May 27, 2021
    Configuration menu
    Copy the full SHA
    b6eb70f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    2b37f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d994c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #265 from line/iproudhon/ebony

    feat: added extra timing and tps info during block generation
    iproudhon committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    83b433c View commit details
    Browse the repository at this point in the history
  4. perf: optimize checking the txs size (#264)

    * perf: optimize checking the txs size
    
    * ci: add GOPRIVATE to workflows
    
    * test: add a unit test
    
    * fix: fix lint errors
    wetcod committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    19aab99 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. perf: do not flush wal when receive consensus msgs (#273)

    * perf: do not flush wal when receive consensus msgs
    wetcod committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    a52812a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. build(deps): Bump prismjs from 1.23.0 to 1.25.0 in /docs

    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.25.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](PrismJS/prism@v1.23.0...v1.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: prismjs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9eea703 View commit details
    Browse the repository at this point in the history