entropyxyz / cli

CLI utility to ease interactions with an Entropy network.
GNU Affero General Public License v3.0
5 stars 0 forks source link

chill the logs out! #161

Open mixmix opened 3 days ago

mixmix commented 3 days ago

This PR was made to try and fix the logging noise made by Uint8Arrays, but there is still problem upstream:

https://github.com/entropyxyz/cli/issues/160

rh0delta commented 2 days ago

@mixmix you think we need a migration to update how we are setting the config through config.set? I believe if we update stringification there we should be able to get away from needing a migration because of how we are subscribing to updates. The data gets refreshed everytime, so it should get fixed once the method is updated with your new replacer method

mixmix commented 2 days ago

I'm worried it is desrializing wrong. Frankie said it's likely only working cos we use the seed not the secretKey. i've got it half written today in a branch (pr later)