mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-08 18:14:26 -05:00
* dbus alternative for linux * key migration * reset mnemonics * Fix tests, and start working on key selection * Implement UI for changing keys * Removing keys and mnemonic button * Start making farmer and harvester RPCs * routing, daemon, react * Fix rpc shutdown * Harvester and farmer websocket, and basic UI * Plot display and deletion * use proper config: * don't crash on nondefined * local test false * launch daemon on start * farmer clean * get blocks * header table * Start with farmer callback, fix bug in getting latest blocks * State changes from full node, harvester, farmer, and full node ui improvements * split balances in react * pending change balance * plotter * dev config * gitignore fail.. * maintain connection / retry * Fix tests * Remove electron-ui, and style fixes * Better farmer and full node control * Remove electron ui references * Uncomment out starting the dameon * Add to changelog * Remove timelord tab, and change full node style * Clean up new wallet login * Refactor RPCs * Fix flake8 import issues in full_node_rpc_server.py * add balance split to coloured coin wallet * spendable balance fix * Import private key from UI fix * Various fixes to transaction sending, and UI tweaks * Fix merge issues Co-authored-by: Yostra <straya@chia.net> Co-authored-by: Lipa Long <lipa@chia.net> Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
9 lines
337 B
JavaScript
9 lines
337 B
JavaScript
const dev_config = {
|
|
redux_tool: null,
|
|
react_tool: null
|
|
//react_tool: "/Library/Application Support/Google/Chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/4.6.0_0",
|
|
//redux_tool: "/Library/Application Support/Google/Chrome/Default/Extensions/lmhkpmbekcpmknklioeibfkpmmfibljd/2.17.0_0"
|
|
};
|
|
|
|
module.exports = dev_config;
|