-
Notifications
You must be signed in to change notification settings - Fork 534
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
Implementation of the accounts method #2190
Implementation of the accounts method #2190
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e1c35f - Browse repository at this point
Copy the full SHA 0e1c35fView commit details
Commits on Mar 11, 2024
-
Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#148)
* Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md) - [Commits](go-jose/go-jose@v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Format go.mod --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 692c06d - Browse repository at this point
Copy the full SHA 692c06dView commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eda36ff - Browse repository at this point
Copy the full SHA eda36ffView commit details -
Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.60.0 to 1.61.0 (#143)
Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.60.0 to 1.61.0. --- updated-dependencies: - dependency-name: gopkg.in/DataDog/dd-trace-go.v1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b216756 - Browse repository at this point
Copy the full SHA b216756View commit details -
Set versioning build flags in the goreleaser (#131)
* added versioning flags * comment fix --------- Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c85df85 - Browse repository at this point
Copy the full SHA c85df85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e1e2a7 - Browse repository at this point
Copy the full SHA 9e1e2a7View commit details -
Remove unused parameters (#151)
Co-authored-by: Goran Rojovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c681a63 - Browse repository at this point
Copy the full SHA c681a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 339ed1d - Browse repository at this point
Copy the full SHA 339ed1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff4220 - Browse repository at this point
Copy the full SHA 6ff4220View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d32b6 - Browse repository at this point
Copy the full SHA a8d32b6View commit details -
Merge pull request #154 from Ethernal-Tech/feat/tls
jsonrpc with https
Configuration menu - View commit details
-
Copy full SHA for c99a5c5 - Browse repository at this point
Copy the full SHA c99a5c5View commit details
Commits on Mar 13, 2024
-
Execute EVM benchmark subtests independently (#150)
* Change the way EVM benchmark subtests are ran * Remove redundant listFolders call * Do not execute EVM state tests multiple times * Remove listFolders function
Configuration menu - View commit details
-
Copy full SHA for e1d1dce - Browse repository at this point
Copy the full SHA e1d1dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e1f934 - Browse repository at this point
Copy the full SHA 6e1f934View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6a845 - Browse repository at this point
Copy the full SHA ee6a845View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 297903e - Browse repository at this point
Copy the full SHA 297903eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f5b78 - Browse repository at this point
Copy the full SHA f4f5b78View commit details -
added constructor for all types of transactions (#153)
* added contructor for all types of transactions * legacy transaction test fix * other transactions test fix * legacy test fix * state test fix * comment fix
Configuration menu - View commit details
-
Copy full SHA for 6501516 - Browse repository at this point
Copy the full SHA 6501516View commit details -
Configuration menu - View commit details
-
Copy full SHA for a901748 - Browse repository at this point
Copy the full SHA a901748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d032c - Browse repository at this point
Copy the full SHA 88d032cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe9fe51 - Browse repository at this point
Copy the full SHA fe9fe51View commit details -
Configuration menu - View commit details
-
Copy full SHA for def5868 - Browse repository at this point
Copy the full SHA def5868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5abf5bc - Browse repository at this point
Copy the full SHA 5abf5bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23c746e - Browse repository at this point
Copy the full SHA 23c746eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccea3a8 - Browse repository at this point
Copy the full SHA ccea3a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7995d8 - Browse repository at this point
Copy the full SHA c7995d8View commit details
Commits on Mar 15, 2024
-
Merge pull request #158 from Ethernal-Tech/feat/tls
TLS certificate on CI
Configuration menu - View commit details
-
Copy full SHA for efdee00 - Browse repository at this point
Copy the full SHA efdee00View commit details
Commits on Mar 18, 2024
-
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#157)
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4fb71bd - Browse repository at this point
Copy the full SHA 4fb71bdView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00dcb4b - Browse repository at this point
Copy the full SHA 00dcb4bView commit details -
New 'Ethereum JSONRPC' client implementation (#160)
* New EthClient * Remove unused code * CallMsg * e2e test * Lint fix * Remove temporary test * Fix e2e test * Fix the tests version * Go mod tidy and use the Keccak256 from the crypto pkg * Place github.com/valyala/fastjson among the direct deps * Comments fix --------- Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6f539c - Browse repository at this point
Copy the full SHA e6f539cView commit details
Commits on Mar 21, 2024
-
Introduce
ECDSAKey
and decouple fromethgo
lib transactions signi……ng logic (#112) * Introduce ECDSAKey and decouple from ethgo transactions signing logic * Fix panic in e2e test(s) * Fix checkpoint manager unit tests * Try to fix extract signature failure * Change signature of sign callback function * Use the latest signer in the tx relayer * Minor fixes * Fix panic when unsigned transaction is sent to txrelayer * Instantiate LondonOrBerlin signer in the TestCluster.SendTxn * Minor change * Lint fix * Build fixes * Add log to tx pool * Typo fix and small simplification * Build fix * callback function fix * rebase fixes * lint fix * fixes for e2e * migration test fix * transactionWithHeaderInstructions fix * Fix linters * Fix linter (uncapitalize param name) * Remove debug log * Adapt the unit test * Merge fix * Fix TestE2E_JsonRPC_NewEthClient * Lint fix * comment fix * lint fix * test fix * one more transaction contructor --------- Co-authored-by: Dusan Nosovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a76534d - Browse repository at this point
Copy the full SHA a76534dView commit details
Commits on Mar 22, 2024
-
Update e2e-polybft/e2e/storage_test.go
Co-authored-by: Goran Rojovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40765a7 - Browse repository at this point
Copy the full SHA 40765a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd1f94 - Browse repository at this point
Copy the full SHA 3fd1f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c9a2d4 - Browse repository at this point
Copy the full SHA 1c9a2d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 416a2b0 - Browse repository at this point
Copy the full SHA 416a2b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6cd79 - Browse repository at this point
Copy the full SHA 4e6cd79View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2dd121 - Browse repository at this point
Copy the full SHA c2dd121View commit details
Commits on Mar 25, 2024
-
Validator Snapshot bug fix (#164)
* Fix * reorganize test * comments fix * Simplify creation of snapshot * comments fix --------- Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for badef47 - Browse repository at this point
Copy the full SHA badef47View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e616e7 - Browse repository at this point
Copy the full SHA 8e616e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 096a568 - Browse repository at this point
Copy the full SHA 096a568View commit details -
Merge pull request #126 from Ethernal-Tech/feat/state-db-refactoring
LevelDB with 2 databases
Configuration menu - View commit details
-
Copy full SHA for 1c1d7f6 - Browse repository at this point
Copy the full SHA 1c1d7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b83de2 - Browse repository at this point
Copy the full SHA 5b83de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0cc224 - Browse repository at this point
Copy the full SHA c0cc224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec95ee - Browse repository at this point
Copy the full SHA 7ec95eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d06664e - Browse repository at this point
Copy the full SHA d06664eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb840c - Browse repository at this point
Copy the full SHA fcb840cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6ff7f5 - Browse repository at this point
Copy the full SHA f6ff7f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for edc5064 - Browse repository at this point
Copy the full SHA edc5064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e64343 - Browse repository at this point
Copy the full SHA 2e64343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b2b199 - Browse repository at this point
Copy the full SHA 1b2b199View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bc12b - Browse repository at this point
Copy the full SHA f6bc12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c60644 - Browse repository at this point
Copy the full SHA 0c60644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 094accc - Browse repository at this point
Copy the full SHA 094acccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a68a0b5 - Browse repository at this point
Copy the full SHA a68a0b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd026a2 - Browse repository at this point
Copy the full SHA fd026a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c282887 - Browse repository at this point
Copy the full SHA c282887View commit details
Commits on Mar 27, 2024
-
Implemented GetHeaderByNumber and GetHeaderByHash (#149)
* implemented methods: eth_getHeaderByNumber eth_getHeaderByHash. * The following methods were created: eth_createAccessList, eth_coinbase, eth_getBlockReceipts, txpool_ContentFrom * fix lint * CR fix, part 1 * CR fix, part 2 * lint fix * created UTs for methods: eth_createAccessList, eth_getBlockReceipts, txpool_ContentFrom * e2e test for eth_getBlockReceipts * e2e remove * CR fix * Remove dummy comment * CR fix * lint fix * CR fix and new tests e2e have been added * Address comments * Minor simplification * Minor changes in eth_getBlockReceipts * e2e test fix and cr fix * lint fix * e2e --------- Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8b4771 - Browse repository at this point
Copy the full SHA c8b4771View commit details -
Configuration menu - View commit details
-
Copy full SHA for c37f113 - Browse repository at this point
Copy the full SHA c37f113View commit details -
[BLADE-113] GitHub workflow changes (#146)
* GitHub workflow and Slack notifications changes * Small fixes * Deploy notification fixes * Small fixes * Small fixes * Small fixes * Destroy notification fixes * Destroy notification fixes * Fixed Restore data Ansible command
Configuration menu - View commit details
-
Copy full SHA for c756706 - Browse repository at this point
Copy the full SHA c756706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51dea59 - Browse repository at this point
Copy the full SHA 51dea59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bec50 - Browse repository at this point
Copy the full SHA 98bec50View commit details -
Merge pull request #168 from Ethernal-Tech/remove-multiple-leveldb-in…
…stances 2nd leveldb database instance removal
Configuration menu - View commit details
-
Copy full SHA for 111586d - Browse repository at this point
Copy the full SHA 111586dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 307c7bb - Browse repository at this point
Copy the full SHA 307c7bbView commit details
Commits on Mar 28, 2024
-
* Workflow fixes * Small fixеs * Enable London fork; Disable bridge
Configuration menu - View commit details
-
Copy full SHA for 18ed872 - Browse repository at this point
Copy the full SHA 18ed872View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a99aece - Browse repository at this point
Copy the full SHA a99aeceView commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13b3d95 - Browse repository at this point
Copy the full SHA 13b3d95View commit details -
[BLADE-138] Consolidate
TestTxn
to useTxRelayer
(#174)* fix * lint fix * storage test fix * comments fix * fix * fix
Configuration menu - View commit details
-
Copy full SHA for 5751c71 - Browse repository at this point
Copy the full SHA 5751c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b688a0 - Browse repository at this point
Copy the full SHA 6b688a0View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45b455e - Browse repository at this point
Copy the full SHA 45b455eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de0b24d - Browse repository at this point
Copy the full SHA de0b24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cfc3a0 - Browse repository at this point
Copy the full SHA 2cfc3a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac1ed52 - Browse repository at this point
Copy the full SHA ac1ed52View commit details -
Configuration menu - View commit details
-
Copy full SHA for fabeafa - Browse repository at this point
Copy the full SHA fabeafaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d262a72 - Browse repository at this point
Copy the full SHA d262a72View commit details -
Bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#181)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.20.0 to 0.21.0. - [Commits](golang/crypto@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 760f638 - Browse repository at this point
Copy the full SHA 760f638View commit details -
Bump golang.org/x/tools from 0.18.0 to 0.19.0 (#182)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2fa376d - Browse repository at this point
Copy the full SHA 2fa376dView commit details -
Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#183)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/golang/protobuf/releases) - [Commits](golang/protobuf@v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: github.com/golang/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 240be23 - Browse repository at this point
Copy the full SHA 240be23View commit details -
Bump cloud.google.com/go/secretmanager from 1.11.5 to 1.12.0 (#185)
Bumps [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go) from 1.11.5 to 1.12.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@secretmanager/v1.11.5...dlp/v1.12.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/secretmanager dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 118018c - Browse repository at this point
Copy the full SHA 118018cView commit details -
Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.61.0 to 1.62.0 (#184)
Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.61.0 to 1.62.0. --- updated-dependencies: - dependency-name: gopkg.in/DataDog/dd-trace-go.v1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for da15fcf - Browse repository at this point
Copy the full SHA da15fcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf1dc8 - Browse repository at this point
Copy the full SHA aaf1dc8View commit details -
Fix linter configuration (#187)
* Fix warning * Bump the version of golangci tool to the latest * Remove version parameter
Configuration menu - View commit details
-
Copy full SHA for 51a8788 - Browse repository at this point
Copy the full SHA 51a8788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c8c58 - Browse repository at this point
Copy the full SHA 94c8c58View commit details -
Merge pull request #188 from Ethernal-Tech/feat-extend-db-tests
Add read threads to storagev2 leveldb unit test
Configuration menu - View commit details
-
Copy full SHA for 1b47a22 - Browse repository at this point
Copy the full SHA 1b47a22View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6aee40c - Browse repository at this point
Copy the full SHA 6aee40cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 885d222 - Browse repository at this point
Copy the full SHA 885d222View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba4c53d - Browse repository at this point
Copy the full SHA ba4c53dView commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef5db7b - Browse repository at this point
Copy the full SHA ef5db7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e50904 - Browse repository at this point
Copy the full SHA 0e50904View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cc373a - Browse repository at this point
Copy the full SHA 6cc373aView commit details -
Merge pull request #190 from Ethernal-Tech/feat/jsonrpc-cert-secret-m…
…anager Secret manager for json RPC TLS
Configuration menu - View commit details
-
Copy full SHA for aca4572 - Browse repository at this point
Copy the full SHA aca4572View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddd7fa9 - Browse repository at this point
Copy the full SHA ddd7fa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8e718 - Browse repository at this point
Copy the full SHA 9f8e718View commit details
Commits on Apr 11, 2024
-
Add version metadata to the logs (#191)
* Add version metadata to the logs * Lint fix
Configuration menu - View commit details
-
Copy full SHA for 03a2107 - Browse repository at this point
Copy the full SHA 03a2107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de9583 - Browse repository at this point
Copy the full SHA 1de9583View commit details -
Merge pull request #192 from Ethernal-Tech/feat/benchmark-tests
Benchmark tests for DBs
Configuration menu - View commit details
-
Copy full SHA for 6dda350 - Browse repository at this point
Copy the full SHA 6dda350View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2cb012f - Browse repository at this point
Copy the full SHA 2cb012fView commit details -
Merge pull request #193 from Ethernal-Tech/feat/tls-command
Create TLS certificate with command / load TLS certificate from configuration
Configuration menu - View commit details
-
Copy full SHA for 5d6017f - Browse repository at this point
Copy the full SHA 5d6017fView commit details
Commits on Apr 15, 2024
-
Load test runner implementation (#194)
* Load test runner implementation * UTs build fix * Lint fix * load-test command * Better UX * add ZexCoin to test artifacts * add erc20 test name log * gas price increase * collect all errors for tx sending and just log them * stale sequence check (temp fix) * more gasPrice increase * gather receipt errors and print them * lint fix * feeData * Lint fix * fix * ERC721 support * results to json file * lint fix * remove comment * receipts gather in separate routines * remove receipts timeout from fund and deploy functions * ticker timeout and gasPrice increase * lock in gathering receipts * increase maxDemotionsNum * waitForTxPool flag, and gathering results in parallel * lint fix * fix ut * Go mod tidy * comments fix * lint fix * more statistics * small fix * small fix --------- Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 162382e - Browse repository at this point
Copy the full SHA 162382eView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f675df - Browse repository at this point
Copy the full SHA 6f675dfView commit details -
Merge pull request #196 from Ethernal-Tech/bug/erc20-freeze-fix
Fix for ERC20 load test freeze
Configuration menu - View commit details
-
Copy full SHA for ebee469 - Browse repository at this point
Copy the full SHA ebee469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8690395 - Browse repository at this point
Copy the full SHA 8690395View commit details -
Add verbose logging to the transactions execution (#195)
* Implement fmt.Stringer in the Header and Transaction * Log block transactions when executing a block * Log genesis configuration on debug level * Changes in the FSM logs * Address comments * Remove unused param from test * Lint fix * Minor change * Address comment
Configuration menu - View commit details
-
Copy full SHA for 7de79dc - Browse repository at this point
Copy the full SHA 7de79dcView commit details
Commits on Apr 18, 2024
-
ResetWithHeaders
optimization (#198)* fix * reorg * small optimization * comments fix * ut fix
Configuration menu - View commit details
-
Copy full SHA for bd84444 - Browse repository at this point
Copy the full SHA bd84444View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b90c2 - Browse repository at this point
Copy the full SHA b8b90c2View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05a1235 - Browse repository at this point
Copy the full SHA 05a1235View commit details -
Merge pull request #200 from Ethernal-Tech/bug/libp2p-max-message-size
libp2p pubsub max message size set to 4 MB
Configuration menu - View commit details
-
Copy full SHA for ce6d722 - Browse repository at this point
Copy the full SHA ce6d722View commit details -
Reuse the
ProcessBlock
from theExecutor
in the `BlockchainWrappe……r` (#201) * go mod tidy * Reuse the Executor.ProcessBlock and enhance logs
Configuration menu - View commit details
-
Copy full SHA for 0e09b0e - Browse repository at this point
Copy the full SHA 0e09b0eView commit details
Commits on Apr 22, 2024
-
Load test with mixed transactions (#203)
* mixed txs load test * lint fix * lint fix
Configuration menu - View commit details
-
Copy full SHA for 20485ee - Browse repository at this point
Copy the full SHA 20485eeView commit details -
Bump golang.org/x/net from 0.22.0 to 0.23.0 (#202)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](golang/net@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4878159 - Browse repository at this point
Copy the full SHA 4878159View commit details
Commits on Apr 23, 2024
-
E2E tests for
eth_createAccessList
andeth_getBlockReceipts
(#173)* e2e tests for eth_getHeaderByHash and eth_getHeaderByNumber * e2e fix * eth_getBlockReceipts e2e test * UT fix * eth_createAccessList e2e test. * CR fix * e2e eth_createAccessList fix * Fix the e2e test * Lint fix * Uncomment code * Fix the e2e tests --------- Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1c6cf1 - Browse repository at this point
Copy the full SHA b1c6cf1View commit details
Commits on Apr 24, 2024
-
Change Load Testing tool; Add
gossipMessageSizeFlag
(#206)* Load Test changes; Minor changes * tool fix * Minor changes * Change JSON RPC batch limit * gossip-msg-size flag on server command * Added `gossip_msg_size` flag * Small changes * small fix * Golang fixes; Notification changes; Add ERC721 Notification * Minor changes * UT fix --------- Co-authored-by: Goran Rojovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef2ec29 - Browse repository at this point
Copy the full SHA ef2ec29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da0db0 - Browse repository at this point
Copy the full SHA 4da0db0View commit details -
EIP1559
token burning fix (#209)* burn tokens only if token is L1 originated * remove comment
Configuration menu - View commit details
-
Copy full SHA for dc77972 - Browse repository at this point
Copy the full SHA dc77972View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fd97b8 - Browse repository at this point
Copy the full SHA 6fd97b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 697b557 - Browse repository at this point
Copy the full SHA 697b557View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbeb0fc - Browse repository at this point
Copy the full SHA cbeb0fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b633fb1 - Browse repository at this point
Copy the full SHA b633fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c84654 - Browse repository at this point
Copy the full SHA 7c84654View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b857895 - Browse repository at this point
Copy the full SHA b857895View commit details -
Adjust round 0 timeout for go-ibft (#204)
* Fix comment * Set round 0 timeout as twice the block time in case block time is greater than default round 0 timeout * Adapt base round timeout on every block, because block time could have been affected by the governance * Address feedback * Optimization * Fix UTs
Configuration menu - View commit details
-
Copy full SHA for ec98fb4 - Browse repository at this point
Copy the full SHA ec98fb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 723a0fa - Browse repository at this point
Copy the full SHA 723a0faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e2c1d - Browse repository at this point
Copy the full SHA c9e2c1dView commit details -
Merge pull request #210 from Ethernal-Tech/bug/txpool-keep-txs
Fix for txpool loosing txs
Configuration menu - View commit details
-
Copy full SHA for b9f6de8 - Browse repository at this point
Copy the full SHA b9f6de8View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0918357 - Browse repository at this point
Copy the full SHA 0918357View commit details -
Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd2b3b9 - Browse repository at this point
Copy the full SHA dd2b3b9View commit details -
Merge pull request #213 from Ethernal-Tech/enh/sequence-cancelled-cal…
…lback SequenceCancelled backend callback
Configuration menu - View commit details
-
Copy full SHA for a840725 - Browse repository at this point
Copy the full SHA a840725View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c969b60 - Browse repository at this point
Copy the full SHA c969b60View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7cecd4 - Browse repository at this point
Copy the full SHA e7cecd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6e571 - Browse repository at this point
Copy the full SHA cf6e571View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81a3e21 - Browse repository at this point
Copy the full SHA 81a3e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa2e4f0 - Browse repository at this point
Copy the full SHA aa2e4f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4aad31 - Browse repository at this point
Copy the full SHA d4aad31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 116cd4f - Browse repository at this point
Copy the full SHA 116cd4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec0c80 - Browse repository at this point
Copy the full SHA 3ec0c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce96fac - Browse repository at this point
Copy the full SHA ce96facView commit details -
Configuration menu - View commit details
-
Copy full SHA for 583b516 - Browse repository at this point
Copy the full SHA 583b516View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54ec974 - Browse repository at this point
Copy the full SHA 54ec974View commit details -
Bump github.com/erigontech/mdbx-go from 0.37.2 to 0.38.0 (#219)
Bumps [github.com/erigontech/mdbx-go](https://github.com/erigontech/mdbx-go) from 0.37.2 to 0.38.0. - [Release notes](https://github.com/erigontech/mdbx-go/releases) - [Changelog](https://github.com/erigontech/mdbx-go/blob/master/CHANGES.md) - [Commits](erigontech/mdbx-go@v0.37.2...v0.38.0) --- updated-dependencies: - dependency-name: github.com/erigontech/mdbx-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad7900f - Browse repository at this point
Copy the full SHA ad7900fView commit details -
Bump libp2p dependencies (#228)
* Bump the libp2p dependencies * Formatting
Configuration menu - View commit details
-
Copy full SHA for abef791 - Browse repository at this point
Copy the full SHA abef791View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d626d72 - Browse repository at this point
Copy the full SHA d626d72View commit details -
Bump the tests version to the v13.3 (#233)
* Bump the tests version to the v13.3 * EIP-7610 --------- Co-authored-by: Goran Rojovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50cea00 - Browse repository at this point
Copy the full SHA 50cea00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d06e79 - Browse repository at this point
Copy the full SHA 2d06e79View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a42b8d5 - Browse repository at this point
Copy the full SHA a42b8d5View commit details -
Remove extra exit with out of the gas error (#232)
* Remove exit with out of gas error from outside of consumeGas * Minor optimization with regards to logging * Remove lint suppression * Return out of gas error in case there is a transaction with more than block gas limit
Configuration menu - View commit details
-
Copy full SHA for 88a1155 - Browse repository at this point
Copy the full SHA 88a1155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d21e5d - Browse repository at this point
Copy the full SHA 2d21e5dView commit details -
Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8f6418 - Browse repository at this point
Copy the full SHA d8f6418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82838f6 - Browse repository at this point
Copy the full SHA 82838f6View commit details -
Merge pull request #235 from Ethernal-Tech/bug/commitment-deadlock-fix
Commitment deadlock fix
Configuration menu - View commit details
-
Copy full SHA for dd59df4 - Browse repository at this point
Copy the full SHA dd59df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d21ba - Browse repository at this point
Copy the full SHA 60d21baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67293d4 - Browse repository at this point
Copy the full SHA 67293d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f18bea - Browse repository at this point
Copy the full SHA 4f18beaView commit details
Commits on May 15, 2024
-
Block Time change through governance
e2e
test (#237)* new e2e test * lint fix * comments fix
Configuration menu - View commit details
-
Copy full SHA for 461b27f - Browse repository at this point
Copy the full SHA 461b27fView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c7d169 - Browse repository at this point
Copy the full SHA 3c7d169View commit details -
Check
txpool_status
after every Load Test (#236)* Added `txpool status` after every Load Test * Minor fixes * load test fix * load test fixes * Change `txpool_timeout`; Remove unused files * Added MIXED Load Testing * Fix Load Test command * Increased ERC721 LT timeout --------- Co-authored-by: Goran Rojovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c05405c - Browse repository at this point
Copy the full SHA c05405cView commit details
Commits on May 17, 2024
-
Co-authored-by: Goran Rojovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 473c974 - Browse repository at this point
Copy the full SHA 473c974View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2871778 - Browse repository at this point
Copy the full SHA 2871778View commit details -
Configuration menu - View commit details
-
Copy full SHA for e39ce26 - Browse repository at this point
Copy the full SHA e39ce26View commit details -
Configuration menu - View commit details
-
Copy full SHA for f50a0fe - Browse repository at this point
Copy the full SHA f50a0feView commit details -
Merge pull request #241 from Ethernal-Tech/enh/ut-improvements
UT improvements
Configuration menu - View commit details
-
Copy full SHA for 37419d0 - Browse repository at this point
Copy the full SHA 37419d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d35fa - Browse repository at this point
Copy the full SHA d5d35faView commit details -
Configuration menu - View commit details
-
Copy full SHA for a66b123 - Browse repository at this point
Copy the full SHA a66b123View commit details
Commits on May 21, 2024
-
Merge pull request #244 from Ethernal-Tech/tests/throttling-times
Modify throttling UT times
Configuration menu - View commit details
-
Copy full SHA for a2a4e75 - Browse repository at this point
Copy the full SHA a2a4e75View commit details
Commits on May 22, 2024
-
* sanity check tests * unstake sanity check test * sanity check command * save results to json * lint fix * result to json fix * register validator sanity check test * comments update * withdraw rewards sanity check test * comments change * unstake all sanity check test * small fixes * TestBatchTx_SingleAccount UT, revert previous change, increase timeout * TestBatchTx_SingleAccount start pooling events asap * Added time.Sleep into failing UTs * Added sleep into prune signals promotion UT * PR comments for TestBatchTx_SingleAccount * comments fix --------- Co-authored-by: Oliver Bundalo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cac7dda - Browse repository at this point
Copy the full SHA cac7ddaView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 399faa7 - Browse repository at this point
Copy the full SHA 399faa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 409e10d - Browse repository at this point
Copy the full SHA 409e10dView commit details -
Merge pull request #251 from Ethernal-Tech/feat/remove-old-storage
Remove old storage
Configuration menu - View commit details
-
Copy full SHA for 4ac5d03 - Browse repository at this point
Copy the full SHA 4ac5d03View commit details
Commits on May 28, 2024
-
E2E test native tokens bridge more than
0x0
balance (#253)* Implement e2e test * Rename test and add comment * Linters fix * Shorten test execution * Extract logs count to a constant
Configuration menu - View commit details
-
Copy full SHA for 0a412e3 - Browse repository at this point
Copy the full SHA 0a412e3View commit details
Commits on May 29, 2024
-
Introducing OptimizedStack based on uint256 integers (#170)
* Introducing OptimizedStack based on uint256 integers (#156) * Introducing OptimizedStack based on uint256 integers. * Replacing big.int with uint256 for jump instruction. * Update state/runtime/evm/instructions.go Co-authored-by: Goran Rojovic <[email protected]> * Code review fixes. * opMStore is changed to use newly introduced WriteToSlice() function with unrolled loop. This allows CPU to execute multiple instructions in parallel providing >200% increased speed compared to uint256.WriteToSlice() implementation. If needed, can be additionally implemented for different array lengths. * Fixing linter errors. * setBytes to use uint256 instead of big.int. * Fixing linter errors. * Go mod tidy * Lint fix * Revert go version * Address comments * Remove pointer dereferencing and use value type reference --------- Co-authored-by: Goran Rojovic <[email protected]> Co-authored-by: Stefan Negovanović <[email protected]> * Updating tracer to use optimized stack directly, instead of big.int. * Removing remaining big.int references from instructions.go and state.go where possible. Removing unused functions and constants. * Adding error handling for invalid balance and invalid message value. * Adding benchmark tests for OptimizedStack. * Group dependencies * Fixing state error code name for errInvalidBalanceValue. --------- Co-authored-by: cokicm <[email protected]> Co-authored-by: Goran Rojovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f20097c - Browse repository at this point
Copy the full SHA f20097cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7dd15b - Browse repository at this point
Copy the full SHA d7dd15bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73ef832 - Browse repository at this point
Copy the full SHA 73ef832View commit details -
Co-authored-by: Goran Rojovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3805340 - Browse repository at this point
Copy the full SHA 3805340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd9db7 - Browse repository at this point
Copy the full SHA 8dd9db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a654d93 - Browse repository at this point
Copy the full SHA a654d93View commit details -
Merge pull request #254 from Ethernal-Tech/feat/remove-old-storage
Future epoch commitment fix
Configuration menu - View commit details
-
Copy full SHA for bd0ec06 - Browse repository at this point
Copy the full SHA bd0ec06View commit details
Commits on May 30, 2024
-
* ping best peer after some time * small fix * small reorg * fetch peer statuses if timeout occurrs * scale blockTimeout in regards to round timeout
Configuration menu - View commit details
-
Copy full SHA for f1f36f9 - Browse repository at this point
Copy the full SHA f1f36f9View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0ecf30 - Browse repository at this point
Copy the full SHA a0ecf30View commit details -
Merge pull request #257 from Ethernal-Tech/e2e-test-fix
TestE2E_Consensus_RegisterValidator fix
Configuration menu - View commit details
-
Copy full SHA for 42eb784 - Browse repository at this point
Copy the full SHA 42eb784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ffad5a - Browse repository at this point
Copy the full SHA 8ffad5aView commit details -
Merge pull request #258 from Ethernal-Tech/increase-message-size
Increase gossip message size in `CI`
Configuration menu - View commit details
-
Copy full SHA for 387d43c - Browse repository at this point
Copy the full SHA 387d43cView commit details
Commits on Jun 3, 2024
-
Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#265)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e70818 - Browse repository at this point
Copy the full SHA 6e70818View commit details -
Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.63.1 to 1.64.0
Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.63.1 to 1.64.0. --- updated-dependencies: - dependency-name: gopkg.in/DataDog/dd-trace-go.v1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b32382 - Browse repository at this point
Copy the full SHA 5b32382View commit details -
Bump github.com/hashicorp/vault/api from 1.13.0 to 1.14.0 (#260)
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef667ac - Browse repository at this point
Copy the full SHA ef667acView commit details -
Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9604135 - Browse repository at this point
Copy the full SHA 9604135View commit details -
Merge branch 'develop' into dependabot-go_modules-develop-gopkg.in-Da…
…taDog-dd-trace-go.v1-1.64.0
Configuration menu - View commit details
-
Copy full SHA for 064bdad - Browse repository at this point
Copy the full SHA 064bdadView commit details -
Merge pull request #271 from Ethernal-Tech/dependabot-go_modules-deve…
…lop-github.com-prometheus-client_golang-1.19.1 Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1
Configuration menu - View commit details
-
Copy full SHA for dca3d2e - Browse repository at this point
Copy the full SHA dca3d2eView commit details -
Merge branch 'develop' into dependabot-go_modules-develop-gopkg.in-Da…
…taDog-dd-trace-go.v1-1.64.0
Configuration menu - View commit details
-
Copy full SHA for f6ceebb - Browse repository at this point
Copy the full SHA f6ceebbView commit details -
Merge pull request #263 from Ethernal-Tech/dependabot-go_modules-deve…
…lop-gopkg.in-DataDog-dd-trace-go.v1-1.64.0 Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.63.1 to 1.64.0
Configuration menu - View commit details
-
Copy full SHA for 6327845 - Browse repository at this point
Copy the full SHA 6327845View commit details -
Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.53.14 (#274)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.11 to 1.53.14. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.51.11...v1.53.14) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9492287 - Browse repository at this point
Copy the full SHA 9492287View commit details -
Bump cloud.google.com/go/secretmanager from 1.12.0 to 1.13.1 (#266)
Bumps [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@dlp/v1.12.0...asset/v1.13.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/secretmanager dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8de80d1 - Browse repository at this point
Copy the full SHA 8de80d1View commit details -
Bump github.com/schollz/progressbar/v3 from 3.14.2 to 3.14.3 (#272)
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.2 to 3.14.3. - [Release notes](https://github.com/schollz/progressbar/releases) - [Commits](schollz/progressbar@v3.14.2...v3.14.3) --- updated-dependencies: - dependency-name: github.com/schollz/progressbar/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7942848 - Browse repository at this point
Copy the full SHA 7942848View commit details -
Bump github.com/valyala/fasthttp from 1.52.0 to 1.54.0 (#270)
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.52.0 to 1.54.0. - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](valyala/fasthttp@v1.52.0...1.54.0) --- updated-dependencies: - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd50308 - Browse repository at this point
Copy the full SHA bd50308View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0307b9 - Browse repository at this point
Copy the full SHA a0307b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8193427 - Browse repository at this point
Copy the full SHA 8193427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abd16f - Browse repository at this point
Copy the full SHA 1abd16fView commit details -
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 26.1.3+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.9...v26.1.3) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f39ea3b - Browse repository at this point
Copy the full SHA f39ea3bView commit details
Commits on Jun 6, 2024
-
Enrichment with txpool tests (#259)
* Enrichment with txPool tests * Fix warning in the TestBatchTx_SingleAccount * CRfix * Added gossip msg size debug log * Added debug log into BuildPrePrepareMessage for round > 0 * Cr fix --------- Co-authored-by: Stefan Negovanović <[email protected]> Co-authored-by: Oliver Bundalo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0628a46 - Browse repository at this point
Copy the full SHA 0628a46View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcab01f - Browse repository at this point
Copy the full SHA bcab01fView commit details -
Merge pull request #279 from Ethernal-Tech/tests/throttlingUT-improve…
…ment Throttling UT improvement
Configuration menu - View commit details
-
Copy full SHA for 4a140d9 - Browse repository at this point
Copy the full SHA 4a140d9View commit details -
Decrease the txpool timeout for MIXED load test (#280)
* Decrease the txpool timeout * Log for RC messages in BuildPrePrepareMessage --------- Co-authored-by: Oliver Bundalo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbcb231 - Browse repository at this point
Copy the full SHA cbcb231View commit details -
Adding check inside EVM loop for errors to avoid executing contract w… (
#245) * Adding check inside EVM loop for errors to avoid executing contract when it should be stopped. * Simplification --------- Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2931dee - Browse repository at this point
Copy the full SHA 2931deeView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f83bd3 - Browse repository at this point
Copy the full SHA 5f83bd3View commit details -
Merge pull request #281 from Ethernal-Tech/tests/register-validator-fix
e2e register validator fix
Configuration menu - View commit details
-
Copy full SHA for 1efaad9 - Browse repository at this point
Copy the full SHA 1efaad9View commit details -
improvement txpool code (#278)
* improvement txpool code * test fix * Ut fix
Configuration menu - View commit details
-
Copy full SHA for 6311b24 - Browse repository at this point
Copy the full SHA 6311b24View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a1b473 - Browse repository at this point
Copy the full SHA 3a1b473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8066639 - Browse repository at this point
Copy the full SHA 8066639View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e4b744 - Browse repository at this point
Copy the full SHA 3e4b744View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e7dd54 - Browse repository at this point
Copy the full SHA 7e7dd54View commit details -
Merge pull request #283 from Ethernal-Tech/tests-fix
Test improvements
Configuration menu - View commit details
-
Copy full SHA for d143607 - Browse repository at this point
Copy the full SHA d143607View commit details -
Removing unnecessary sp field from OptimizedStack. (#276)
* Removing unnecessary sp field from OptimizedStack. * Adding range check for peekAt() and swap(). * Replacing OptimizedStack structure with uint256 array. * Fixing linter error. * Update state/runtime/evm/instructions_test.go Co-authored-by: Stefan Negovanović <[email protected]> * Update state/runtime/runtime.go Co-authored-by: Stefan Negovanović <[email protected]> * Compilation error fix. --------- Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1adcbeb - Browse repository at this point
Copy the full SHA 1adcbebView commit details -
Display dynamic fee transactions in block explorers (#284)
* Try to set gas price even for non-legacy transactions * Simplification * Fix * Fix UT * Lint fix * Return GasFeeCap for DynamicFeeTx gas price * Simplify and add comments * Fix EVM UTs
Configuration menu - View commit details
-
Copy full SHA for e6852f1 - Browse repository at this point
Copy the full SHA e6852f1View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c66d1a - Browse repository at this point
Copy the full SHA 1c66d1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f50af5d - Browse repository at this point
Copy the full SHA f50af5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b03a4fd - Browse repository at this point
Copy the full SHA b03a4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81fa5bc - Browse repository at this point
Copy the full SHA 81fa5bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42f0bb1 - Browse repository at this point
Copy the full SHA 42f0bb1View commit details -
Merge branch 'develop' into dependabot-go_modules-develop-github.com-…
…docker-docker-26.1.3incompatible
Configuration menu - View commit details
-
Copy full SHA for 43afd08 - Browse repository at this point
Copy the full SHA 43afd08View commit details -
Merge pull request #268 from Ethernal-Tech/dependabot-go_modules-deve…
…lop-github.com-docker-docker-26.1.3incompatible Bump github.com/docker/docker from 24.0.9+incompatible to 26.1.3+incompatible
Configuration menu - View commit details
-
Copy full SHA for 6d481ff - Browse repository at this point
Copy the full SHA 6d481ffView commit details
Commits on Jun 17, 2024
-
RoundChange
message size logging (#286)* logging * fix * more logs * code reorg * ut fix * add writer to withdraw erc20 command tx relayer * ut fix
Configuration menu - View commit details
-
Copy full SHA for 03d1970 - Browse repository at this point
Copy the full SHA 03d1970View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67f4d9 - Browse repository at this point
Copy the full SHA a67f4d9View commit details -
Merge pull request #287 from Ethernal-Tech/tests/TestBatchTx_SingleAc…
…count TestBatchTx_SingleAccount use context timeout instead of time.After
Configuration menu - View commit details
-
Copy full SHA for 81f9898 - Browse repository at this point
Copy the full SHA 81f9898View commit details
Commits on Jun 20, 2024
-
Account management implementation (#239)
* account management keystore * added manager * some lint fix * feed test * linters and test fix * lint fix * test fix * test fix * test fix * to abs path * custom json unmarshall * commands added * unnecessary files deletion * interface unnecessary functions * manager integration * skip TestUpdatedKeyFileContents * introduction of external signer * lint fix * lint * lint again * personal endpoint * To one key file * keys to one file and account_cache_test fix * keystore-test fix * comment delete * lint fix * fix personal * linter and personal * lint * test fix and remove panic * test fix * unnecessary files deletion * jsonrpc functions not exposed * command fix * mixed case deleted * fix some comments * url deleted * file cache delted * comment fix * forks in time fix * in-house pub sub * lint and better fork managemt, also interface for manager * lint * some minor changes * Rebase * fix for tests * small code changes * code optimizations * lint fix * commands update * comment fix * Update accounts/event/event_handler_test.go TestMultipleSubscribers optimization Co-authored-by: oliverbundalo <[email protected]> * comment fix and rename keyStore interface functions * refresh wallets optimization * comments and change names * small changes * lint fix * lint fix 2 * lint fix 2 * tests fix * lint again * switch to if in personal * fuzz test fix * manager test * manager unlock change * manager test optimziation * readme for account management * to mermaid * readme fix --------- Co-authored-by: Goran Rojovic <[email protected]> Co-authored-by: oliverbundalo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9d669c - Browse repository at this point
Copy the full SHA b9d669cView commit details
Commits on Jun 21, 2024
-
Improvement of benchmark tests for addTx(txpool) (#277)
* Improvement of Benchmark tests for addTx(txpool) * lint fix * CR fix * CR fix * lint fix
Configuration menu - View commit details
-
Copy full SHA for 4dd7d2e - Browse repository at this point
Copy the full SHA 4dd7d2eView commit details -
fix path account management (#291)
* fix path account management * lint fix * delete default path * lint fix
Configuration menu - View commit details
-
Copy full SHA for d38f1bd - Browse repository at this point
Copy the full SHA d38f1bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8176c0a - Browse repository at this point
Copy the full SHA 8176c0aView commit details -
Bump github.com/libp2p/go-libp2p-pubsub from 0.10.1 to 0.11.0
Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](libp2p/go-libp2p-pubsub@v0.10.1...v0.11.0) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p-pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 440c28b - Browse repository at this point
Copy the full SHA 440c28bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 832d4ea - Browse repository at this point
Copy the full SHA 832d4eaView commit details -
Merge pull request #262 from Ethernal-Tech/dependabot-go_modules-deve…
…lop-github.com-libp2p-go-libp2p-pubsub-0.11.0 Bump github.com/libp2p/go-libp2p-pubsub from 0.10.1 to 0.11.0
Configuration menu - View commit details
-
Copy full SHA for 198dec8 - Browse repository at this point
Copy the full SHA 198dec8View commit details
Commits on Jun 24, 2024
-
* Add Sanity Check Tests * Increase ldb write benchmark time for 1s * Minor fixes * sanity test err fix * small fixes in sanity check tests * Change `epoch_reward` value * Change `reward_wallet_balance` value * sanity check tests fix * lint fix * sanity check tests fix * Fix `ec2` filter --------- Co-authored-by: Oliver Bundalo <[email protected]> Co-authored-by: Goran Rojovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d02f6b - Browse repository at this point
Copy the full SHA 8d02f6bView commit details
Commits on Jun 25, 2024
-
Implementation of eth_signTransaction JSON-RPC function (#290)
* eth_signTransaction implementation * deletion of unnecessary parameter from decodeTxn * fix for debug_endpoint * fix for tests * return value fix * fixes * comments fix --------- Co-authored-by: Goran Rojovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a707ab2 - Browse repository at this point
Copy the full SHA a707ab2View commit details -
Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#293)
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.6 to 0.7.7. - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-retryablehttp@v0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-retryablehttp dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ba0d89 - Browse repository at this point
Copy the full SHA 2ba0d89View commit details -
Implementation of
eth_sendTransaction
(#294)* eth_sendTransaction * comments fix
Configuration menu - View commit details
-
Copy full SHA for 76d24d5 - Browse repository at this point
Copy the full SHA 76d24d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2ec59 - Browse repository at this point
Copy the full SHA ba2ec59View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f817563 - Browse repository at this point
Copy the full SHA f817563View commit details -
Configuration menu - View commit details
-
Copy full SHA for d85e5db - Browse repository at this point
Copy the full SHA d85e5dbView commit details -
Merge pull request #296 from Ethernal-Tech/e2e-test-fix
TestE2E_Bridge_NonMintableERC20Token_WithPremine fix
Configuration menu - View commit details
-
Copy full SHA for 5a13f76 - Browse repository at this point
Copy the full SHA 5a13f76View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ac3c9d - Browse repository at this point
Copy the full SHA 3ac3c9dView commit details
Commits on Jul 1, 2024
-
Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.64.0 to 1.65.1
Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.64.0 to 1.65.1. --- updated-dependencies: - dependency-name: gopkg.in/DataDog/dd-trace-go.v1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bb07cc - Browse repository at this point
Copy the full SHA 2bb07ccView commit details
Commits on Jul 2, 2024
-
Merge pull request #299 from Ethernal-Tech/dependabot-go_modules-deve…
…lop-gopkg.in-DataDog-dd-trace-go.v1-1.65.1 Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.64.0 to 1.65.1
Configuration menu - View commit details
-
Copy full SHA for ba14f74 - Browse repository at this point
Copy the full SHA ba14f74View commit details -
Bump github.com/multiformats/go-multiaddr from 0.12.4 to 0.13.0 (#300)
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.12.4 to 0.13.0. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](multiformats/go-multiaddr@v0.12.4...v0.13.0) --- updated-dependencies: - dependency-name: github.com/multiformats/go-multiaddr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 593f1f9 - Browse repository at this point
Copy the full SHA 593f1f9View commit details -
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.21.1-0.20240508182429-e35e4ccd0d2d to 0.22.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/commits/v0.22.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5d78a6 - Browse repository at this point
Copy the full SHA d5d78a6View commit details -
Merge pull request #305 from Ethernal-Tech/dependabot-go_modules-deve…
…lop-golang.org-x-tools-0.22.0 Bump golang.org/x/tools from 0.21.1-0.20240508182429-e35e4ccd0d2d to 0.22.0
Configuration menu - View commit details
-
Copy full SHA for aa578cb - Browse repository at this point
Copy the full SHA aa578cbView commit details -
Bump github.com/erigontech/mdbx-go from 0.38.0 to 0.38.4 (#301)
Bumps [github.com/erigontech/mdbx-go](https://github.com/erigontech/mdbx-go) from 0.38.0 to 0.38.4. - [Release notes](https://github.com/erigontech/mdbx-go/releases) - [Changelog](https://github.com/erigontech/mdbx-go/blob/master/CHANGES.md) - [Commits](erigontech/mdbx-go@v0.38.0...v0.38.4) --- updated-dependencies: - dependency-name: github.com/erigontech/mdbx-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for da5c33d - Browse repository at this point
Copy the full SHA da5c33dView commit details -
Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.12
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.53.14 to 1.54.12. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.53.14...v1.54.12) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6304d8 - Browse repository at this point
Copy the full SHA a6304d8View commit details -
Merge pull request #309 from Ethernal-Tech/dependabot-go_modules-deve…
…lop-github.com-aws-aws-sdk-go-1.54.12 Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.12
Configuration menu - View commit details
-
Copy full SHA for b939658 - Browse repository at this point
Copy the full SHA b939658View commit details -
Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fa9df1 - Browse repository at this point
Copy the full SHA 3fa9df1View commit details -
Merge pull request #303 from Ethernal-Tech/dependabot-go_modules-deve…
…lop-github.com-spf13-cobra-1.8.1 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
Configuration menu - View commit details
-
Copy full SHA for b1549c5 - Browse repository at this point
Copy the full SHA b1549c5View commit details -
Bump github.com/schollz/progressbar/v3 from 3.14.3 to 3.14.4 (#304)
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.3 to 3.14.4. - [Release notes](https://github.com/schollz/progressbar/releases) - [Commits](schollz/progressbar@v3.14.3...v3.14.4) --- updated-dependencies: - dependency-name: github.com/schollz/progressbar/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4bb9ee4 - Browse repository at this point
Copy the full SHA 4bb9ee4View commit details -
Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#306)
Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd77993 - Browse repository at this point
Copy the full SHA cd77993View commit details -
Bump github.com/docker/docker from 26.1.3+incompatible to 27.0.3+inco…
…mpatible (#308) * Bump github.com/docker/docker Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.3+incompatible to 27.0.3+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v26.1.3...v27.0.3) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Build fix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Negovanović <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c3e3ef - Browse repository at this point
Copy the full SHA 0c3e3efView commit details -
Bump cloud.google.com/go/secretmanager from 1.13.1 to 1.13.3 (#310)
Bumps [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go) from 1.13.1 to 1.13.3. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@asset/v1.13.1...redis/v1.13.3) --- updated-dependencies: - dependency-name: cloud.google.com/go/secretmanager dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c2deba0 - Browse repository at this point
Copy the full SHA c2deba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7fc00e - Browse repository at this point
Copy the full SHA c7fc00eView commit details