EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 463 forks source link

Need latest updates to master on a tagged release #427

Closed blackwatertepes closed 5 years ago

blackwatertepes commented 5 years ago

Version of EOSJS v20.0.0-beta2

Doesn't include latest changes. Specifically regarding finding rows with secondary indexes: https://github.com/EOSIO/eosjs/pull/415

I need this functionality in a tagged release. And after forking, building, and tagging my own latest version from master, I'm getting webpack minification errors in my project that I wasn't getting in the official release.

I'd appreciate it if you could...

c0d3ster commented 5 years ago

We're modifying our process such that master only contains the code from the last official release. We have a develop branch which contains the changes from the last official release until now (prerelease features). We just made this change yesterday, so something could've gone wrong with the timing of your fork; it sounds like you need to fork develop, build, then reference your files locally in your consuming projects package.json file. Let us know if you have any other issues.