Luke Riley
Luke Riley
# Block.transactions always returns empty array, i.e. = [{},...,{}] When getting a block, the transactions parameter always has an array of empty transaction objects, i.e. block.transactions = [{},{},{},...{}] ## Steps...
# GetTransactionByHash unconfirmed transaction pool bug ## Steps To Reproduce use web3j.ethGetTransactionByHash(hash) for a hash of a transaction broadcast to the network but not yet in a block ### Expected...
## Feature description_ Currently `StaticStruct` and `DynamicStruct` require a dev to implement any new struct as Java class. But what about situations where the dev does not know the struct...
# Transaction MessageDecode exception For any unconfirmed transaction in the pending pool, we have been getting a messageDecode exception. ## Steps To Reproduce We are using web3j 4.8.4 and getting...
# _Issue_title_ Using web3j to sign a message and then verify it, is not intuitive due to hidden hashing. ## _Issue_description_ Web3j requires both of the following: 1. the message...