-
Notifications
You must be signed in to change notification settings - Fork 299
fix(connector-besu): toBuffer only supports 0x-prefixed hex was given: 3000000 #2791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Besu
bug
Something isn't working
good-first-issue
Good for newcomers
good-first-issue-400-expert
P2
Priority 2: High
Security
Related to existing or potential security vulnerabilities
Milestone
Comments
ruzell22
added a commit
to ruzell22/cactus
that referenced
this issue
Oct 25, 2023
…: 3000000 fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
5 tasks
ruzell22
added a commit
to ruzell22/cactus
that referenced
this issue
Oct 25, 2023
fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
ruzell22
added a commit
to ruzell22/cactus
that referenced
this issue
Oct 26, 2023
Primary Changes --------------- 1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from 30000000 to its hex equivalent fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
ruzell22
added a commit
to ruzell22/cactus
that referenced
this issue
Oct 26, 2023
Primary Changes --------------- 1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from 3000000 to its hex equivalent fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
ruzell22
added a commit
to ruzell22/cactus
that referenced
this issue
Nov 7, 2023
Primary Changes --------------- 1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from 3000000 to its hex equivalent fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
ruzell22
added a commit
to ruzell22/cactus
that referenced
this issue
Nov 7, 2023
Primary Changes --------------- 1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from 3000000 to its hex equivalent fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
ruzell22
added a commit
to ruzell22/cactus
that referenced
this issue
Nov 7, 2023
Primary Changes --------------- 1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from 3000000 to its hex equivalent fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
ruzell22
added a commit
to ruzell22/cactus
that referenced
this issue
Nov 7, 2023
Primary Changes --------------- 1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from 3000000 to its hex equivalent fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
ruzell22
added a commit
to ruzell22/cactus
that referenced
this issue
Nov 7, 2023
Primary Changes --------------- 1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from 3000000 to its hex equivalent fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
petermetz
pushed a commit
to ruzell22/cactus
that referenced
this issue
Dec 8, 2023
Primary Changes --------------- 1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from 3000000 to its hex equivalent fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
petermetz
pushed a commit
that referenced
this issue
Dec 10, 2023
Primary Changes --------------- 1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from 3000000 to its hex equivalent fixes: #2791 Signed-off-by: ruzell22 <[email protected]>
sandeepnRES
pushed a commit
to sandeepnRES/cacti
that referenced
this issue
Dec 21, 2023
Primary Changes --------------- 1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from 3000000 to its hex equivalent fixes: hyperledger-cacti#2791 Signed-off-by: ruzell22 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Besu
bug
Something isn't working
good-first-issue
Good for newcomers
good-first-issue-400-expert
P2
Priority 2: High
Security
Related to existing or potential security vulnerabilities
Description
The
./packages/cactus-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-ledger-connector-besu/deploy-contract/private-deploy-contract-from-json-web3-eea.test.ts
besu test case is failing consistently.
It might be because of a recent dependency upgrade.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: