Releases: CharlieC3/stacks-blockchain
Releases · CharlieC3/stacks-blockchain
v2.0.11-develop.1
2.0.11-develop.1 (2021-04-23)
Bug Fixes
- #2599 - trait rpc lookups for implicitly implemented traits (be5ab12)
- ability to interrupt bulk block download (f1f47c0)
- ability to interrupt initial sync (4f2228d)
- add additional source of interrupt (42694df)
- add uniqueness constraint on attachment_instances (f379bd0)
- announce burnchain block (d4e23c8)
- atlas integration test (c1e0f45)
- bad merge (b39eb64)
- better deserialization error handling (e762ef5)
- better serialization for attachments (2c46863)
- bump ATTACHMENTS_INV_PAGE_SIZE to 64 (912f320)
- cargo stacks-node (4bc41db)
- carry events_to deregister (075c6fa)
- changed parameter type of in fn to be &str instead of &String (427b328)
- clean working_dir architecture (791b048)
- de-register faulty connections (23d0dd0)
- fixed block attachability logic (32251de)
- handle feedbacks (b2cc9e3)
- integration test (8fe51f1)
- keep augmenting the same results (vs overwriting) (d7902dd)
- leftovers in internal tooling (464ec5a)
- lov level (b1ca7df)
- mitigate ability to DoS a node (c866080)
- mocknet setup (518dfb4)
- new attempt (bca0026)
- polish file names (6e8d904)
- re-enable atlas (de3f880)
- re-qualify log level (f7e339a)
- refactoring and simplifications (a214ffb)
- remove panic (4499fe4)
- remove tx1.bin (30c3d1f)
- removed instances of incorrect fee calc (1c85b61)
- requalify log level (bf3dea9)
- resolve bug in blocks.rs that didn't check if the sponsor could afford tx fee if the payload is a token transfer (16ee44b)
- resolve warnings (faf2187)
- temporarily remove criterion dependency due to rustc regression in nightly (63d7497)
- terminating event observer (36f7c12)
- test (29cf041)
- test + graceful recovery crash (cdebac5)
- tests (06b3883)
- tests (829f98e)
- type check and correct docs examples, addresses #2560 (e730087)
- use ms instead of secs for default working dir name (24d37a9)
- use NotFound error (instead of ServerError) (0a25ba6)
- use PathBuf in config.rs (d537e29)
- use to_hex helper (672d703)
- warnings / revert local changes (c4a850b)
Features
- add mempool drop tx events (cfba449)
- add reward slots to new_burn_block events (2621f20)
- add RPC endpoint /v2/traits// to determine if a trait is implemented in a contract (f98bfb8)
- add stress test (566166c)
- add verify check and output origin address in decode-tx (b34fe50)
- add/update fields in v2/pox (302eab2)
- allow neon node to use test_genesis_chainstate (d0a7233)
- better event payload (b4f7b47)
- better termination handling (07e80a6)
- do not mine in a burn block if failed already (5ee2a59)
- evict expired uninstantiated attachments after 3 days (74d07a6)
- improve stress test (4acfba4)
- include txid in attachment instances (67b605e)
- instruments rpc calls latency (134671d)
- keep invalidated block data (9f763dd)
- re-enable atlas (6446c05)
- refactor ancestor retrieval (877471b)
- stacks-node panic handler should print abort messages (37ca287)