jseagrave21

Results 47 comments of jseagrave21

@ixje please note `make test` passes locally. You can see the failure is being caused by the `snapshot` argument which seems to be from #974.

@ixje BLUF: I think I have addressed all your comments. Please let me know if I am missing something. Background: In your first comment, since the string 'bla' is not...

@LysanderGG go for it! I started investigating yesterday but don't have anything written yet. cc @ixje > I would suggest both complete names and some abbreviations, for instance "sig", "bool",...

@localhuman please see https://github.com/CityOfZion/neo-python/pull/716 for proof of functionality (the PR is pulling from this branch right now) see https://github.com/CityOfZion/neo-python/pull/716/files#diff-354f30a63fb0907d4ad57269548329e3R23

While trying to research a solution to this problem, I discovered that neon-wallet is using a deprecated method from the rest API. Specifically, we are using `addressTXFull`, which is annotated...

>You mean the transaction history page? Yes. >The data in that field is mostly the same as what is stored in the `transfers` field I looked in the `transfers` field...

@ixje >others are a little surprising That's great! I'm glad this discussion is turning out to be useful on a bigger scale than I was thinking. >The "compound" event exists...

@ixje For this specific issue (i.e. `totalCount` discrepancies in general and between `/v1` and `/v2`), I think I could fix the `totalCount` using `addressTransactions` to generate it and continue using...

>Therefore, it is not going to give the correct `totalCount` because it does not include NEP-11 events. Okay, that's good to know. Unfortunately, I am not sure how to proceed...