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

Bring v0.38.x to the up-to-date status of main #93

Merged
merged 10 commits into from
Nov 27, 2023

Commits on Oct 12, 2023

  1. Update README.md

    p-offtermatt authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    87ab5cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from informalsystems/ph/fix-typo

    Fix omitted word
    p-offtermatt authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    86c9336 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    6ab0158 View commit details
    Browse the repository at this point in the history
  2. Add test for Abci query

    p-offtermatt committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8bc72db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80 from informalsystems/ph/refactor-isConnected

    Refactor isConnected and add test for AbciQuery
    p-offtermatt authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d0ed18c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Nov 27, 2023

  1. Add fine-grained control of time (#88)

    * Start implementing auto-include-tx flag
    
    * Split testnet initialization and run
    
    * Add script to restart testnet from beginning
    
    * Start implementing auto-include-tx flag
    
    * Delete backup directory before taking backup
    
    * Uncomment killing processes with app binary
    
    * Rewrite TxQueue
    
    * Fix fire events method
    
    * Implement tx filtering and rechecks
    
    * Start implementing basic test for Tx effect
    
    * Ensure the script is not blocking
    
    * Rename Dockerfile-test to Dockerfile.test
    
    * Add Contains method
    
    * Remove initial setup from Dockerfile
    
    * Remove sleep and add -p 1
    
    * Use big.Int for community pool size
    
    * Use testnet restart in tests instead of a new setup each time
    
    * Add cometmock args to be taken by startup script
    
    * Pull time handling into TimeHandler class
    
    * Fix CheckTx and time
    
    * Add test cases for AutoTx and block production
    
    * Add time control to README
    
    * Fix auto-tx flag
    
    * Add test for starting timestamp
    
    * Add test for starting time=system time
    p-offtermatt authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7edb4c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af00ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8f1fbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bebc34a View commit details
    Browse the repository at this point in the history