2018-05-21 03:12:25
nice!
Clueless
2018-05-21 03:12:34
in what time frame?
Clueless
2018-05-21 03:12:48
A week?
Fireduck
2018-05-21 03:12:52
Not sure
Fireduck
2018-05-21 04:21:42
[snowblossomcoin/snowblossom] Issue closed by fireduck64
GitHub
2018-05-21 04:45:59
*https://github.com/snowblossomcoin/snowblossom/compare/94ef23dea0ce...46039af8dd66*
https://github.com/snowblossomcoin/snowblossom/commit/46039af8dd661ae7e343101b1609ab4aea4a63fc - work on block explorer
GitHub
2018-05-21 06:59:37
*https://github.com/snowblossomcoin/snowblossom/compare/46039af8dd66...6812631ba8f8*
https://github.com/snowblossomcoin/snowblossom/commit/6812631ba8f8e74992f8010500f4931deb8829d2 - block explorer in progress
GitHub
2018-05-21 13:33:09
[snowblossomcoin/snowblossom] Release - test5
GitHub
2018-05-21 13:46:17
*https://github.com/snowblossomcoin/snowblossom/compare/6812631ba8f8...274d36a794e9*
https://github.com/snowblossomcoin/snowblossom/commit/274d36a794e9cf99fb9bd7718cd1873787c2c35e - a bit of organizing for mainnet
GitHub
2018-05-21 13:48:20
*https://github.com/snowblossomcoin/snowblossom/compare/274d36a794e9...399772d701bd*
https://github.com/snowblossomcoin/snowblossom/commit/399772d701bd71ccfaa1dfc3da5d9645ec32fc9b - a bit of organizing for mainnet
GitHub
2018-05-21 14:09:08
*https://github.com/snowblossomcoin/snowblossom/compare/399772d701bd...0ccea3ea84c3*
https://github.com/snowblossomcoin/snowblossom/commit/0ccea3ea84c396355a9a268fa5fba22df7a15f6e - minor improvements
GitHub
2018-05-21 14:16:30
*https://github.com/snowblossomcoin/snowblossom/compare/0ccea3ea84c3...8462131c046e*
https://github.com/snowblossomcoin/snowblossom/commit/8462131c046e760d8d20395f2c0b749c7e7e9717 - preparing for mainnet
GitHub
2018-05-21 15:06:07
[snowblossomcoin/snowblossom] Release - test6
GitHub
2018-05-21 15:49:04
*https://github.com/snowblossomcoin/snowblossom/compare/8462131c046e...d35dc0a3f8a9*
https://github.com/snowblossomcoin/snowblossom/commit/bc9d2210e2fef908078095df918ca6f51b889ee1 - Can now use testnet or teapot for testnet, etc
https://github.com/snowblossomcoin/snowblossom/commit/d35dc0a3f8a9d5c47cfdb60cd250aff884c12ae3
GitHub
2018-05-21 17:21:15
I am making a possibly breaking change
Fireduck
2018-05-21 17:21:26
I'm changing the "extra" in a transaction from string to bytestring
Fireduck
2018-05-21 17:21:42
since people should think twice before just dumping it to a terminal, I don't want it to be a string
Fireduck
2018-05-21 17:28:29
I'll change the proto number so it won't actually even break testnet
Fireduck
2018-05-21 18:39:12
I don't know what that first part means
Clueless
2018-05-21 18:39:21
nor the proto number :stuck_out_tongue:
Clueless
2018-05-21 18:39:34
Let me know when you feel we're at a particularly stable point for launch
Clueless
2018-05-21 18:39:47
I'll make a "launch!" release
Clueless
2018-05-21 18:57:05
Will do
Fireduck
2018-05-21 18:57:09
Probably tonight
Fireduck
2018-05-21 20:19:12
So in a tranasction, I am allowing people to put in up to 100 bytes of whatever nonsense they want
Fireduck
2018-05-21 20:19:28
since if I don't they will find some other way to do the same thing, so might as well let it happen somewhere that makes sense
Fireduck
2018-05-21 20:19:54
but they could fill it with control characters and all sorts of html blink tags or whatever
Fireduck
2018-05-21 20:20:11
so switching that from a string to a ByteString to discourage people from blindly displaying that data
Fireduck
2018-05-21 20:28:43
http://snowblossom.1209k.com:8080/?search=98f59a88d55bbe2552ae8b7c79c584f845d0aaff222fde194d25b3e4580fa115
Fireduck
2018-05-21 20:49:51
much improved: http://snowblossom.1209k.com:8080/?search=00000000be17a5aeb04895b36d30b4999742281cba065eafd6a622e2264d33fb
Fireduck
2018-05-21 20:52:25
*https://github.com/snowblossomcoin/snowblossom/compare/d35dc0a3f8a9...c1792905bfe1*
https://github.com/snowblossomcoin/snowblossom/commit/c1792905bfe158062385f1ee37fe39e19cd1305a - Improving block explorer transaction and block display
GitHub
2018-05-21 20:56:04
*https://github.com/snowblossomcoin/snowblossom/compare/c1792905bfe1...29d5ef4d110b*
https://github.com/snowblossomcoin/snowblossom/commit/29d5ef4d110b360f97cbe75ea58d89ffb1e5a9a5 - Accidentally checked in with too many addresses
GitHub
2018-05-21 21:33:40
*https://github.com/snowblossomcoin/snowblossom/compare/29d5ef4d110b...4db897357bf1*
https://github.com/snowblossomcoin/snowblossom/commit/4db897357bf1893f45b9797ed5829036ecef867e - Working on server side of user viewing mempool transactions related to an address.
GitHub