Fixed outdated tech redirect link. (#7297)

* fix wiki link

Signed-off-by: Snazzy <snazzysam933@gmail.com>

* fix format

Signed-off-by: Snazzy <snazzysam933@gmail.com>

* change knownHash

Signed-off-by: Snazzy <snazzysam933@gmail.com>

---------

Signed-off-by: Snazzy <snazzysam933@gmail.com>
pull/7321/head
gringsam 5 months ago committed by GitHub
parent 6673287b17
commit 33f2ae2726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      plugin-api/build.gradle
  2. 3
      plugin-api/src/main/java/org/hyperledger/besu/plugin/services/BesuEvents.java

@ -70,7 +70,7 @@ Calculated : ${currentHash}
tasks.register('checkAPIChanges', FileStateChecker) {
description = "Checks that the API for the Plugin-API project does not change without deliberate thought"
files = sourceSets.main.allJava.files
knownHash = 'Q6EK5By3BNKNa/JYqYjFw43VXWL0KVBUV3dGEQBjZ70='
knownHash = 'yH50m+z1tnzshJQPdwR86pb2EU3m6iZxwkqoy/5spcs='
}
check.dependsOn('checkAPIChanges')

@ -258,7 +258,8 @@ public interface BesuEvents extends BesuService {
/**
* Invoked for each log (both added and removed) when a new block is added to the blockchain.
*
* @param logWithMetadata the log with associated metadata. see https://eth.wiki/json-rpc/API
* @param logWithMetadata the log with associated metadata. see
* https://ethereum.org/en/developers/docs/apis/json-rpc/
*/
void onLogEmitted(LogWithMetadata logWithMetadata);
}

Loading…
Cancel
Save