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

Fix type id handler name typo #648

Merged
merged 19 commits into from
Jul 20, 2023
Merged

Commits on Jun 24, 2022

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

Commits on Jul 15, 2022

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

Commits on Dec 26, 2022

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

Commits on Apr 12, 2023

  1. Merge pull request nervosnetwork#631 from nervosnetwork/develop

    Chore: release to version 2.1.1
    quake authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0c1256e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. feat: 🎸 Add 2 rpcs: get_transaction_and_witness_proof and other

    Support rpc get_transaction_and_witness_proof and
    verify_transaction_and_witness_proof
    Liu Chuankai committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    59f525f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. chore: 🤖 replace MavenDeployment with 'maven-publish'

    Liu Chuankai committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    814e1fa View commit details
    Browse the repository at this point in the history
  2. chore: 🤖 update gradlew to 6.9

    Liu Chuankai committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    01cd30d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    f43d97c View commit details
    Browse the repository at this point in the history
  2. chore: 🤖 upgrade gradle to 7.6

    Liu Chuankai committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4c69095 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    129fb62 View commit details
    Browse the repository at this point in the history
  2. style: 💄 make test more like kotlin style

    Liu Chuankai committed May 4, 2023
    Configuration menu
    Copy the full SHA
    73ddf98 View commit details
    Browse the repository at this point in the history
  3. test: 💍 disable original light client test

    Liu Chuankai committed May 4, 2023
    Configuration menu
    Copy the full SHA
    13d3e05 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge pull request nervosnetwork#634 from nervosnetwork/rpc_get_trans…

    …action_and_witness_proof
    
    feat: 🎸 Add 2 rpcs: get_transaction_and_witness_proof and other
    quake authored May 11, 2023
    Configuration menu
    Copy the full SHA
    f5129f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge pull request nervosnetwork#637 from liuck8080/update-gradle

    Update gradle to 7.6
    quake authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    269ae95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nervosnetwork#641 from liuck8080/kotest

    test: Use kotest and mockk to mock RPC request
    quake authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    25dde25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cefe1f View commit details
    Browse the repository at this point in the history
  4. Fix guava dep for ckb

    blckngm committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6d8ae44 View commit details
    Browse the repository at this point in the history
  5. Fix TypeIdHandler name typo

    blckngm committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    499f673 View commit details
    Browse the repository at this point in the history