Brandon Fancher

Results 13 comments of Brandon Fancher

Good refactor—pulling out those endpoint constants. 👍🏼

This seems to be happening to me too.

@taipa-ibl, I think I found the culprit. In my `babel-transformer.js` file, I had: ```javascript const babelRC = { presets: ['react-native'], sourceMaps: true, plugins: [ ... ``` Once I commented out...

@taipa-ibl: After more investigation, I got source maps working with fast Chrome Debugging and better rebuild times. The solution? Move all of my transform code to `.babelrc`. I deleted my...

Version 2.1 (see PR #7) optimizes Mapbox API usage by getting the nearest three stations as the crow flies and sending only those to the Mapbox Matrix API. This should...

@jafri Good catch. Looks like this was a regression in the Reference iOS Authenticator App.

Nice. I haven't thought too much about this since posting the issue/idea... we already have the concept of an RPC Provider, and the history calls are a subset of that....

#158 adds the properties for context free actions to `EosioTransaction`. More assessment is needed, however, to ensure they are properly supported.

PRs #168 and #171 set the stage for making Actions and Context Free Actions on `EosioTransaction` immutable. By making them non-settable (`public private(set)`) and adding explicit methods for adding actions,...