Skip to content

Commit

Permalink
move encoding tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Sep 9, 2024
1 parent 4562579 commit 3a0f8a0
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hildr-node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ dependencies {
implementation('io.tmio:tuweni-crypto:2.4.2'){
exclude group: 'org.bouncycastle', module: 'bcprov-jdk15on'
}

implementation('org.hyperledger.besu.internal:core:23.10.2')
implementation('org.hyperledger.besu.internal:algorithms:23.10.2')
implementation('org.hyperledger.besu.internal:rlp:23.10.2')
implementation('org.hyperledger.besu:besu-datatypes:23.10.2')

implementation 'io.tmio:tuweni-rlp:2.4.2'
implementation('tech.pegasys.discovery:discovery:22.12.0')
implementation 'org.xerial.snappy:snappy-java:1.1.10.5'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2023 [email protected]
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/

package io.optimism.utilities.encoding;

import io.optimism.type.DepositTransaction;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2023 [email protected]
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/

package io.optimism.utilities.encoding;

import com.fasterxml.jackson.databind.DeserializationFeature;
Expand Down

0 comments on commit 3a0f8a0

Please sign in to comment.