• 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
..
metrics Loading commit data...
mocks Loading commit data...
cli.go Loading commit data...
cli_test.go Loading commit data...
price_bump_test.go Loading commit data...
queue.go Loading commit data...
queue_test.go Loading commit data...
rpc.go Loading commit data...
rpc_test.go Loading commit data...
send_state.go Loading commit data...
send_state_test.go Loading commit data...
test_txmgr.go Loading commit data...
txmgr.go Loading commit data...
txmgr_test.go Loading commit data...