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

Rc/v0.6.0 #266

Closed
wants to merge 127 commits into from
Closed

Rc/v0.6.0 #266

wants to merge 127 commits into from

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    603489f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #209 from zhangsoledad/zhangsolead/upgrade_toolchain

    chore: bump rust-toolchain from 1.31.1 to 1.32.0
    zhangsoledad authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    9ca2910 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Configuration menu
    Copy the full SHA
    472cdcf View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Merge pull request #211 from nervosnetwork/dependabot/cargo/criterion…

    …-0.2.8
    
    chore(deps): bump criterion from 0.2.5 to 0.2.8
    zhangsoledad authored Jan 21, 2019
    Configuration menu
    Copy the full SHA
    c29337f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump serde_json from 1.0.35 to 1.0.36

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.35 to 1.0.36.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.35...v1.0.36)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot-support committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    d62a04d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ac250b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #213 from nervosnetwork/dependabot/cargo/serde_jso…

    …n-1.0.36
    
    chore(deps): bump serde_json from 1.0.35 to 1.0.36
    zhangsoledad authored Jan 21, 2019
    Configuration menu
    Copy the full SHA
    2295ba5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #212 from nervosnetwork/dependabot/cargo/byteorder…

    …-1.3.0
    
    chore(deps): bump byteorder from 1.2.7 to 1.3.0
    zhangsoledad authored Jan 21, 2019
    Configuration menu
    Copy the full SHA
    c060892 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump serde_derive from 1.0.84 to 1.0.85

    Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.84 to 1.0.85.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.84...v1.0.85)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot-support committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    808dfa4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #214 from nervosnetwork/dependabot/cargo/serde_der…

    …ive-1.0.85
    
    chore(deps): bump serde_derive from 1.0.84 to 1.0.85
    zhangsoledad authored Jan 21, 2019
    Configuration menu
    Copy the full SHA
    7371bc6 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump serde from 1.0.84 to 1.0.85

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.84 to 1.0.85.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.84...v1.0.85)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot-support committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    22d69ae View commit details
    Browse the repository at this point in the history
  9. Merge pull request #210 from nervosnetwork/dependabot/cargo/serde-1.0.85

    chore(deps): bump serde from 1.0.84 to 1.0.85
    zhangsoledad authored Jan 21, 2019
    Configuration menu
    Copy the full SHA
    c6f255a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99b6551 View commit details
    Browse the repository at this point in the history
  11. refactor: miner config

    zhangsoledad committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    91ea1c4 View commit details
    Browse the repository at this point in the history
  12. feat: blocktemplate refresh

    blocktemplate refresh when the best block changes, OR 3 seconds has passed and there are more
    transactions and uncles
    zhangsoledad committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    9c8340a View commit details
    Browse the repository at this point in the history
  13. chore: add project env ignore rule (#216)

    Jan Xie authored and doitian committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    02d078a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #205 from zhangsoledad/zhangsoledad/blocktemplate

    impl rfc get_block_template
    zhangsoledad authored Jan 21, 2019
    Configuration menu
    Copy the full SHA
    9970688 View commit details
    Browse the repository at this point in the history
  15. chore: try cargo sweep (#208)

    quake authored and doitian committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    55e682e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    f106ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8e273 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Merge pull request #220 from zhangsoledad/zhangsoledad/template_cache

    feat: block template cache
    zhangsoledad authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    c97368e View commit details
    Browse the repository at this point in the history
  2. fix: cli arg matches

    zhangsoledad committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    36902c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #222 from zhangsoledad/zhangsoledad/fix_cli

    fix: cli arg matches
    zhangsoledad authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    3dcbefa View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    f7304e7 View commit details
    Browse the repository at this point in the history
  2. feat: refactor chain spec config (#224)

    BREAKING CHANGE: The chainspec path in node's configuration
    json file changed from "ckb.chain" to "chain.spec".
    Jan Xie authored and doitian committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    4f85163 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. feat: measure occupied capacity

    zhangsoledad authored and doitian committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    8ce61c1 View commit details
    Browse the repository at this point in the history
  2. refactor: db options

    Jan Xie committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    734ae05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    687a64c View commit details
    Browse the repository at this point in the history
  4. feat: make rocksdb configurable via config file

    BREAKING CHANGE: Config file must be updated with new db configurations
    as below otherwise node won't start.
    
    ```json
    {
    +    "db": {
    +        "backend": "rocksdb",
    +        "rocksdb": {
    +            "path": "db"
    +        }
    +    }
    }
    ```
    Jan Xie committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    f46b4fa View commit details
    Browse the repository at this point in the history
  5. chore: rustfmt source codes

    Jan Xie committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    a9ba707 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc82ad9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a159cdf View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. feat: use new merkle proof structure (#232)

    kilb authored and doitian committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    da97390 View commit details
    Browse the repository at this point in the history
  2. feat: Upgrade RPC local_node_id to local_node_info

    BREAKING CHANGE: RPC local_node_id no longer exists, use new added RPC
    local_node_info to get node addresses.
    jjyr committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    64e41f6 View commit details
    Browse the repository at this point in the history
  3. refactor: apply PR suggestions

    jjyr committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    236bd4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c05c319 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #237 from jjyr/update-r2d2-sqlite

    chore: upgrade r2d2-sqlite to 0.8.0 version
    zhangsoledad authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    bcb6b0b View commit details
    Browse the repository at this point in the history
  6. refactor: use set_options method to set rocksdb dynamically

    rust-rocksdb upgraded to 0.11.0
    Jan Xie committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    e36e550 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    568e436 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. refactor: improve SharedBuilder interface

    Before this refactor, SharedBuilder user needs to specify db type
    (rocksdb or memory) in two places, one in type instance another in
    method name, e.g. `SharedBuilder<ChainKVStore<MemoryKeyValueDB>>::new_memory()`,
    which is both unnecessary and may cause inconsistent invocation.
    Jan Xie committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    840a72e View commit details
    Browse the repository at this point in the history
  2. fix: db type should not be configurable

    Jan Xie committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    6f51e93 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Merge pull request #233 from jjyr/RPC-local-node-id

    feat: Upgrade RPC local_node_id to local_node_info
    jjyr authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    bf2b7c3 View commit details
    Browse the repository at this point in the history
  2. feat: delay full block verification to fork switch (#158)

    * Delay full block verification when trying to switch forks.
    * Remove AVL and index TXO in memory.
    kilb authored and doitian committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    07d6a69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa6788 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ff9536 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0143eb View commit details
    Browse the repository at this point in the history
  6. feat: manually shutdown

    zhangsoledad committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    32e4ca5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d67a427 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fce812f View commit details
    Browse the repository at this point in the history
  9. merge develop

    kilb committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    233dcd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Upgrade secp256k1

    driftluo committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    2e311fc View commit details
    Browse the repository at this point in the history
  2. Fix potential panic risk

    driftluo committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    93ef3e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d85c77a View commit details
    Browse the repository at this point in the history
  4. Change return type to tuple

    driftluo committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    cecce6b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Merge pull request #242 from driftluo/upgrade-secp256k1

    Upgrade secp256k1
    zhangsoledad authored Feb 3, 2019
    Configuration menu
    Copy the full SHA
    3eaf507 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump serde_derive from 1.0.85 to 1.0.86

    Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.85 to 1.0.86.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.85...v1.0.86)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot-support committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    7ccd742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71571d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    917f0be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d054e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    272173a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    d50d8c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from nervosnetwork/dependabot/cargo/serde_der…

    …ive-1.0.86
    
    chore(deps): bump serde_derive from 1.0.85 to 1.0.86
    zhangsoledad authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    87b83ea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #245 from nervosnetwork/dependabot/cargo/tokio-0.1.15

    chore(deps): bump tokio from 0.1.14 to 0.1.15
    zhangsoledad authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    40a5296 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #246 from nervosnetwork/dependabot/cargo/hyper-0.1…

    …2.23
    
    chore(deps): bump hyper from 0.12.19 to 0.12.23
    zhangsoledad authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    30d03a9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #248 from nervosnetwork/dependabot/cargo/criterion…

    …-0.2.9
    
    chore(deps): bump criterion from 0.2.8 to 0.2.9
    zhangsoledad authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    2278180 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #253 from nervosnetwork/quake/sync_test_tweak

    test: skip verification in sync testing code
    zhangsoledad authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    374a75a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #247 from nervosnetwork/dependabot/cargo/byteorder…

    …-1.3.1
    
    chore(deps): bump byteorder from 1.3.0 to 1.3.1
    zhangsoledad authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    a379400 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8587cb1 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump serde_json from 1.0.36 to 1.0.38

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.36 to 1.0.38.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.36...v1.0.38)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot-support committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    b7cf7dc View commit details
    Browse the repository at this point in the history
  10. Merge pull request #250 from nervosnetwork/dependabot/cargo/crossbeam…

    …-channel-0.3.8
    
    chore(deps): bump crossbeam-channel from 0.3.6 to 0.3.8
    zhangsoledad authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    7d7a5d7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #249 from nervosnetwork/dependabot/cargo/serde_jso…

    …n-1.0.38
    
    chore(deps): bump serde_json from 1.0.36 to 1.0.38
    zhangsoledad authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    0164e5d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a61becf View commit details
    Browse the repository at this point in the history
  13. Merge pull request #254 from nervosnetwork/dependabot/cargo/serde-1.0.87

    chore(deps): bump serde from 1.0.85 to 1.0.87
    zhangsoledad authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    c69c9d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    bda09fc View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Revert "Upgrade secp256k1"

    doitian authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    8af2cd8 View commit details
    Browse the repository at this point in the history
  2. chore: run CI for PR on Linux

    doitian committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    51e6669 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #263 from nervosnetwork/revert-242-upgrade-secp256k1

    Revert "Upgrade secp256k1"
    zhangsoledad authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    3cdae93 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #256 from nervosnetwork/quake/bench

    feat: add bench for `process_block`
    jjyr authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    d178769 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a6f9f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d7e8e8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #255 from zhangsoledad/zhangsoledad/rand-0.6.5

    chore(deps): upgrade several deps
    zhangsoledad authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    fc857bd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #258 from nervosnetwork/dependabot/cargo/criterion…

    …-0.2.10
    
    chore(deps): bump criterion from 0.2.9 to 0.2.10
    zhangsoledad authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    d3f5565 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5789799 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd29c44 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25e0f6e View commit details
    Browse the repository at this point in the history
  12. bump to v0.6.0-pre

    doitian committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    f9ab1b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    0b71638 View commit details
    Browse the repository at this point in the history
  2. merge develop

    kilb committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    e2ede91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cca12d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Merge pull request #269 from zhangsoledad/zhangsoledad/http-remake

    feat: rewrite jsonrpc http server
    zhangsoledad authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    aa52ead View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. fix: fetch fork logic

    zhangsoledad committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    a752358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d371e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6048c0d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #267 from zhangsoledad/pr-265

    chore(deps): bump proptest from 0.8.7 to 0.9.1
    jjyr authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    da30309 View commit details
    Browse the repository at this point in the history
  5. test: get_forks

    zhangsoledad committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    88d2006 View commit details
    Browse the repository at this point in the history
  6. refactor

    kilb committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    4ee8b66 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Merge pull request #268 from zhangsoledad/zhangsoledad/fix-forks

    fix: fork logic
    jjyr authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    2053270 View commit details
    Browse the repository at this point in the history
  2. merge develop

    kilb committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    a64d940 View commit details
    Browse the repository at this point in the history
  3. fix: default db path

    Jan Xie committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    1d9d025 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #270 from janx/fix-default-db-path

    fix: default db path
    zhangsoledad authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    d6e35c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Configuration menu
    Copy the full SHA
    70e2cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e881723 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump serde from 1.0.87 to 1.0.88

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.87 to 1.0.88.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.87...v1.0.88)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot-support committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    cf416d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71f42c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Merge pull request #273 from nervosnetwork/dependabot/cargo/bincode-1…

    ….1.2
    
    chore(deps): bump bincode from 1.1.1 to 1.1.2
    zhangsoledad authored Feb 18, 2019
    Configuration menu
    Copy the full SHA
    960d349 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #279 from nervosnetwork/dependabot/cargo/serde-1.0.88

    chore(deps): bump serde from 1.0.87 to 1.0.88
    zhangsoledad authored Feb 18, 2019
    Configuration menu
    Copy the full SHA
    21daf89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b2626d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a01b83d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #276 from nervosnetwork/dependabot/cargo/hyper-0.1…

    …2.24
    
    chore(deps): bump hyper from 0.12.23 to 0.12.24
    zhangsoledad authored Feb 18, 2019
    Configuration menu
    Copy the full SHA
    d087f7c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #280 from nervosnetwork/dependabot/cargo/unsigned-…

    …varint-881f02d
    
    chore(deps): bump unsigned-varint from `2fe0e98` to `881f02d`
    zhangsoledad authored Feb 18, 2019
    Configuration menu
    Copy the full SHA
    ca56d27 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #277 from nervosnetwork/dependabot/cargo/tempfile-…

    …3.0.7
    
    chore(deps): bump tempfile from 3.0.6 to 3.0.7
    zhangsoledad authored Feb 18, 2019
    Configuration menu
    Copy the full SHA
    8e08a3e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #278 from nervosnetwork/dependabot/cargo/num_cpus-…

    …1.10.0
    
    chore(deps): bump num_cpus from 1.9.0 to 1.10.0
    zhangsoledad authored Feb 18, 2019
    Configuration menu
    Copy the full SHA
    990146e View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump serde_derive from 1.0.87 to 1.0.88

    Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.87 to 1.0.88.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.87...v1.0.88)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot-support committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    514f1de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b058f12 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #275 from nervosnetwork/dependabot/cargo/serde_der…

    …ive-1.0.88
    
    chore(deps): bump serde_derive from 1.0.87 to 1.0.88
    zhangsoledad authored Feb 18, 2019
    Configuration menu
    Copy the full SHA
    4634080 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cbd80b2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a0b5b30 View commit details
    Browse the repository at this point in the history
  14. refactor: fix clippy warning

    jjyr committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    e1affac View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. fix: some trivial mistakes

    jjyr committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    d2aa7e3 View commit details
    Browse the repository at this point in the history
  2. refactor: use verify_transaction

    jjyr committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    6ffc323 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #284 from jjyr/allow-disable-cache

    feat: allow disable txs_verify_cache
    zhangsoledad authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    3b7a161 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #282 from zhangsoledad/zhangsoledad/jsonrpc-10.1

    chore(deps): bump jsonrpc from 10.0.1 to 10.1.0
    zhangsoledad authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    2bbf70b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2c403a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #239 from nervosnetwork/kilb/skip_verify

    feat: skip verifing those transactions that from pool
    jjyr authored Feb 19, 2019
    Configuration menu
    Copy the full SHA
    547245b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    ca59ca2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #285 from zhangsoledad/zhangsoledad/fix_cli_matches

    fix: cli type_hash arg matches
    jjyr authored Feb 20, 2019
    Configuration menu
    Copy the full SHA
    5e7f541 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    89b7db7 View commit details
    Browse the repository at this point in the history