Commit Graph
5 Commits
Author SHA1 Message Date
Arvid NorbergandGitHub 0764c8da33 Bump chia rs 0.14.0 (#18643)
* bump chia_rs to 0.14.0

* update tests covering negative division (allowed since the hard fork) and infinity G1 keys (disallowed with soft fork 5)

* BLSCache.update() takes GTElement now

* use get_conditions_from_spendbundle() in test_mempool_manager, to get the ANALYZE_SPENDS behavior

* fix mypy warnings
2024-09-26 08:55:26 -07:00
murongshaozongandGitHub b6b18086d6 chore: fix some comments (#18452)
Signed-off-by: murongshaozong <netease163@icloud.com>
2024-09-13 10:52:23 -05:00
Arvid NorbergandGitHub 9273a61459 CHIA-902 make Program.run() and Program.run_with_cost() default to enabling all the most recent features (#18370)
address Richard's review comments on the recent Program.run() changes
2024-08-08 00:58:32 -07:00
Arvid NorbergandGitHub 2ff9c876b5 [CHIA-902] default flags for Program.run() and Program.run_with_cost() (#18287)
make plain Program.run() and Program.run_with_cost() default to enabling all the most recent features, and to disallow unknown opcodes (i.e. strict mode). To have full control of which features are enabled, introduce a run2() function
2024-07-12 12:28:41 -07:00
Kyle AltendorfandGitHub a89222a428 move tests (#17209)
* prep

* verify source and installed tests match

* move

* remove move script
2024-03-14 10:19:20 -07:00