cberson

Results 2 issues of cberson

**Describe the feature:** Currently, vertex-centric indices are used for adjacent vertex objects. For example, ``` v2 = g.V(5678).next() (1) g.V(1234).out('edgeLabel').is(v2).next() ``` will utilize the built in vertex-centric indices. On the...

Hi, I was wondering if bitcoin-etl will be supporting the BTC taproot soft fork coming in November. The changes are outlined in BIP340, BIP341, and BIP342. Thanks!