zebra/zebra-chain/src
Conrado Gouvea 2f6a48bed8
fix(tests): use TEST_FAKE_ACTIVATION_HEIGHTS at runtime and fix tests (#3749)
* fix: check TEST_FAKE_ACTIVATION_HEIGHTS at runtime

* fix(tests): add TEST_FAKE_ACTIVATION_HEIGHTS variable

This variable ensures the test is activated in the `test-fake-activation-heights` step

* fix(docker): do not run specific tests by default in entrypoint.sh

* fix(test): remove extra TEST_FULL_SYNC argument

* imp(timeout): wait for an average build time

Co-authored-by: Gustavo Valverde <gustavo@iterativo.do>
2022-03-05 13:32:46 -04:00
..
amount
block fix: generate well-formed finalSaplingRoot in Arbitrary implementation (#3573) 2022-02-17 20:10:13 +00:00
chain_tip Estimate network chain tip height based on local node time and current best tip (#3492) 2022-02-11 01:27:02 +00:00
history_tree refactor(anchorSapling): Change type to force consensus rule validation (#3544) 2022-02-17 03:20:22 +00:00
orchard Document consensus rules from 4.6 Action Descriptions (#3549) 2022-02-21 23:49:32 +00:00
parameters fix(tests): use TEST_FAKE_ACTIVATION_HEIGHTS at runtime and fix tests (#3749) 2022-03-05 13:32:46 -04:00
primitives Document consensus rules from 4.6 Action Descriptions (#3549) 2022-02-21 23:49:32 +00:00
sapling docs: document consensus rules from 7.3 Spend Description Encoding and Consensus (#3575) 2022-02-19 02:27:09 +00:00
serialization Support large block heights (#3401) 2022-02-11 00:32:57 +00:00
sprout docs: document consensus rules from 4.3 JoinSplit Descriptions (#3452) 2022-02-08 09:57:09 +00:00
transaction Document consensus rules from 4.6 Action Descriptions (#3549) 2022-02-21 23:49:32 +00:00
transparent Check the length of coinbase data (#3542) 2022-02-16 00:13:55 +00:00
value_balance
work lint: add extra integer lints, and partially fix some code (#3409) 2022-01-27 11:34:15 -03:00
amount.rs
block.rs docs: Transaction consensus rules: Header rules (#3456) 2022-02-04 18:07:20 +00:00
chain_tip.rs Estimate network chain tip height based on local node time and current best tip (#3492) 2022-02-11 01:27:02 +00:00
fmt.rs
history_tree.rs
lib.rs Consolidate standard lints into a cargo config file (#3386) 2022-01-24 16:25:06 +00:00
orchard.rs ZIP 212: validate Sapling and Orchard output of coinbase transactions (#3029) 2021-11-11 22:18:37 +00:00
parameters.rs
primitives.rs ZIP 212: validate Sapling and Orchard output of coinbase transactions (#3029) 2021-11-11 22:18:37 +00:00
sapling.rs
serialization.rs Refactor addr v1 serialization using a separate AddrV1 type (#3021) 2021-11-10 06:47:50 +10:00
shutdown.rs
sprout.rs Validate JoinSplit proofs (#3128) 2021-12-10 16:33:15 +00:00
transaction.rs docs: Transaction consensus rules: Size rules (#3461) 2022-02-08 20:28:40 +00:00
transparent.rs Add some proptests for lock time validation (#3089) 2021-12-19 23:44:12 +00:00
value_balance.rs Enforce Rust edition 2021 (#3332) 2022-01-14 12:10:18 +00:00
work.rs