Dan Lynch
Dan Lynch
I think we already have the "path" prefix, it's actually the `protobufPackage` property which we already export https://github.com/confio/cosmjs-types/blob/7bc6fa0547abc2471f76f77cffb406bd8929d06a/src/cosmos/tx/v1beta1/service.ts#L9 so we may likely only need to add the service name
I think this is due to the new tendermint client! I believe the latest cosmjs may have fixed this issue
Cool idea! I think this could be good. I think we could make another option perhaps? something like `createRpcHooksAndClient`, as an additional option. But many developers manage their own clients...
closes with #610
I think the path info doesn't know how to deal with `{package_id.chain_id}` when creating path infos
I was able to download https://github.com/lfittl/libpg_query and compile a new archive file. I then copy the `.a` file into this repo (and also copy header file): ```sh cp ../libpg_query/libpg_query.a libpg_query/osx/...
@zhm @lfittl any thoughts here?
update: I got tests to pass! However, this would seemingly be major breaking changes. The update introduces `RawStmt.stmt` to each node ```js var query = require('../'); var assert = require('assert');...
Thanks @lfittl, I see. I suppose people should just tag versions for this repo... what's a good way to deal with this? fwiw, the tests are passing: https://travis-ci.org/pyramation/node-pg-query-native/builds/414224051 Should I...
here's my PR: https://github.com/zhm/node-pg-query-native/pull/10