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

[DO-2012] Test benchmark workflow for PR from external repo #1697

Draft
wants to merge 385 commits into
base: DO-000-test-forked-wflows
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 5, 2023

  1. Merge pull request radixdlt#1662 from radixdlt/bugfix/sys_db_reader_i…

    …ndex
    
    Fixing the SystemDbReader's handling of Object's Index/SortedIndex entry look-up
    jakrawcz-rdx committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3159217 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    88d2ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf07be View commit details
    Browse the repository at this point in the history
  3. Merge pull request radixdlt#1663 from radixdlt/DO-2056-use-forked-gha

    ci: use forked github actions [DO-2056]
    marek-karwacki-rdx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    27f46bb View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Add BlsPublicKey definition

    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    dd8943b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45aabaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    797929f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aad1e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bf4de3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d96dc45 View commit details
    Browse the repository at this point in the history
  7. Move crypto primitives to radix-engine-common

    Hashes, keys, signing, verification moved to 'radix-engine-common'.
    In 'transaction' above primitives are wrapped with RE specifics such as:
    - IntentSignature,
    - NotarySignature
    - etc.
    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    08db1a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57e9710 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    205d905 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e98f943 View commit details
    Browse the repository at this point in the history
  11. Install clang in CI

    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ae69bd1 View commit details
    Browse the repository at this point in the history
  12. Fix no_std

    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    03568e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bc73b06 View commit details
    Browse the repository at this point in the history
  14. Remove warning

    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    17c06aa View commit details
    Browse the repository at this point in the history
  15. Add TODO note

    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5e34677 View commit details
    Browse the repository at this point in the history
  16. Fix simulator

    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1ba5467 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a0a0fbd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    be6baa8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8e5f93e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a37e6f6 View commit details
    Browse the repository at this point in the history
  21. Get rid of crypto-related dependencies for WASM target

    ATM it is not required in WASM in Scrypto.
    Partial support (BLS verification, Keccak hash) is implemented natively via
    Client API.
    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0262df0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    10f2f77 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    89a9aca View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5321cfe View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    27f3e8d View commit details
    Browse the repository at this point in the history
  26. Moved some general abstraction objects back to 'transaction'

    Included:
    - PrivateKey
    - SignatureV1
    - SignatureWithPublicKeyV1
    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    26852a4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d5b87cd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    dfb5c6a View commit details
    Browse the repository at this point in the history
  29. Fix no_std

    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    31599df View commit details
    Browse the repository at this point in the history
  30. Fix formatting

    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d01014a View commit details
    Browse the repository at this point in the history
  31. Change BLS scheme to the one used by Supra

    Details:
    - G2 - min pubkey
    - scheme: proof-of-possession
    lrubasze committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    61f4d88 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    59fc327 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    61ae645 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    206d65b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    ae3a990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7adaac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5527f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    880a91c View commit details
    Browse the repository at this point in the history
  5. Fix interior mutability

    talekhinezh committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    42b4850 View commit details
    Browse the repository at this point in the history
  6. More fixes

    talekhinezh committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    42278c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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

Commits on Dec 20, 2023

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

Commits on Jan 1, 2024

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

Commits on Jan 2, 2024

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

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    6b71544 View commit details
    Browse the repository at this point in the history
  2. Merge pull request radixdlt#1668 from radixdlt/architecture/remove-ha…

    …sh-tree-mut-requirement
    
    Architecture: Remove Hash Tree mut Requirement
    talekhinezh committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    930dcae View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    549e0d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bdaf42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acf7720 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    8acc196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118d1d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b182d89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7379878 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge pull request radixdlt#1671 from radixdlt/feature/sbor-type-name…

    …-override
    
    feature: Add type_name override to Describe proc macro
    talekhinezh committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7acc215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9496cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3e629b View commit details
    Browse the repository at this point in the history
  4. Cleanup sdk

    talekhinezh committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0a7fe50 View commit details
    Browse the repository at this point in the history
  5. Cleanup namings

    talekhinezh committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    869f37e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    81cb116 View commit details
    Browse the repository at this point in the history
  2. Refactor on_init api

    talekhinezh committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8ae1db4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4914b40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77ac3f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65c4330 View commit details
    Browse the repository at this point in the history
  6. Update stubs

    talekhinezh committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7421bfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2232d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f95d5b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    e20c812 View commit details
    Browse the repository at this point in the history
  2. Add VmVersion bootloading

    talekhinezh committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8fb0fb9 View commit details
    Browse the repository at this point in the history
  3. Add VmApi

    talekhinezh committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f8b197d View commit details
    Browse the repository at this point in the history
  4. Add BootStore

    talekhinezh committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1bd1859 View commit details
    Browse the repository at this point in the history
  5. Some cleanup

    talekhinezh committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    74c5757 View commit details
    Browse the repository at this point in the history
  6. Rename BootLoader

    talekhinezh committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7a8a7ee View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Fix costing

    talekhinezh committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    382c03e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d4115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f92f643 View commit details
    Browse the repository at this point in the history
  4. Fix costing

    talekhinezh committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e75a5a4 View commit details
    Browse the repository at this point in the history
  5. Remove BLS types from SBOR well-known types

    This is for backward compatibility reasons.
    We might reconsider it when SBOR is versioned.
    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b212d0e View commit details
    Browse the repository at this point in the history
  6. Fix code format

    talekhinezh committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b64bdcd View commit details
    Browse the repository at this point in the history
  7. Add minor version check

    talekhinezh committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    94e94a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    066448d View commit details
    Browse the repository at this point in the history
  9. Add llvm to GH path

    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c9b75af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69d1642 View commit details
    Browse the repository at this point in the history
  11. Merge pull request radixdlt#1672 from radixdlt/feature/timestamp-seconds

    Feature: Seconds Precision Timestamp Update
    talekhinezh committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    079bb8b View commit details
    Browse the repository at this point in the history
  12. Merge pull request radixdlt#1673 from radixdlt/feature/engine-versions

    Feature/engine versions
    talekhinezh committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    12dec2d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a7b51b View commit details
    Browse the repository at this point in the history
  14. Fixes for WASM and cleanup

    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f3fad9f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6d982d0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    453131e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7001c43 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dc740bd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3eb85d6 View commit details
    Browse the repository at this point in the history
  20. Add TODO costing note

    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    7c89f75 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f79fadf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9c2728a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    01ac0ca View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    088307e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6f88c1b View commit details
    Browse the repository at this point in the history
  26. Fix resources tracing

    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    65621f5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e49d3a2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    101cc14 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d3bda78 View commit details
    Browse the repository at this point in the history
  30. Comment fixed

    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1dc2b4d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    fc27033 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    385ea47 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d5e469a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    46407f6 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b18f6d8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    35a4762 View commit details
    Browse the repository at this point in the history
  37. Check for empty input

    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    7cf8a5a View commit details
    Browse the repository at this point in the history
  38. Tests for empty input

    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    24385f6 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1c7f32e View commit details
    Browse the repository at this point in the history
  40. Remove unused import

    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8590fd3 View commit details
    Browse the repository at this point in the history
  41. Refactor BLS aggregate verify API

    This is to make sure public key count matches message count.
    Take vector of tuples (public key and message) as argument.
    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2bd9818 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    900e73c View commit details
    Browse the repository at this point in the history
  43. Rename some error

    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5cc3fce View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    fbfc02d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c6e2f13 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    50535cd View commit details
    Browse the repository at this point in the history
  47. Update aggregated verify costs

    Do not take aggregation into account. Just sum up the costs per size for
    all messages.
    lrubasze committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f2cc6de View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    7c6f79d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Temporarily disable BLS aggregate verify

    It does not work for WASM and no_std
    lrubasze committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    eca021b View commit details
    Browse the repository at this point in the history
  2. Merge pull request radixdlt#1666 from radixdlt/feature/crypto_utils_a…

    …ggregate
    
    Add BLS aggregation features to `CryptoUtils` module
    lrubasze committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7b9cd04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cea6713 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd5a530 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a680b8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bfa8a2 View commit details
    Browse the repository at this point in the history
  7. Cleanup format

    talekhinezh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b1bf2a6 View commit details
    Browse the repository at this point in the history
  8. Some cleanup

    talekhinezh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    284aa45 View commit details
    Browse the repository at this point in the history
  9. Merge pull request radixdlt#1675 from radixdlt/feature/add-protocol-u…

    …pdate-to-crypto-utils
    
    Feature: Add protocol update for crypto utils
    talekhinezh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    025de3d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cee6e52 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

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

Commits on Jan 14, 2024

  1. Add boot loader tests

    talekhinezh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    875c5b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    3bbdaa5 View commit details
    Browse the repository at this point in the history
  2. Add comments

    talekhinezh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ed5b9c9 View commit details
    Browse the repository at this point in the history
  3. Revert update

    talekhinezh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    58932a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeac503 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    234b704 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    29c9bc7 View commit details
    Browse the repository at this point in the history
  2. fix tests

    0xOmarA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2eb9d66 View commit details
    Browse the repository at this point in the history
  3. Add a pool contributor role

    0xOmarA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    80a70a1 View commit details
    Browse the repository at this point in the history
  4. Update tests

    0xOmarA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    38f6e5d View commit details
    Browse the repository at this point in the history
  5. Add tests for protocol update

    0xOmarA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1b97443 View commit details
    Browse the repository at this point in the history
  6. Remove unused error

    talekhinezh committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bc0560c View commit details
    Browse the repository at this point in the history
  7. Additional tests

    0xOmarA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ff33eac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81af0c0 View commit details
    Browse the repository at this point in the history
  9. Add system structure

    talekhinezh committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    780f2d7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request radixdlt#1680 from radixdlt/feature/validator-fee-…

    …update
    
    Add generate_validator_fee_fix_state_updates
    talekhinezh committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    809bb7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5be6b2 View commit details
    Browse the repository at this point in the history
  12. Fix partition deletion

    iamyulong committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2f05fc6 View commit details
    Browse the repository at this point in the history
  13. Rename ConsensusManagerCompareCurrentTimeInput to `ConsensusManager…

    …CompareCurrentTimeInputV1`
    0xOmarA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    43ac8bb View commit details
    Browse the repository at this point in the history
  14. Printout error message

    0xOmarA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1c49a3b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    63b2817 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    61b5cb6 View commit details
    Browse the repository at this point in the history
  17. Fix reset issue

    0xOmarA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c1cd852 View commit details
    Browse the repository at this point in the history
  18. Update stubs

    0xOmarA committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    67a7bc0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0ef23da View commit details
    Browse the repository at this point in the history
  20. Add VmBoot typed substate

    talekhinezh committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    673052b View commit details
    Browse the repository at this point in the history
  21. Merge pull request radixdlt#1682 from radixdlt/fix/compare-current-ti…

    …me-input-naming
    
    Fix/compare current time input naming
    talekhinezh committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4840871 View commit details
    Browse the repository at this point in the history
  22. Merge pull request radixdlt#1677 from radixdlt/feature/use-txn-tracke…

    …r-for-boot
    
    Feature: Use txn tracker for boot
    talekhinezh committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    02383b1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cffcce6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Add test

    iamyulong committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    dde4ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13934de View commit details
    Browse the repository at this point in the history
  3. Fix list_partition_keys

    iamyulong committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    564c36e View commit details
    Browse the repository at this point in the history
  4. Revert accidental commit

    iamyulong committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e558f00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20f39f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c15f99a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72e5fd9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request radixdlt#1683 from radixdlt/bugfix/fix-partition-d…

    …eletion
    
    Fix issues in substate stores
    talekhinezh committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8219fd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff090d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe6184b View commit details
    Browse the repository at this point in the history
  11. Add handling for cases when one of the resources could be zero.

    This commit adds handling and tests to cases where if one of the resources has a low divisibility we could get into cases where we calculate that we need a zero contribution of the low divisibility resource and X of the higher divisibility one. Which is not the correct handling of this case. If this happens, it is now a hard error.
    0xOmarA committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    18d9948 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9d7d54 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2581bcb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef9d578 View commit details
    Browse the repository at this point in the history
  15. Some test clean ups

    0xOmarA committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4a8de32 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Cleanup

    lrubasze committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    59aaaab View commit details
    Browse the repository at this point in the history
  2. Add Flash to TransactionDiscriminator

    Łukasz Gąsior committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d154eab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c52004 View commit details
    Browse the repository at this point in the history
  4. Fix some of the pool rounding

    0xOmarA committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6fc614b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04de985 View commit details
    Browse the repository at this point in the history
  6. Update the doc comments

    0xOmarA committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f4407b3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request radixdlt#1685 from radixdlt/feature/add-flash-to-t…

    …xn-discriminator
    
    Add Flash to TransactionDiscriminator
    LukasGasior1 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    16654a3 View commit details
    Browse the repository at this point in the history
  8. Update stubs

    0xOmarA committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a396e4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef5edfb View commit details
    Browse the repository at this point in the history
  10. Merge pull request radixdlt#1684 from radixdlt/feature/bls_enable_agg…

    …regate_verify
    
    Enable BLS aggregate verify
    lrubasze committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6809816 View commit details
    Browse the repository at this point in the history
  11. Remap some errors

    0xOmarA committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b688007 View commit details
    Browse the repository at this point in the history
  12. Revert "Remap some errors"

    This reverts commit b688007.
    0xOmarA committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    50864a1 View commit details
    Browse the repository at this point in the history
  13. Fix a small typo

    0xOmarA committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b83a5b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    36dffee View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge pull request radixdlt#1678 from radixdlt/feature/pool-improvements

    Pools v1.1 + update logic
    talekhinezh committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c69e16d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    587d598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d23d104 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1c7a2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34eb7fb View commit details
    Browse the repository at this point in the history
  6. Merge pull request radixdlt#1690 from radixdlt/merge-main-into-anemone

    Merge main into release/anemone
    iamyulong committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    5bbd37d View commit details
    Browse the repository at this point in the history
  7. Merge pull request radixdlt#1688 from radixdlt/misc/manifest-sbor-inv…

    …ocations
    
    Add some manifest sbor invocations
    0xOmarA committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    542176d View commit details
    Browse the repository at this point in the history
  8. Merge pull request radixdlt#1687 from azizi-a/bugfix/resim-names-inst…

    …ead-of-symbols
    
    make resim display resource names as well as symbols
    azizi-a committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    528dc31 View commit details
    Browse the repository at this point in the history
  9. Fix compiler warnings

    iamyulong committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    407a5e0 View commit details
    Browse the repository at this point in the history
  10. Remove unnecessary ListableSubstateDatabase type bound

    Łukasz Gąsior committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3a44df7 View commit details
    Browse the repository at this point in the history
  11. Code format

    Łukasz Gąsior committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    014e05f View commit details
    Browse the repository at this point in the history
  12. Merge pull request radixdlt#1693 from radixdlt/feature/remove-unused-…

    …type-bound
    
    Feature/remove unused type bound
    LukasGasior1 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ab03ea2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request radixdlt#1691 from radixdlt/misc/fix-rust-warnings

    Fix Rust compiler warnings
    iamyulong committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2cf2339 View commit details
    Browse the repository at this point in the history
  14. Bump version

    iamyulong committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9d5142a View commit details
    Browse the repository at this point in the history
  15. Fix compiler warnings

    lrubasze committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1027021 View commit details
    Browse the repository at this point in the history
  16. Fix more compiler warnings

    lrubasze committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2d2df38 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7fbb9c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge pull request radixdlt#1694 from radixdlt/misc/fix-more-rust-war…

    …nings
    
    Fix more rust warnings
    iamyulong committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5a54620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ada878 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ce9eeb View commit details
    Browse the repository at this point in the history
  4. Merge pull request radixdlt#1696 from radixdlt/refactor/minimal-subst…

    …ate-changes-for-pools
    
    Pool protocol update uses minimal substate changes
    0xOmarA committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ea13991 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. add newline

    duje-begonja-rdx committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f8535fa View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    38dd018 View commit details
    Browse the repository at this point in the history
  2. Fix costing calculation

    lrubasze committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9da6bec View commit details
    Browse the repository at this point in the history
  3. Cleanup

    lrubasze committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    63a6622 View commit details
    Browse the repository at this point in the history
  4. Adjust BLS verify costs

    lrubasze committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4148652 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0d5ed1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45cb1e6 View commit details
    Browse the repository at this point in the history
  7. Comment updated

    lrubasze committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    58ba429 View commit details
    Browse the repository at this point in the history
  8. Merge pull request radixdlt#1698 from radixdlt/feature/bls_aggregate_…

    …verify_costing
    
    Improve costing calculation for BLS related methods
    lrubasze committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e212f2e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Bump version

    iamyulong committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4f2918a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. update

    duje-begonja-rdx committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    636ac16 View commit details
    Browse the repository at this point in the history
  2. ph

    duje-begonja-rdx committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    dc6558a View commit details
    Browse the repository at this point in the history
  3. update

    duje-begonja-rdx committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    52d2b34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23e728d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    295e6ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68f78bf View commit details
    Browse the repository at this point in the history
  7. Checkout the scrypto repo

    lrubasze committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    261f392 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d5c181 View commit details
    Browse the repository at this point in the history
  9. Merge pull request radixdlt#1703 from radixdlt/fix/builder-image

    Fix - bake build tools into the `scrypto-builder` docker image
    iamyulong committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cbad73f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a09aafc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60b5f75 View commit details
    Browse the repository at this point in the history
  12. Bump version

    iamyulong committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    77177cf View commit details
    Browse the repository at this point in the history
  13. lets test approval

    duje-begonja-rdx committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0ad78e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c5daa1 View commit details
    Browse the repository at this point in the history
  15. Add wasm file size test

    iamyulong committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ef8ca21 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ff5a7da View commit details
    Browse the repository at this point in the history
  17. Adjust job permissions

    lrubasze committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d3dbd11 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    45894c8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fad129d View commit details
    Browse the repository at this point in the history
  20. up

    duje-begonja-rdx committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8bb57b8 View commit details
    Browse the repository at this point in the history
  21. Merge pull request radixdlt#1705 from radixdlt/feature/secp256k1-feat…

    …ure-flag
    
    Add secp256k1_sign_and_validate feature flag
    iamyulong committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2001148 View commit details
    Browse the repository at this point in the history
  22. up

    duje-begonja-rdx committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6cbdd62 View commit details
    Browse the repository at this point in the history
  23. Update permission list

    iamyulong committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ab5a342 View commit details
    Browse the repository at this point in the history
  24. Add contents permission

    iamyulong committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    868ba44 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e9ff7de View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. up

    duje-begonja-rdx committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    34b4e9f View commit details
    Browse the repository at this point in the history