Daniel Porteous (dport)

Results 207 issues of Daniel Porteous (dport)

## Stack - Prev: https://github.com/aptos-labs/aptos-indexer-processors/pull/206 - Next: https://github.com/aptos-labs/aptos-indexer-processors/pull/207 ## Summary Unfortunately you can't implement enum_dispatch across crates so since the ProcessorTrait is in another crate we had to go back...

## Stack - Prev: https://github.com/aptos-labs/aptos-indexer-processors/pull/205 - Next: https://github.com/aptos-labs/aptos-indexer-processors/pull/204 ## Summary todo ## Test Plan See https://github.com/aptos-labs/aptos-indexer-processors/pull/207.

## Stack - Prev: https://github.com/aptos-labs/aptos-indexer-processors/pull/203 - Next: https://github.com/aptos-labs/aptos-indexer-processors/pull/205 ## Summary todo ## Test Plan See https://github.com/aptos-labs/aptos-indexer-processors/pull/207.

## Stack - Prev: https://github.com/aptos-labs/aptos-indexer-processors/pull/210 - Next: https://github.com/aptos-labs/aptos-indexer-processors/pull/205 ## Summary This PR adds adds the stream subscriber to the SDK. As described here, this is the part that pulls txns...

## Stack - Prev: N/A - Next: https://github.com/aptos-labs/aptos-indexer-processors/pull/203 ## Summary This PR makes the beginning of a processor SDK for Rust. All I move for now is util functions that...

## Description Currently we have only one `starting_version` field. This field applies unconditionally, even if there is a version in the DB. This means if the user wants to start...

custom-processors

## Summary This PR attempts to reduce the amount of DB look ups to determine whether an address is a fungible token we might have to do by caching the...

**Note to the reviewer**: Before I go and add all the comments and do some clean up I want to get eyes on this to make sure yall think the...

### What happened? Methods for `pulumi.dynamic.ResourceProvider` can take in structs with `pulumi.Input` even though by this point they are automagically unwrapped. ### Example Consider this code: https://gist.github.com/banool/2fda3dbac866c0a21118bd1826ce56bc. The `create` method...

kind/enhancement
language/javascript
area/dynamic-providers