arty
arty
small deprecation fixes for the upcoming atom API change
One thing I see that should be improved in tendra's makefiles and env files is to separate the traditional prefix part of the library and include file paths "/usr", "/develop"...
May be controversial. I made cuts needed to move some constants into a place where importing them would be possible from anywhere, improving dependency congestion. Main visible differences: - There...
Was asked about this re: a recent branch so added a test that exercises the callbacks.
Change a few local buffer allocations to use unique_ptr so they'll be automatically cleaned up and use RAII to avoid hazards that might allow them to leak
### Purpose: Use a local list in full_node to contain formerly abandoned (and possibly gc'd tasks). Also unmark test_nft_creation_and_transfer. ### Current Behavior: test_nft_creation_and_transfer is flaky. ### New Behavior: Hopefully resolve...
This makes PreEval a trait which is passed down the stack as a mutable reference. It contains both pre_eval and post_eval methods and calls post_eval when requested based on the...
This goes along with https://github.com/prozacchiwawa/clvm branch 20210630-dialect-with-debug-freeze It enables dialect objects to provide a run_program method which stands in properly for the existing run_program standalone function and allows us to...
Simple change to give access to block records via the network interface.
Some trivial changes: - Ensure that the code only does id() on objects that are allocated, confirming that all other slice copies are temporary, and that no address is used...