eosio-java icon indicating copy to clipboard operation
eosio-java copied to clipboard

EOSIO SDK for Java - API for integrating with EOSIO-based blockchains

Results 14 eosio-java issues
Sort by recently updated
recently updated
newest added

How does eosio-java do signature check

Hi, I am looking for the equivalent logic of `convertDERSignatureToEOSFormat` in swift. I am dealing with signatures and validate signatures on the backend using eosjs. Best, David

We receive an error ``` one.block.eosiojava.error.session.TransactionCreateSignatureRequestAbiError: Error happened on getting abi for contract ``` Smart contract is OK. If we upload with EOSIO 2.1 and cleos 2.1 eosjs works great...

getBlock is used for nodeos chains under 2.1.0 and getBlockInfo is used for 2.1.0+ TransactionConfig has a new member called `chainVersionString` that contains the target chain ID that the transaction...

I used bitcoin J and eosio Java in my project. How to solve this conflict? Here are the dependencies: https://github.com/bitcoinj/bitcoinj/blob/master/core/build.gradle dependencies { compile 'org.bouncycastle:bcprov-jdk15to18:1.64' } https://github.com/EOSIO/eosio-java/blob/master/eosiojava/build.gradle dependencies { api 'org.bouncycastle:bcprov-jdk15on:1.61'...

Hi guys, I want to create an eos transaction with custom expiration time e.g 1 day, but when I set expiration time more than 3600 sec I got this error...

When rekeying a permission on an EOSIO account, an `updateauth` action must be issued. Newcomers often make the mistake of thinking that an `updateauth` will add a given key to...

enhancement
good first issue
question