• Sam Stokes's avatar
    txmgr: add rpc api getters/setters (#10897) · 549b52e0
    Sam Stokes authored
    * Add txmgr rpc api
    
    * Update mock TxManager
    
    * Use parameterized tests to remove redundant code
    
    * Add txmgr.cfgLock to protect values configurable at runtime
    
    * txmgr: use generic API() method on interface to allow custom rpc apis
    
    * txmgr: re-generate mocks
    
    * txmgr: use atomics for Config vals that can be modified via rpc
    
    * txmgr: use pointer for SimpleTxManager.cfg
    
    * txmgr: remove extraneous code
    
    * txmgr: cleanup ctx input arg in rpc methods
    549b52e0
Name
Last commit
Last update
..
cmd Loading commit data...
config Loading commit data...
flags Loading commit data...
game Loading commit data...
metrics Loading commit data...
runner Loading commit data...
sender Loading commit data...
tools Loading commit data...
version Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
challenger.go Loading commit data...
challenger_test.go Loading commit data...