This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const createHash = require('create-hash') | |
const { Avalanche, BinTools, BN } = require('avalanche') | |
const { KeyChain } = require('avalanche/dist/apis/evm') | |
const avm = require('avalanche/dist/apis/avm') | |
const { Signature } = require('avalanche/dist/common/credentials') | |
const ava = new Avalanche('api.avax.network', 443, 'https') | |
const bintools = BinTools.getInstance() | |
const xchain = ava.XChain() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.apache.jackrabbit.oak.spi.commit.CommitInfo | |
import org.apache.jackrabbit.oak.spi.commit.EmptyHook | |
import org.apache.jackrabbit.oak.spi.state.NodeState | |
import org.apache.jackrabbit.oak.spi.state.NodeBuilder | |
class LibsCleaner { | |
def session | |
def scanBundles(remove = false) { |