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

broadcast node's height info into p2p network #3758

Merged
merged 46 commits into from
Jan 12, 2023

Commits on Dec 8, 2022

  1. move IsValidCandidateName to action package (iotexproject#3706)

    * move IsValidCandidateName to action package
    
    * move IsValidCandidateName to action package
    
    * delete validations.go
    
    * update tests
    
    * delete ErrInvalidAmount in staking
    millken authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3a231c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Remove stale comment "This is an alpha release and is not ...." in al…

    …l files (iotexproject#3713)
    
    * remove stale comment
    
    * remove stale comment
    huof6829 authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    db2969c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. remove nonce field (iotexproject#3714)

    Co-authored-by: dustinxie <dahuaxie@gmail.com>
    huof6829 and dustinxie authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5d3910b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Dec 20, 2022

  1. [ioctl] modify did command parameters (iotexproject#3668)

    * modify action.Read default parameters
    
    * use constant
    huof6829 authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    3ed15c6 View commit details
    Browse the repository at this point in the history
  2. use config.GasStation instead of config.API iotexproject#3718 (iotexp…

    …roject#3721)
    
    Co-authored-by: dustinxie <dahuaxie@gmail.com>
    envestcc and dustinxie authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    83548f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea076c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. [tests] add more cases for gas refund (iotexproject#3707)

    * add more cases for gas refund
    
    * remove debug flag
    
    Co-authored-by: dustinxie <dahuaxie@gmail.com>
    millken and dustinxie authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    09ece37 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. [api] web3 rewarding action (iotexproject#3691)

    * add rewarding execute action
    
    * add rewarding execute test
    
    * add commmet for public type
    
    * add builder test
    
    * complete web3 rewarding read
    
    * complete web3 rewarding read test
    
    * remove read api and receive create rewarding action enterance
    
    * add test to rlp tx test
    
    * change name
    
    * revert fix amount bug for deposit cost bug
    
    * change check error style
    
    * add entrance for web3 rewarding
    
    Co-authored-by: dustinxie <dahuaxie@gmail.com>
    ququzone and dustinxie authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    308c59d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

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

Commits on Dec 24, 2022

  1. [ioctl] use candidate.OperatorAddress to show probated delegates (iot…

    …exproject#3727)
    
    Co-authored-by: dustinxie <dahuaxie@gmail.com>
    huof6829 and dustinxie authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    6d507a2 View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    027edc8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    4d2ee17 View commit details
    Browse the repository at this point in the history
  2. Update release.yaml

    xianhuawei authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    22c21bb View commit details
    Browse the repository at this point in the history
  3. [config] move config.Blocksync to blocksync package (iotexproject#3736)

    * move config.BlockSync to blocksync package
    
    * remove def of BlockSync in config
    
    * rename newBlockSyncer to newBlockSyncerForTest
    envestcc authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    ba5fe4a View commit details
    Browse the repository at this point in the history
  4. [ioctl] Build contract deploy command line into new ioctl (iotexproje…

    …ct#3708)
    
    * [ioctl] build contract deploy command line into new ioctl
    
    * build unittest to cover the modification1~
    
    * group iotex-core packages
    
    * remove stale comments
    
    Co-authored-by: huofei <68298506@qq.com>
    LuckyPigeon and huof6829 authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    de9bd7a View commit details
    Browse the repository at this point in the history
  5. [ioctl] Build contract invoke command line into new ioctl (iotexproje…

    …ct#3709)
    
    * [ioctl] build contract invoke command line into new ioctl
    
    * build unittest to cover the modification1~
    
    * remove stale comments
    
    Co-authored-by: huofei <68298506@qq.com>
    LuckyPigeon and huof6829 authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    14a7168 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    3f4e6b9 View commit details
    Browse the repository at this point in the history
  2. [ioctl] Build contract compile command line into new ioctl (iotexproj…

    …ect#3676)
    
    * [ioctl] build contract compile command line into new ioctl
    
    Co-authored-by: huof6890 <68298506@qq.com>
    LuckyPigeon and huof6829 authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a446944 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. [config] move config.API to api package (iotexproject#3739)

    * move config.GasStation to gasstation package
    
    * move config.API to api package
    
    * make fields of testConfig  to be private
    
    Co-authored-by: CoderZhi <thecoderzhi@gmail.com>
    envestcc and CoderZhi authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    16bc04b View commit details
    Browse the repository at this point in the history
  2. complete web3 intergrity test (iotexproject#3743)

    * complete tests
    
    * complete requires
    
    * format
    huof6829 authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    6a93361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2412217 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. [ioctl/newcmd] fix node delegate run failed (iotexproject#3729)

    * fix grpc error and show right datas
    
    * check chainMeta.Epoch
    
    * modify as currEpochNum
    huof6829 authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b56a665 View commit details
    Browse the repository at this point in the history
  2. init broadcast framework

    envestcc committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    0f70388 View commit details
    Browse the repository at this point in the history
  3. update broadcast framework

    envestcc committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    5507558 View commit details
    Browse the repository at this point in the history
  4. update broadcast framework

    envestcc committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    47e97d5 View commit details
    Browse the repository at this point in the history
  5. [ioctl] Build contract test bytecode command line into new ioctl (iot…

    …exproject#3738)
    
    * [ioctl] build contract test bytecode command line into new ioctl
    
    * build unittest to cover the modification
    
    * format
    
    Co-authored-by: huofei <68298506@qq.com>
    LuckyPigeon and huof6829 authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    35c8528 View commit details
    Browse the repository at this point in the history
  6. [ioctl] Build contract prepare command line into new ioctl (iotexproj…

    …ect#3737)
    
    * [ioctl] build contract prepare command line into new ioctl
    
    * build unittest to cover the modification
    
    * fix commit
    
    * update assert message
    
    * update solc version
    
    * update solc message version
    
    * format
    
    * brew install solidity
    
    Co-authored-by: huofei <68298506@qq.com>
    LuckyPigeon and huof6829 authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    7371c44 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    935f9cc View commit details
    Browse the repository at this point in the history
  2. update

    envestcc committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3ecc432 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Update release.yaml

    xianhuawei authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    fedf9aa View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Revert "adding .dockerignore file to fix git submodule builds (iotexp…

    …roject#3689)" (iotexproject#3750)
    
    This reverts commit c14dcca.
    
    Co-authored-by: Jeremi [IoTeX] Rynkiewicz JRPC <63042547+jrynkiew@users.noreply.github.com>
    dustinxie and jrynkiew authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8898cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52cd6b1 View commit details
    Browse the repository at this point in the history
  3. [actpool] Improve actqueue efficiency (iotexproject#3377)

    * opt actpool.Add()
    
    * improve actqueue efficiency
    Liuhaai authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    902ebe7 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    1090b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eb404d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. add message sign

    envestcc committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    98884a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    eb56750 View commit details
    Browse the repository at this point in the history
  2. fix unittest error

    envestcc committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    37af551 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    553e501 View commit details
    Browse the repository at this point in the history
  4. [rewarding] add active web3 rewarding settings (iotexproject#3740)

    * add active web3 rewarding settings
    
    * check active when encoding is web3
    
    * check active with deposit action
    
    * remove check logic to workingset
    
    * add check in API module
    
    * fix check validte web3 rewarding bug
    
    Co-authored-by: Haaai <55118568+Liuhaai@users.noreply.github.com>
    ququzone and Liuhaai authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    abcb5c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. add unittest for node

    envestcc committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    96d185a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c0b500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b15fea7 View commit details
    Browse the repository at this point in the history
  4. fix compile error

    envestcc committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6e191c6 View commit details
    Browse the repository at this point in the history
  5. update go.mod

    envestcc committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    4660879 View commit details
    Browse the repository at this point in the history