What's Changed
This changes the initial /client
package to /clients
with the introduction of a new memconfig_client
that can be used to update memstore states on a deployed instance. See more about memstore here.
Existing usage of client/v0.1.0 should be updated to instead import the standard_client
type; e.g:
import(
"github.com/Layr-Labs/eigenda-proxy/clients/standard_client"
)
Commit(s)
- feat: Memconfig client by @ethenotethan in #301