Skip to content

Commit

Permalink
build(deps): [Snyk] Upgrade @hashgraph/hedera-local from 2.23.0 to 2.…
Browse files Browse the repository at this point in the history
…26.2 (#2558)

* fix: upgrade @hashgraph/hedera-local from 2.23.0 to 2.25.0

Snyk has created this PR to upgrade @hashgraph/hedera-local from 2.23.0 to 2.25.0.

See this package in npm:
@hashgraph/hedera-local

See this project in Snyk:
https://app.snyk.io/org/json-rpc-relay/project/bdb2179b-5ce8-4cf3-8b32-a42cc27e3d62?utm_source=github&utm_medium=referral&page=upgrade-pr

Signed-off-by: Logan Nguyen <[email protected]>

* fix: Rebuilt package-lock.json

Signed-off-by: ebadiere <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>

* fix: upgrade @hashgraph/hedera-local from 2.25.0 to 2.26.2

Signed-off-by: Logan Nguyen <[email protected]>

* fix: Turned off should not return contract bytecode after sefldestruct, until it
can be refactored.

Signed-off-by: ebadiere <[email protected]>

---------

Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: ebadiere <[email protected]>
Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: ebadiere <[email protected]>
Co-authored-by: Logan Nguyen <[email protected]>
  • Loading branch information
4 people authored Jun 25, 2024
1 parent c4013cf commit 6c7f8ed
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 67 deletions.
129 changes: 64 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"prepare": "husky install"
},
"dependencies": {
"@hashgraph/hedera-local": "^2.24.0",
"@hashgraph/hedera-local": "^2.26.2",
"@open-rpc/schema-utils-js": "^1.16.1",
"@types/find-config": "^1.0.4",
"@types/sinon": "^10.0.20",
Expand Down
4 changes: 3 additions & 1 deletion packages/server/tests/acceptance/rpc_batch2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,9 @@ describe('@api-batch-2 RPC Server Acceptance Tests', function () {
expect(res).to.eq(EthImpl.emptyHex);
});

it('should not return contract bytecode after sefldestruct', async function () {
// Issue # 2619 https://github.com/hashgraph/hedera-json-rpc-relay/issues/2619
// Refactor to consider HIP-868
xit('should not return contract bytecode after sefldestruct', async function () {
const bytecodeBefore = await relay.call('eth_getCode', [basicContractAddress, 'latest'], requestId);

// @ts-ignore
Expand Down

0 comments on commit 6c7f8ed

Please sign in to comment.