v1.1.0-beta.2
Changes:
- 9ab23f6 Implement graceful shutdown (#2812)
- 884851c Modifiy visibility for request functions (#2826)
- 136a4ba a tiny clarification about the point H (#2774)
- e56cd55 initial support for kernel data download (#2765)
- ff1c551 Wrap MsgHeader in MsgHeaderWrapper for Known/Unknown msg type support (#2791)
- 4ba7b0a make sure we use BigEndian when reading numbers via StreamingReader (#2821)
- 59db5e3 Evict transaction from transaction pool (#2797)
- 15b56a9 docs: fix typo. (#2816)
- 9ac4143 fix: try to fix issue #2585 by adding block cleanup from db directly. (#2815)
- 998824e Add Azure-pipeline badge (#2818)
See more
- 567ed95 Set up CI with Azure Pipelines (#2744)
- fabff51 Header version cleanup (#2809)
- 8d5f73e Protocol version type safety (#2811)
- 4ad2ed4 add proofsize check in pow verify (#2805)
- 4ef4212 Simplify peer connection handling (#2801)
- 6c54c90 remove the error_channel and simplify how we close peer connections (#2796)
- d3b4526 mimblewinble -> mimblewimble (#2803)
- 55cbdf5 Gracefully shutdown if SIGINT was sent in TUI mode (#2784) [ #2799, #2778 ]
- 85d06fe fix typo (#2802)
- 7f12b45 Updating the (dead) link to the transaction UML (#2798)
- b9db129 Add debug logging on startup to provide size of our leaf_set (aka UTXO set) (#2788)
- 6352780 Bump rand crate to 0.6 (was 0.5) (#2790)
- b2b96f3 bucket_transactions is now fee_to_weight aware (#2758)
- 3d0f9bd Set TUI FPS (#2783)
- 304ae44 Fix peer dropping (#2780)
- 81a6af9 Increase peer max count significantly (#2754)
- de21f0d Cleanup how we deal with fixed size vs variable size data files (#2757)
- e72409d Bump the version of croaring to 0.3.9 (#2763)
- 19106b3 Relax our p2p rules around matching protocol versions (#2764)
- 3c400f7 Fix unused import warnings (#2775)
- 0e6a249 Increasing thread sleeps for socket listener thread and per-connection threads. (#2773)
- 97e96e4 use a grin specific tmp dir instead of a system tmp dir (#2753) (#2772)
- d7f940e cleanup unused data_file_path (#2766)
- b61b773 Get back the lost code of #2575 (#2771)
- 865b9b6 make field in tx_body public (#2762)
- 13c6160 pass peer_info around rather than peer_addr (includes protocol version) (#2761)
- ea99532 Add helpful information if user tries to run wallet command (#2759)
- b403ccb [1.1.0 -> Master] Merge 1.1.0 with master changes back into master
- a1c9da4 version number update
- 2f38ae1 rustfmt
- 12fe928 merge master into 1.1.0
- 56fed50 Use next available key on duplicate coinbase commitment (#2737)
- 606b465 Cleanup db directory after tests (#2752)
- 3d817f6 [1.1.0] Support variable size PMMR (optional size_file) (#2734)
- e8c5035 Pull initial chain compaction out of init() and into the syncer (#2738)
- dbbad7b [DOC] Translation some files in doc dir. (#2750)
- fc5fdc8 CI Test Windows: bind to localhost instead of 0.0.0.0 (#2751)
- 79c97c3 decrease chunk size in outputs by ids (#2747)
- fb7fd62 CI: Do not crash on empty terminal (#2749)
- 108bdba Only flush leaf_set if we have a prunable backend. (#2735)
- 94732b0 Return Result from methods of ChainAdapter (#2722)
- cdc17c6 We bumped version to 1.0.3 earlier but missed the Cargo.lock file (#2736)
- 1b7d710 Add first_see field to LivePeerInfo (#2724)
- 9e8210c reset windows build
- b2420d1 fixes for windows build
- 17f0ea3 tweak for windows build
- 5cb8025 [1.1.0] Merge master into 1.1.0 (#2720) [ #2625, #2543, #2627, #2609, #2526, #2604, #2641, #2633, #2655, #2654, #2601, #2662, #2649, #2646, #2658, #2642, #2680, #2679, #2687, #2684, #2681, #2651, #2697, #2686, #2678, #2683, #2705, #2645, #2708, #2702, #2685, #2703, #2713, #2676, #2716, #2707 ]
- bd6c734 [1.1.0] Serialize Blockfees struct consistenly with grin-wallet (#2717)
- 1dd9a87 0 the 0 that should have been a 1 (#2711)
- 9fab8ee [1.1.0] CbData Serialization change + reward output test mode (#2710)
- c263884 Disable hooks during sync (#2695)
- 2e72ed9 fix option_sig_serde (#2699)
- 6949a0d add string_or_u64 serialization (#2698)
- bd6824c allow specific nonce in aggsig sign single call (#2696)
- a2adf2d Dandelion++ Rewrite (#2628)
- 16487a3 [1.1.0] Bring fuzz test back (#2675)
- a58d671 https support for webhooks (#2660)
- c3496b4 [1.1.0] Additional secp primitive serialization changes (#2669)
- 1b3eaba [1.1.0] Serialise sigs as raw data, not DER encoded (#2668)
- f30e59a make error types serializable (#2659)
- fd077a4 [1.1.0] LMDB Naming consistency fix (#2656)
- 6fa137a Fix TxHashSet file filter for Windows. (#2641) (#2643)
- a080284 disable gen_gen crate (#2636)
- 557e77b comment out fuzz tests for now, remove wallet crate reference (#2635)
- beaae28 Dynamic LMDB mapsize allocation [1.1.0] (#2605)
- d560a36 Event callbacks for Network and Chain Events (#2598)
- c388e08 windows cargo settings (#2632)
- f4cdd1f insert windows build support (#2626)
- 4f7e5bb rustfmt
- 91c9146 merge from master
- ea4b4fc Remove wallet code [1.1.0] (#2593)
- cbac14c fix deadlock between get_status and main loop (#2556)
- 2f5fbb3 clean-up the txhashset zip file and temp folder (#2575)
- ee4eed7 Feature/slate serialization (#2534) [ #1, #2535, #2555, #2545, #2553, #2516 ]
- 0d36acf introduce an async version of stratum server. (#2468)
This list of changes was auto generated.