Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Abort blocks #421

Merged
merged 91 commits into from
Apr 26, 2023
Merged

Abort blocks #421

merged 91 commits into from
Apr 26, 2023

Commits on Mar 14, 2023

  1. first draft

    [skip ci]
    mikiw committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    36ef573 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. hacky example of abort block

    [skip ci]
    mikiw committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4f07818 View commit details
    Browse the repository at this point in the history
  2. version with hack

    [skip ci]
    mikiw committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    84e16c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Update feeder_gateway.py

    [skip ci]
    mikiw committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    671a770 View commit details
    Browse the repository at this point in the history
  2. add reject transaction

    [skip ci]
    mikiw committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6949cc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Update tests and abort_blocks_after function

    [skip ci]
    mikiw committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b1b3c84 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. refactor

    [skip ci]
    mikiw committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c163989 View commit details
    Browse the repository at this point in the history
  2. refactor and new test

    [skip ci]
    mikiw committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0f57ed4 View commit details
    Browse the repository at this point in the history
  3. refactor

    [skip ci]
    mikiw committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    1cf0df8 View commit details
    Browse the repository at this point in the history
  4. refactor

    [skip ci]
    mikiw committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ec4a102 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b261ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d36db76 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Add RPC tests

    mikiw committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3bd7aef View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    e6ca635 View commit details
    Browse the repository at this point in the history
  2. Create abort-blocks.md

    [skip ci]
    mikiw committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1b0eea5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Update test_abort_blocks_after.py

    [skip ci]
    mikiw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8f52394 View commit details
    Browse the repository at this point in the history
  2. Update test_abort_blocks_after.py

    [skip ci]
    mikiw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    58fb438 View commit details
    Browse the repository at this point in the history
  3. rename to abort_blocks

    [skip ci]
    mikiw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    627d9e8 View commit details
    Browse the repository at this point in the history
  4. add comment

    [skip ci]
    mikiw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    86a284c View commit details
    Browse the repository at this point in the history
  5. Update transactions.py

    [skip ci]
    mikiw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f0d8909 View commit details
    Browse the repository at this point in the history
  6. Update test_abort_blocks_after.py

    [skip ci]
    mikiw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    56e770e View commit details
    Browse the repository at this point in the history
  7. Update abort-blocks.md

    [skip ci]
    mikiw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4b8e2e5 View commit details
    Browse the repository at this point in the history
  8. refactor

    [skip ci]
    mikiw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9c61351 View commit details
    Browse the repository at this point in the history
  9. refactor

    [skip ci]
    mikiw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    48eeb54 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Change blocks.py datastructure

    mikiw committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    64d4bdc View commit details
    Browse the repository at this point in the history
  2. Update blocks.py

    mikiw committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a05d5e5 View commit details
    Browse the repository at this point in the history
  3. Update blocks.py

    mikiw committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9a46ff0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    97884c5 View commit details
    Browse the repository at this point in the history
  2. comment out abort tests

    mikiw committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    21be980 View commit details
    Browse the repository at this point in the history
  3. Just comments for tests on CI

    mikiw committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f260c35 View commit details
    Browse the repository at this point in the history
  4. comment tests

    mikiw committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    dcd0cf3 View commit details
    Browse the repository at this point in the history
  5. Update test_rpc_call.py

    mikiw committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    bc9e593 View commit details
    Browse the repository at this point in the history
  6. bug fix

    mikiw committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    99dafb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    965ab08 View commit details
    Browse the repository at this point in the history
  8. blocks.get_state bugfix

    mikiw committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9c049db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a48961d View commit details
    Browse the repository at this point in the history
  10. Update test_rpc_call.py

    mikiw committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8b0d609 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Update types.py

    mikiw committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    a55abc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. doc change and bugfix

    mikiw committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3fe5f02 View commit details
    Browse the repository at this point in the history
  2. Update abort-blocks.md

    [skip ci]
    mikiw committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    95b20f7 View commit details
    Browse the repository at this point in the history
  3. remove set_pending_block_to_none

    [skip ci]
    mikiw committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    fa18ec8 View commit details
    Browse the repository at this point in the history
  4. Update blocks.py

    [skip ci]
    mikiw committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    42a15f5 View commit details
    Browse the repository at this point in the history
  5. chnage of abort blocks

    [skip ci]
    mikiw committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    0b5fb23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88afff6 View commit details
    Browse the repository at this point in the history
  7. bugix...

    mikiw committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c98f7ac View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Update blocks.py

    mikiw committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    960bbef View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    7aef128 View commit details
    Browse the repository at this point in the history
  2. Update abort-blocks.md

    mikiw committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4e241f9 View commit details
    Browse the repository at this point in the history
  3. move doc to blocks.md

    [skip ci]
    mikiw committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a669879 View commit details
    Browse the repository at this point in the history
  4. Update blocks.py

    [skip ci]
    mikiw committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4581da4 View commit details
    Browse the repository at this point in the history
  5. Update blocks.py

    mikiw committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    cf60a08 View commit details
    Browse the repository at this point in the history
  6. Update blocks.py

    mikiw committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    cb3e58f View commit details
    Browse the repository at this point in the history
  7. refactor

    mikiw committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    82d227e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    3965c31 View commit details
    Browse the repository at this point in the history
  2. refactor

    [skip ci]
    mikiw committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a2be842 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89debd1 View commit details
    Browse the repository at this point in the history
  4. Update starknet_wrapper.py

    mikiw committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    bccf22a View commit details
    Browse the repository at this point in the history
  5. Update starknet_wrapper.py

    mikiw committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    4e0d79a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    061649d View commit details
    Browse the repository at this point in the history
  2. Add new tests and update doc

    mikiw committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    152ad3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a95cc View commit details
    Browse the repository at this point in the history
  4. The Last Dance

    mikiw committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    82b97d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6795304 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Delete abort-blocks.md

    [skip ci]
    mikiw committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d5a9a27 View commit details
    Browse the repository at this point in the history
  2. Update starknet_wrapper.py

    [skip ci]
    mikiw committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e9180be View commit details
    Browse the repository at this point in the history
  3. Update blocks.py

    mikiw committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    05c5e11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74b90cb View commit details
    Browse the repository at this point in the history
  5. Add test_abort_same_block_twice() test

    [skip ci]
    mikiw committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a0a4c65 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Fix for double abort problem

    mikiw committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    497a081 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Update blocks.md

    [skip ci]
    mikiw committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1a23fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    212db97 View commit details
    Browse the repository at this point in the history
  3. Update starknet_wrapper.py

    [skip ci]
    mikiw committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    fdfa827 View commit details
    Browse the repository at this point in the history
  4. refactor while function

    mikiw committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c68e367 View commit details
    Browse the repository at this point in the history
  5. Update starknet_wrapper.py

    mikiw committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e63241c View commit details
    Browse the repository at this point in the history
  6. Update test_abort_blocks_after.py

    [skip ci]
    mikiw committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    4d8205c View commit details
    Browse the repository at this point in the history
  7. Update test_abort_blocks_after.py

    [skip ci]
    mikiw committed Apr 24, 2023
    1 Configuration menu
    Copy the full SHA
    9592e25 View commit details
    Browse the repository at this point in the history
  8. refactor

    mikiw committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c78746c View commit details
    Browse the repository at this point in the history
  9. Update blocks.py

    [skip ci]
    mikiw committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    dd0cb6e View commit details
    Browse the repository at this point in the history
  10. Update blocks.py

    mikiw committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    8ca29c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40be819 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Fix tests and while loop

    mikiw committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7b13155 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Update blocks.py

    [skip ci]
    mikiw committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a40d691 View commit details
    Browse the repository at this point in the history
  2. Update test_abort_blocks_after.py

    [skip ci]
    mikiw committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    265cbef View commit details
    Browse the repository at this point in the history
  3. exception added

    [skip ci]
    mikiw committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e01c3ed View commit details
    Browse the repository at this point in the history
  4. Change of genesis_block_number in fork mode

    [skip ci]
    mikiw committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8831b87 View commit details
    Browse the repository at this point in the history
  5. Update blocks.py

    [skip ci]
    mikiw committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    98ba19b View commit details
    Browse the repository at this point in the history
  6. Rename to abort_latest_block

    mikiw committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    83173ec View commit details
    Browse the repository at this point in the history
  7. Add removal of state

    mikiw committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    cda651a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0d5220 View commit details
    Browse the repository at this point in the history
  9. Update blocks.md

    [skip ci]
    mikiw committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    919fb7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e558b18 View commit details
    Browse the repository at this point in the history