Floonet update
Pre-release
Pre-release
Change Log
Implemented enhancements:
v0.5.1 (2019-01-07)
Implemented enhancements:
- One peer occupy multiple TCP connections #2258
- [dandelion] specify node address for dandelion stem phase #1250
Fixed bugs:
- State syncing always failure #2246
- Peer ban doesn't work as expected #2241
- Spending zero confirmation outputs [-c 0] doesn't seem to work #2153
- --min_conf 0 parameter generates some buggy transactions and seems to corrupt the wallet #2019
- fix: shutdown the tcpstream when we initiate to close a peer connection #2288 (garyyu)
- Fix for genesis outputs confirms count #2271 (ignopeverell)
Closed issues:
- TUI display negative blocks during sync #2309
- broken link in intro.md #2306
- Error connecting to "curl gringod.info" #2297
- No grins after restore, strange accounts #2296
- Regression - "not yet implmented" error while creating a file-based tx #2293
- Crash when running grin server #2292
- Chain won't sync stays forever at step 2/4 #2291
- Panic when trying to receive coins #2281
- Grin wallet recover fails with IO error - Mac OSX #2279
- LibTx Error when finalizing a slate returned by issue_send_tx using keybase #2266
- error: failed to run custom build command for croaring-sys v0.3.7 #2264
- Example for receive tx is missing @ api doc #2255
- Transaction output not showing up correctly in the wallet #2248
- 'grin wallet reconcile' process #2242
- TUI stay on "Downloading headers: 6%, step 1/4" #2233
- grin help wallet contains same help message for init and restore commands #2231
- Lost grins from delayed wallet receive and finalize #2228
- Send grin without node (offline tx building) #2227
- transactions not always confirming #2223
- thread 'main' panicked at 'called
Option::unwrap\(\)
on aNone
value' #2220 - need larger list of DNS_SEEDS for mainnet #2214
- Wallet seed recovery process leaves recovery phrase in shell history #2174
Merged pull requests:
- fix: connection close should stay outside the poll loop #2308 (garyyu)
- Fix confidential transactions link #2307 (quentinlesceller)
- feat: Configuration option to include foreign API endpoints in the owner API #2305 (ducembarr)
- Update libsecp version and a few trivial enhancements #2304 (yeastplume)
- Fix API doc typo #2303 (quentinlesceller)
- Add DNS Seed #2302 (quentinlesceller)
- minor improvement on stratum server log for miner status #2301 (garyyu)
- typo fixed #2299 (Tsai1993)
- clean the unused p2p sockets (i.e. not in peers list) #2298 (garyyu)
- Http adapter Fix #2295 (yeastplume)
- Provide link to basic auth wiki #2290 (kargakis)
- fix: regression on state sync #2289 (garyyu)
- Fix typo #2286 (AdamCanady)
- Check if message in slate comes with signature #2284 (hashmap)
- a bit refactoring on wallet controller for issue_send_tx #2280 (garyyu)
- fix keybase slate return #2278 (bladedoyle)
- Wallet recovery phrase security fixes #2276 (yeastplume)
- Don't clean unconfirmed outputs > 500 blocks old #2275 (yeastplume)
- Remove web wallet for the time being #2274 (yeastplume)
- more accurate stratumserver error status for block not found #2273 (garyyu)
- fix: peer connect panic on log #2272 (garyyu)
- Add DNS seed #2270 (jaspervdm)
- Optimizing the code and making it more idiomatic #2269 (elichai)
- fix: check_banned must care about ip address only, and ignore the peer port info #2267 (garyyu)
- support floonet, separate entrypoint from cmd, add docker volume #2265 (kim0)
- feature: Enable setting a node address for a dandelion peer #2263 (svechinsky)
- fix: one peer occupy multiple tcp connections #2262 (garyyu)
- Delete Unconfirmed outputs as part of wallet check_repair #2261 (yeastplume)
- fix minor build warning and one log #2260 (garyyu)
- commit the modified Cargo.lock for grin_secp256k1zkp #2259 (garyyu)
- Grin wallet check/repair #2256 (yeastplume)
- Improve block difficulty logging #2254 (hashmap)
- Skip connecting PeerWithSelf by checking ip address #2253 (garyyu)
- fix grin wallet flag -r #2252 (tabalt)
- add one more dns seed #2250 (garyyu)
- fix: specify allowed headers on http responses #2184 (gavinmcdermott)