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

Add fine-grained control of time (backport #88) #90

Closed
wants to merge 1 commit into from

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
    
    (cherry picked from commit 7edb4c1)
    
    # Conflicts:
    #	e2e-tests/local-testnet-singlechain.sh
    #	e2e-tests/main_test.go
    p-offtermatt authored and mergify[bot] committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    768c096 View commit details
    Browse the repository at this point in the history