Skip to content

Commit

Permalink
Renamed couple of missed references for #123 and bumped lib version t…
Browse files Browse the repository at this point in the history
…o 0.8.1
  • Loading branch information
3Nigma committed Nov 22, 2022
1 parent bc9e55f commit 085f0e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/compiler/ContractCompileResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This module is responsible for linking solidity-contract abi code against already deployed libraries
*
* Be very mindful when editing it to not include to many external module dependencies which
* could burden the bundler plugins that reference it (eg. @buidlerlabs/rollup-plugin-hedera-strato).
* could burden the bundler plugins that reference it (eg. @buidlerlabs/rollup-plugin-hedera-venin).
*
* Note: This is also exported via package.json but is done so for internal use only and, as such,
* does not guarantee module api stability.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"url": "https://github.com/buidler-labs/hedera-venin-js"
},
"types": "./types/index.d.ts",
"version": "0.8.0",
"version": "0.8.1",
"peerDependencies": {
"@hashgraph/sdk": "~2.17.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function loadContractRegistry(): ContractRegistry {
}

describe("LiveContract.Solidity-by-Example", () => {
// Requires: https://github.com/buidler-labs/hedera-strato-js/issues/11
// Requires: https://github.com/buidler-labs/hedera-venin-js/issues/11
it.skip("not setting a query-payment should default to using the upper limit given by the maximum-query-payment available on the client which should allow the query to successfully resolve", async () => {
const { session } = await ApiSession.default({
session: {
Expand Down

0 comments on commit 085f0e4

Please sign in to comment.