2018-08-20 06:48:32
*https://github.com/snowblossomcoin/snowblossom/compare/11e8d87a19be...56ab67e71b36*
https://github.com/snowblossomcoin/snowblossom/commit/56ab67e71b362c973cb4887bb774cb8322818b4a - Adding rpc util functions
GitHub
2018-08-20 20:46:59
*https://github.com/snowblossomcoin/snowblossom/compare/56ab67e71b36...6ce4e787f61c*
https://github.com/snowblossomcoin/snowblossom/commit/6ce4e787f61cf1c1467607d70d43ff7a05224745 - Transaction status includes depth
GitHub
2018-08-20 21:11:40
*https://github.com/snowblossomcoin/snowblossom/compare/6ce4e787f61c...5401576a9f05*
https://github.com/snowblossomcoin/snowblossom/commit/5401576a9f05979fe7ac81719e1d1c0aadfdd83d - get_unspent
GitHub
2018-08-20 21:35:12
*https://github.com/snowblossomcoin/snowblossom/compare/5401576a9f05...ffc918ff4d8f*
https://github.com/snowblossomcoin/snowblossom/commit/ffc918ff4d8fd8061d148cfc230a699b50708816 - get_status
GitHub
2018-08-20 21:40:35
*https://github.com/snowblossomcoin/snowblossom/compare/ffc918ff4d8f...4362a090dd3e*
https://github.com/snowblossomcoin/snowblossom/commit/4362a090dd3edfc171e7badf4190e3c212170d9b - fixed build.sh to make logs
GitHub
2018-08-20 21:44:41
*https://github.com/snowblossomcoin/snowblossom/compare/4362a090dd3e...7bc2e115dac1*
https://github.com/snowblossomcoin/snowblossom/commit/7bc2e115dac12c052aa1460f0b13de0ae385d087 - 1.3.2
GitHub
2018-08-20 21:46:40
• JSON RPC improvements for client
• Read only wallet-mode
• Wallet stores network name as a safety measure
• Adding transaction confirmation history for nodes storing tx_index
GitHub
2018-08-20 21:49:20
[snowblossomcoin/snowblossom] Issue closed by fireduck64
GitHub
2018-08-20 21:50:55
nothing relevant for a pool operator?
Rotonen
2018-08-20 21:51:02
nope :wink:
Fireduck
2018-08-20 21:57:11
@Eric @bitbumper I think 1.3.2 has everything you guys need. This page is probably the best resource: https://github.com/snowblossomcoin/snowblossom/wiki/JSON-RPC-Commands
Fireduck
2018-08-20 21:57:23
please let me know if you need anything
Fireduck
2018-08-20 22:45:12
@Fireduck Awesome, I'm working on getting it setup now. Any guidance on how to easily generate blocks on the regtest net? I'd like to write some integration tests and work from there.
bitbumper
2018-08-20 22:46:02
SpoonTest does that if you want an example
Fireduck
2018-08-20 22:48:39
Ah perfect, thanks. So the intended way is running a miner, node, and client all as separate connected processes?
bitbumper
2018-08-20 22:48:51
Correct
Fireduck
2018-08-20 22:51:28
Cool, I'll be putting together a python based harness for setting up/tearing down. I'll try to keep you up to date on our progress, but I'd estimate it will take a few weeks to get a working relay. Probably another week or two to do final testing/review and get our infrastructure wired up.
bitbumper
2018-08-20 22:51:57
Awesome
Fireduck
2018-08-20 23:08:59
Would it be possible to allow configuring the (client, node, miner) via command line arg or enviroment variables? We'll be deploying in a cloud environment that doesn't easily support config files.
bitbumper
2018-08-20 23:11:52
Command line, no. I don't want to half-ass that and doing it properly wouldn't be compatible with what we have done.
Fireduck
2018-08-20 23:12:24
How about config files with override values from environment variables?
Fireduck
2018-08-20 23:12:54
Yeah that would work fine.
bitbumper
2018-08-20 23:13:56
Cool
Fireduck
2018-08-20 23:14:39
[snowblossomcoin/snowblossom] Issue opened by fireduck64
GitHub