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

CR multisign #2234

Open
wants to merge 6 commits into
base: feature_bpos
Choose a base branch
from

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    578cb8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7beb4c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4dafd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. fix(nft): open cr multisign

    fix(nft): can register more than one cr in one block and check did match with code
    
    fix(nft): t.Programs()[0].Code must be multicode when tx payload version is MultiSignVersion
    
    fix(nft): update cr tx code can not be muticode if payload is not CRInfoMultiSignVersion
    
    fix(nft): update cr tx code can not be schnorr code if payload is not CRInfoSchnorrVersion
    
    fix(nft): unregistercr add tx code check
    
    fix(nft): fix cancel conflict with pending at the same height
    
    fix(nft): crcouncil member claim node remove payload sign when in mutisgin
    
    fix(nft): CRCouncilMemberClaimNodeTransaction add payload version match program code check
    
    fix(nft): program code must match with payload CRCouncilCommitteeDID
    
    fix(nft): cr proposal and cr proposal review remove payload signature
    
    fix(bpos):add log for test
    
    fix(bpos): Consensus add finishedHeight init value
    
    fix(bpos): sanme offset return in ChangeViewV1
    
    fix(bpos): test log
    
    fix(bpos): test log
    
    fix(bpos): add DealPrecociousProposals
    
    fix(bpos): process block sleep 1 minute
    
    fix(bpos): deal no use code
    
    fix(bpos): check CRCouncilMemberClaimNodeTransaction program code match with did under multisign
    
    fix(bpos): sleep 1 minute  in processBlock
    
    fix(bpos): GenerateBlock can deal illegal proposal and vote tx
    
    Revert "fix(nft): cr proposal and cr proposal review remove payload signature"
    
    This reverts commit 18123de.
    
    fix(bpos): remove sleep code
    
    fix(bpos): CurrentCRClaimDPoSNodeVersion and NextCRClaimDPoSNodeVersion match standard code
    
    fix(bpos): cr GetOwnerPublicKey return code if is multisign
    
    fix(bpos): cr multisign n can not over 10
    
     fix(bpos): remove no use code
    
     fix(bpos): not support CRInfoMultiSignVersion before ChangeViewV1Height
    Houshoupei84 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5f5331e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 10, 2023

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