CodeChain-io / codechain-sdk-js

CodeChain JavaScript SDK
https://api.codechain.io
ISC License
26 stars 17 forks source link

Add an RPC deleteAllPendingTransactions() #407

Closed junha1 closed 4 years ago

junha1 commented 4 years ago

@joojis "message": "Method not found" How to update Codechain and reflect here?

joojis commented 4 years ago

@junha1 You need to update the codechain docker tag in https://github.com/CodeChain-io/codechain-sdk-js/blob/master/.travis.yml

As far as I remember, You can create a docker tag by pushing the revision to the docker-build branch of the codechain repo.

If it's created, the tag must be shown here

joojis commented 4 years ago

@majecty Do we still maintain the docker-build branch? I'm not sure because I haven't used it for a while.

majecty commented 4 years ago

@joojis Yes, we can use the branch.

junha1 commented 4 years ago

@joojis @majecty Updated