Matthew Little

Results 108 issues of Matthew Little

The circulating supply can have large jumps that often causes confusion. This could be helped by display clear context around supply changes. Something like an "unlock calendar" or FAQ displaying...

We have a mostly complete implementation of this platform for NGraphics. It works for our purposes but is missing the ArcTo op and probably a few others. I'm mostly posting...

We'd like to be able to export SVG files as well as PNG from all of our platforms. It seems feasible since NGraphics can already parse SVG and translate them...

A `signer_bitvec` property was added to `/new_block` in PR https://github.com/stacks-network/stacks-core/pull/4526 We should be able to match this against the signers from the `reward_set` signer array by array index. This should...

blocked

New burn-op implemented in https://github.com/stacks-network/stacks-core/pull/4376 Needs parsing support in the API

Issue found by @csgui where the `event_observer_requests` table can be missing events even if the rest of the event ingestion was successful. This appears to be because the function for...

Closes https://github.com/hirosystems/stacks-blockchain-api/issues/2011

https://www.notion.so/hiropbc/Explorer-search-c4371f38c28b4ffcbf0df2011b7ddefc Includes: * Partial string matches on smart contract ids, token names, bns names * TODO.. - [x] https://github.com/hirosystems/stacks-blockchain-api/issues/2024

enhancement

New transaction wire format implemented in https://github.com/stacks-network/stacks-core/pull/3710 **In Scope** * Add unit test for the new wire format * Resolve any ingestion issues that arise

nakamoto

Stacks block timestamps have been added to Nakamoto blocks in https://github.com/stacks-network/stacks-core/pull/4846 API code currently takes `Date.now()` during block ingestion for this value: https://github.com/hirosystems/stacks-blockchain-api/blob/eada84e2ce7b5decf75e29809f91f33fd8e6ae21/src/event-stream/event-server.ts#L251-L258 * Needs to be adjusted to use...

nakamoto