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

[6.0] New Numeric methods #1017

Merged
merged 51 commits into from
Sep 20, 2024
Merged

[6.0] New Numeric methods #1017

merged 51 commits into from
Sep 20, 2024

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    4004cc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b55d336 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d83125 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e865264 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/v6.0.0-refactor-ir-…

    …cake' into i486-toBytes
    aslesarenko committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d4ff7b5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/i994-fix-subst-cons…

    …tants' into i486-toBytes
    
    # Conflicts:
    #	sc/shared/src/test/scala/sigma/LanguageSpecificationV5.scala
    #	sc/shared/src/test/scala/sigmastate/lang/SigmaTyperTest.scala
    aslesarenko committed May 23, 2024
    Configuration menu
    Copy the full SHA
    727be9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ccf11e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    e5a32c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba2230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc361a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70786a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c76ac1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2427db3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02e2d06 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. removing serialize

    kushti committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    dd7bdc6 View commit details
    Browse the repository at this point in the history
  2. merging w. 6.0-newfeature

    kushti committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4b27c86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1bfb1c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. merging w. 6.0.0

    kushti committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    312167b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. simplifying the code

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

Commits on Jul 6, 2024

  1. initial toBits failing tests

    kushti committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    cb7e262 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    f577fd3 View commit details
    Browse the repository at this point in the history
  2. tests for Byte and BigInt

    kushti committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cadf53d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'i486-toBytes' of github.com:ScorexFoundation/sigmastate…

    …-interpreter into i1006
    kushti committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    81ed008 View commit details
    Browse the repository at this point in the history
  4. Byte.toBits test passing

    kushti committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ee59083 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fde5fa View commit details
    Browse the repository at this point in the history
  6. BigInt.toBits test passing

    kushti committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9ea7597 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. bitwise inversion

    kushti committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    be77315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a575d38 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. bitwise or impl

    kushti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7ff3542 View commit details
    Browse the repository at this point in the history
  2. bitwiseAnd

    kushti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    868fbb1 View commit details
    Browse the repository at this point in the history
  3. bitwiseXor

    kushti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f21436d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. shiftLeft

    kushti committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ced229f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. shiftRight

    kushti committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9519ef6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    3037f1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    016262b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. more efficient toBits impl

    kushti committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    baef87f View commit details
    Browse the repository at this point in the history
  2. merging v6.0.0

    kushti committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c7918ad View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. merging w. 6.0.0

    kushti committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5a983b3 View commit details
    Browse the repository at this point in the history
  2. optimizing imports, polishing

    kushti committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2e8d8f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    0c674fe View commit details
    Browse the repository at this point in the history
  2. fixing SigmaTyperTest

    kushti committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ed5b8f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. scaladoc

    kushti committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b2de9cf View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. 6.0 methods for Byte in LSV6

    kushti committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    eccc9ca View commit details
    Browse the repository at this point in the history
  2. 6.0 methods for Short in LSV6

    kushti committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f566b7b View commit details
    Browse the repository at this point in the history
  3. 6.0 methods for Int in LSV6

    kushti committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8cf4264 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    fa2c2df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48db432 View commit details
    Browse the repository at this point in the history
  3. bigint - LSV6 tests

    kushti committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a2f3030 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 16, 2024

  1. addressing review comments

    kushti committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    55d03cd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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