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

Disabling P2SH #2140

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Disabling P2SH #2140

wants to merge 21 commits into from

Commits on Feb 5, 2024

  1. 5.0.21 version set

    kushti committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1d251d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Refactor Message class

    Add changes to ergo-core readme
    ccellado committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c55fdef View commit details
    Browse the repository at this point in the history
  2. Refactor Message class

    Add changes to ergo-core readme
    ccellado committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    810d708 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Better wallet unlock error

    ccellado committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    df0ac3b View commit details
    Browse the repository at this point in the history
  2. Better wallet unlock error

    ccellado committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ce95bc2 View commit details
    Browse the repository at this point in the history
  3. Better wallet unlock error

    ccellado committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    aa8cf53 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Merge pull request #2119 from ccellado/better-wallet-unlock-error

    Better wallet unlock error
    kushti authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    c19b7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace7016 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge pull request #2125 from ergoplatform/add_burn_tokens_to_ergo_panel

    Add burn tokens form to ergo-node-interface
    kushti authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e0c383a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d739f5d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2113 from ccellado/refactor_message

    Refactor message
    kushti authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e7dbd1c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Move tests to ergo-core

    extract PoPowAlgosSpec -> PoPowAlgosWithDBSpec
    
    extract SerializationTest -> SerializationCoreTest
    
    extract JsonSerializationSpec -> JsonSerializationCoreSpec
    
    move scorex.testkit.SerializationTests -> ergo-core/org.ergoplatform/utils
    
    NiPoPoWVerifierSpec has to stay in node's test since ChainGenerators it requires uses ErgoHistory
    
    Create ChainSettingsReader in ergocore
    
    Refactor generators to use Object instead of trait. To avoid OOP inheritance spagetti
    
    Remove scores.testkit.CoreGenerators
    
    Move scorex.testkit.generators.ObjectGenerators -> ergo-core/org.ergoplatform.utils.generators.CoreGenerators
    
    Extract ergo-node specific ConnectedPeerGenerators from CoreGenerators
    
    Move DefaultFakePowScheme to ergo-core
    
    Dissect ErgoTestConstants into ErgoCoreTestConstants & ErgoNodeTestConstants
    
    Move settings.LaunchParameters to ergo-core
    
    Dissect ErgoTransactionGenerators into ErgoCoreTransactionGenerators & ErgoNodeTransactionGenerators
    
    Dissect part of VotingSpecification to ErgoNodeVotingSpecification
    ccellado committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1340843 View commit details
    Browse the repository at this point in the history
  2. Move tests to ergo-core

    extract PoPowAlgosSpec -> PoPowAlgosWithDBSpec
    
    extract SerializationTest -> SerializationCoreTest
    
    extract JsonSerializationSpec -> JsonSerializationCoreSpec
    
    move scorex.testkit.SerializationTests -> ergo-core/org.ergoplatform/utils
    
    NiPoPoWVerifierSpec has to stay in node's test since ChainGenerators it requires uses ErgoHistory
    
    Create ChainSettingsReader in ergocore
    
    Refactor generators to use Object instead of trait. To avoid OOP inheritance spagetti
    
    Remove scores.testkit.CoreGenerators
    
    Move scorex.testkit.generators.ObjectGenerators -> ergo-core/org.ergoplatform.utils.generators.CoreGenerators
    
    Extract ergo-node specific ConnectedPeerGenerators from CoreGenerators
    
    Move DefaultFakePowScheme to ergo-core
    
    Dissect ErgoTestConstants into ErgoCoreTestConstants & ErgoNodeTestConstants
    
    Move settings.LaunchParameters to ergo-core
    
    Dissect ErgoTransactionGenerators into ErgoCoreTransactionGenerators & ErgoNodeTransactionGenerators
    
    Dissect part of VotingSpecification to ErgoNodeVotingSpecification
    ccellado committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c56614b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request #2132 from ccellado/ergo-core-tests

    ergo core tests refactor
    kushti authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    85336b7 View commit details
    Browse the repository at this point in the history
  2. fix ErgoStateContextSpec sporadic failure

    fix test 'valid application of correct extension'
    
    fix test 'validation of field value sizes'
    stenolog committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d37d0f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    46f7f98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2116 from stenolog/i2114-repro

    Fix ErgoStateContextSpec Sporadic Failures
    kushti authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bd9db19 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Fix ergo-core publishing in build.sbt

    Add ergo-core testing and publishing snapshot on PR branch push
    ccellado committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b7dcf24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11ec4f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Merge pull request #2135 from ccellado/improve-ci

    Fix ergo-core publishing in build.sbt
    kushti authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    26f7271 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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