Jude Nelson

Results 548 comments of Jude Nelson

@kantai I added some regression tests for the new functionality

FWIW, neither Debian nor Alpine use a RAM filesystem for /tmp. They use tmpfs, or nothing at all (it's just part of root).

> tmpfs is not ramdisk but uses "virtual memory", which means data can be in either RAM or swap space. Right; you could conceivably deal with this problem by increasing...

> Even if others aren't getting to the point where they are seeing actual test failures, I still think we should do something about it, because taking up extra RAM...

How about, since people apparently use this endpoint, we instead fix `/v2/fees/transfer` to do what it's supposed to do?

If you're seeing people query this endpoint, then I think it's safe to assume that the questions / tech support requests aren't going to go away if we just disable...

Fixed: https://github.com/stacks-network/stacks-core/pull/4754

I'm not surprised. The code here is meant to demonstrate feasibility of parsing Clarity code, but there is more work that needs to be done in the VM to make...

`(get-block-info? burnchain-header-hash X)` takes a Bitcoin block height for `X`, so it should work. The Stacks node processes all Bitcoin blocks and has all their header hashes, even if some...

Yes, you're right. I checked the code. Relevant issue: https://github.com/blockstack/stacks-blockchain/issues/2663