anonymoussprocket
anonymoussprocket
I'm using moo 0.5.0, with nearley 2.18.0. Upgrading to 0.5.1 and 2.19.0 respectively, then re-generating the parsers causes the following error: ``` TypeError: rules.map is not a function at Function.Grammar.fromCompiled...
`WrappedTezosHelper.listOvens` should get the data more efficiently, something like the following: ``` let contentQuery = ConseilQueryBuilder.setLimit(ConseilQueryBuilder.blankQuery(), 1_000); contentQuery = ConseilQueryBuilder.addFields(contentQuery, 'key'); contentQuery = ConseilQueryBuilder.addPredicate(contentQuery, 'value', ConseilOperator.EQ, [`0x${TezosMessageUtils.writeAddress(ovenOwner)}`], false); contentQuery =...
Add [proposal message](https://tezos.gitlab.io/shell/p2p_api.html?highlight=p2p#proposals-tag-5) codec in support of [T2#246](https://github.com/Cryptonomic/T2/issues/246).
- [ ] Make [ConseilJS-ReasonML-Bindings](https://github.com/Cryptonomic/ConseilJS-ReasonML-Bindings) a sub-project of [ConseilJ5](https://github.com/Cryptonomic/ConseilJS/tree/release/501). - [ ] Update bindings for ConseilJS-core 5.0.x.
Remove direct dependencies and provide wrappers. - [x] remove direct `node-fetch` dependency - [x] remove direct `loglevel` dependency - [ ] provide a wrapper for signing functionality to remove `fs`,...
- [x] regex matcher for annotations - [x] regex matcher for CAR/CDR macros - [x] regex matcher for DUP/DIP macros - [x] fix `Elt` bug - [x] support for IF_SOME...
TBD
Per [Nomadic](https://blog.nomadic-labs.com/michelson-updates-in-005.html), [Tezos/gitlab](https://gitlab.com/tezos/tezos/blob/zeronet/docs/protocols/005_PsBABY5H.rst), [Cryptium/gitlab](https://gitlab.com/cryptiumlabs/tezos/blob/master/specs/migration_004_to_005.md) - [x] add `CHAIN_ID` - [x] add new stack instructions: `DIG n`, `DUG n`, `DIP n { code }`, `DROP n` - [x] add `APPLY `...