This website requires JavaScript.
Explore
Help
Sign In
starred
/
chia-blockchain
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced
2026-09-05 02:24:21 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1.3.0
chia-blockchain
/
tests
/
blockchain
T
History
Arvid Norberg
and
GitHub
ce533879e2
run pytest in strict asyncio mode. add missing @pytest.mark.asyncio (
#10230
)
2022-02-16 11:01:04 -05:00
..
__init__.py
Ms.rate limits (
#1204
)
2021-03-10 15:48:34 +09:00
blockchain_test_utils.py
Move BLS validation to other processes during sync (
#9746
)
2022-01-20 14:50:41 -08:00
config.py
Add github workflow tool
2021-03-25 12:05:54 -07:00
test_blockchain_transactions.py
run pytest in strict asyncio mode. add missing @pytest.mark.asyncio (
#10230
)
2022-02-16 11:01:04 -05:00
test_blockchain.py
remove the GeneratorArgs type, and instead include the heights and generator programs as separate lists in BlockGenerator. The heights are not necessary when validating blocks, so this makes it easier to omit them in that case. The heights are only used when generating/farming a block. (
#10006
)
2022-01-31 18:49:39 -08:00