-
# TransactionException with empty revert reason
## Steps To Reproduce
Here's my test:
```
package bounty_hunter_gradle
import kotlin.test.assertFailsWith
import com.google.common.truth.T…
-
Failed to execute goal org.web3j:web3j-maven-plugin:4.9.8:generate-sources (default-cli) on project web3jDemo: Execution default-cli of goal org.web3j:web3j-maven-plugin:4.9.8:generate-sources failed:…
-
I faced this issue writing code using `web3j` library which in turn uses `okhttp` and `okio`.
After application finished few daemon threads keep running. One of them is "Okio Watchdog".
Maven `exe…
-
2024-09-26 09:05:43.934 ERROR 16571 --- [pool-8-thread-4] org.web3j.protocol.core.filters.Filter : Error sending request
org.java_websocket.exceptions.WebsocketNotConnectedException: null
at org.j…
-
## Feature description_
It would be nice to make the `Web3j` interface implement autocloseable, this will prevent users to forget about closing it.
Implementation effort should be minimal.
-
- web3j does not have fillTransaction func
- only have static gasprovider which fill gaslimit with formal input gaslimit
- web3j-ext's fillTransaction does not fill gaslimit field
- we can fil…
-
https://github.com/web3j/web3j/blob/4b583dd0f701334be1f18abc925eff4dcb9c3e52/core/src/main/java/org/web3j/protocol/core/filters/Filter.java#L72
**My temporary modification plan**
1. filter ad…
-
# _Bug_title_
Cannot use org.web3j:core with JPMS.
## Steps To Reproduce
Run from a module with JPMS enabled.
## Environment
_Describe the environment in which the issue occurs_
- Web3j vers…
-
# These files are under the GPL-3.0 or LGPL-3.0 license, a strong copyleft license, which is incompatible with your project license. These files must be removed from your repo.
[Here is the report.…
-
# Filter Exception, Invalid request: filter not found
I'm using a custom contract `customEventFlowable(filter).subscribe(()->{...})` to filter through that event, the filter is created by:
```
…