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

Move TypeSerializer and DataSerializer to core module (part 2) #917

Merged
merged 39 commits into from
Oct 21, 2023

Commits on Sep 8, 2023

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

Commits on Sep 9, 2023

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

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    01190bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d01ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e162665 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a22282d View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/sigma-ast' into core-serializers

    # Conflicts:
    #	interpreter/shared/src/main/scala/sigmastate/interpreter/Interpreter.scala
    #	sc/shared/src/test/scala/org/ergoplatform/validation/RuleStatusSerializerSpec.scala
    #	sdk/js/src/main/scala/org/ergoplatform/sdk/js/Isos.scala
    aslesarenko committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    02f6ad2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e45513 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a86c84 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    c6585e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f2bda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7e09a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    198e028 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b07d30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    637ecff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d12e488 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e16540d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    728895b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8de983 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    44d2463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d00c56 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    d9b6b23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd91fa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c973adb View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/sigma-ast' into core-serializers

    # Conflicts:
    #	core/shared/src/main/scala/sigma/ast/package.scala
    #	interpreter/shared/src/main/scala/sigmastate/eval/CostingDataContext.scala
    aslesarenko committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4912a3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5695687 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fcd2a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    feebe24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d503dbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    094beeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f85433 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ddc80d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42541ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    731409f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Merge remote-tracking branch 'origin/ergotree-version' into core-seri…

    …alizers
    
    # Conflicts:
    #	interpreter/shared/src/main/scala/org/ergoplatform/ErgoAddress.scala
    #	interpreter/shared/src/main/scala/org/ergoplatform/validation/ValidationRules.scala
    #	interpreter/shared/src/main/scala/sigmastate/UnprovenTree.scala
    #	interpreter/shared/src/main/scala/sigmastate/Values.scala
    #	interpreter/shared/src/main/scala/sigmastate/eval/CostingDataContext.scala
    #	interpreter/shared/src/test/scala/sigmastate/TestsBase.scala
    #	interpreter/shared/src/test/scala/sigmastate/crypto/SigningSpecification.scala
    #	interpreter/shared/src/test/scala/sigmastate/serialization/generators/ObjectGenerators.scala
    #	interpreter/shared/src/test/scala/special/sigma/SigmaTestingData.scala
    #	sc/js/src/main/scala/sigmastate/lang/js/SigmaCompiler.scala
    #	sc/jvm/src/test/scala/sigmastate/helpers/SigmaPPrintSpec.scala
    #	sc/shared/src/test/scala/org/ergoplatform/dsl/TestContractSpec.scala
    #	sc/shared/src/test/scala/sigma/SigmaDslSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/SoftForkabilitySpecification.scala
    #	sc/shared/src/test/scala/sigmastate/serialization/ErgoTreeSerializerSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/utxo/DistributedSigSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/utxo/blockchain/BlockchainSimulationTestingCommons.scala
    #	sc/shared/src/test/scala/sigmastate/utxo/examples/ColdWalletAdvContractExampleSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/utxo/examples/ColdWalletContractExampleSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/utxo/examples/CoopExampleSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/utxo/examples/MixExampleSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/utxo/examples/RPSGameExampleSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/utxo/examples/ReversibleTxExampleSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/utxo/examples/TimedPaymentExampleSpecification.scala
    #	sdk/js/src/main/scala/org/ergoplatform/sdk/js/Isos.scala
    #	sdk/js/src/test/scala/org/ergoplatform/sdk/js/IsosSpec.scala
    #	sdk/shared/src/test/scala/org/ergoplatform/sdk/wallet/utils/Generators.scala
    aslesarenko committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9cdcbde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8ba147 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/core-serializers' into core-seri…

    …alizers2
    
    # Conflicts:
    #	interpreter/shared/src/main/scala/org/ergoplatform/ErgoTreePredef.scala
    #	interpreter/shared/src/main/scala/org/ergoplatform/validation/ValidationRules.scala
    #	interpreter/shared/src/main/scala/sigmastate/Values.scala
    #	interpreter/shared/src/main/scala/sigmastate/serialization/ErgoTreeSerializer.scala
    #	sc/js/src/main/scala/sigmastate/lang/js/SigmaCompiler.scala
    #	sc/jvm/src/test/scala/sigmastate/helpers/SigmaPPrintSpec.scala
    #	sc/shared/src/test/scala/org/ergoplatform/dsl/TestContractSpec.scala
    #	sc/shared/src/test/scala/sigmastate/ScriptVersionSwitchSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/SoftForkabilitySpecification.scala
    #	sc/shared/src/test/scala/sigmastate/serialization/ErgoTreeSerializerSpecification.scala
    #	sc/shared/src/test/scala/sigmastate/utxo/examples/CoopExampleSpecification.scala
    #	sdk/shared/src/main/scala/org/ergoplatform/sdk/ContractTemplate.scala
    aslesarenko committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9617c12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69a9148 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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