zkBob / libzkbob-rs

Apache License 2.0
1 stars 3 forks source link

Move pool config to JS #75

Closed r0wdy1 closed 9 months ago

r0wdy1 commented 11 months ago

For the simplicity of deploying a new pool, the hardcoded (pool: address_prefix) map should be removed from the libzkbob-rs library, moved to a higher level (zkbob-client-js), and made customizable from the application side. The Rust library should no longer have knowledge of address prefixes.

EvgenKor commented 10 months ago

PRs: https://github.com/zkBob/libzkbob-rs/pull/77 https://github.com/zkBob/zkbob-client-js/pull/172 https://github.com/zkBob/zkbob-console/pull/100