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

chore: remove mempool.postCheck (#158) #217

Merged
merged 1 commit into from
Apr 16, 2021

Commits on Apr 16, 2021

  1. chore: remove mempool.postCheck (#158)

    * fix: error handling after check tx
    
    * fix: typo
    
    * chore: (mempool) remove postCheck and impl reserve
    
    * chore: fix tests
    
    * chore: revise log (remove checkTx.Code)
    
    * chore: add `CONTRACT` for `mem.proxyAppConn.CheckTxAsync()`
    
    * chore: revise numTxs, txsBytes for `ErrMempoolIsFull` in reserve()
    
    * chore: revise to remove redundant `isFull()`
    
    * fix: remove tx from cache when `app errors` or `failed to reserve`
    
    * Revert "chore: revise to remove redundant `isFull()`"
    
    This reverts commit 55990ec.
    # Conflicts:
    #	mempool/cache_test.go
    #	mempool/clist_mempool.go
    #	mempool/clist_mempool_test.go
    #	state/execution.go
    jinsan-line committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    dc955d5 View commit details
    Browse the repository at this point in the history