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

Candidate for 5.0.21 release #2111

Merged
merged 48 commits into from
Apr 1, 2024
Merged

Candidate for 5.0.21 release #2111

merged 48 commits into from
Apr 1, 2024

Commits on Dec 18, 2023

  1. Fix large integer overflows in swagger-ui

    The swagger-ui distfiles are taken from https://github.com/SethDusek/swagger-ui
    SethDusek committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    13cb4bb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

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 16, 2024

  1. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    024b067 View commit details
    Browse the repository at this point in the history
  2. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e791f43 View commit details
    Browse the repository at this point in the history
  3. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    6af5a4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8adcbc8 View commit details
    Browse the repository at this point in the history
  5. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    b324090 View commit details
    Browse the repository at this point in the history
  6. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    772d1f1 View commit details
    Browse the repository at this point in the history
  7. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    3c9c26c View commit details
    Browse the repository at this point in the history
  8. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    74c899c View commit details
    Browse the repository at this point in the history
  9. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c56954e View commit details
    Browse the repository at this point in the history
  10. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    b9bb5af View commit details
    Browse the repository at this point in the history
  11. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    aebb019 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76a0d81 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ab31f84 View commit details
    Browse the repository at this point in the history
  2. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e33247f View commit details
    Browse the repository at this point in the history
  3. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f1b20ca View commit details
    Browse the repository at this point in the history
  4. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7cdc4cc View commit details
    Browse the repository at this point in the history
  5. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b172a81 View commit details
    Browse the repository at this point in the history
  6. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    69f42b4 View commit details
    Browse the repository at this point in the history
  7. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    199ec55 View commit details
    Browse the repository at this point in the history
  8. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    124a45b View commit details
    Browse the repository at this point in the history
  9. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    bccfd3f View commit details
    Browse the repository at this point in the history
  10. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a91cfda View commit details
    Browse the repository at this point in the history
  11. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    98c0966 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Remove old docker library

    Fix integration specs
    Deprecate OpenApiSpec
    ccellado committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f0fc48d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge pull request #2139 from ccellado/it-tests-fix

    Integration tests fix
    kushti authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    05e4267 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge pull request #2100 from SethDusek/i1900-fix

    #1900 Fix large integer overflows in swagger-ui
    kushti authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    99309ce View commit details
    Browse the repository at this point in the history