Skip to content

Releases: covalenthq/bsp-geth

v1.4.5-bsp

26 Apr 18:29
e156a80
Compare
Choose a tag to compare

Builds

Continuous Integration

Commits

  • 8748972: go.sum: tidy (#26525) (ucwong) #118
  • 3f544ce: .travis.yml: go1.19.5 for android builds (#26524) (ucwong) #118
  • define cancun and prague as timestamp based forks (#26481) #118 (rjl493456442)
  • 4f4a25d: signer/core: don't require capital lettered reference types (#26462) (Martin Holst Swende) #118
  • 2b44ef5: miner, cmd, eth: require explicit etherbase address (#26413) (rjl493456442) #118
  • d36e6fc: go.mod: upgrade to latest goja (#26523) (Sina Mahmoodi) #118
  • typos #101 (omahs)
  • e4fa2cf: go.sum: go mod tidy (#26536) (ucwong) #118
  • use http package to replace http method names (#26535) #118 (Shude Li)
  • 59a48e0: cmd/utils: improve parsing of --miner.etherbase address (#26541) (Felix Lange) #118
  • make timestamp-based fork checks based on uint64 (#26474) #118 (Martin Holst Swende)
  • implement withdrawals (EIP-4895) (#26484) #118 (Marius van der Wijden)
  • 55f41d1: cmd/utils: fix error at geth startup in --dev mode (#26550) (Felix Lange) #118
  • 245cff0: eth/catalyst: error on nil withdrawals post-shanghai (#26549) (Marius van der Wijden) #118
  • 2fecac6: eth/catalyst: implement exchangeCapabilities method (#26555) (Marius van der Wijden) #118
  • fix timestamp display in fork banner (#26553) #118 (Felix Lange)
  • remove deprecated bootnodes (#26530) #118 (Nicola Cocchiaro)
  • a63875b: go.mod: gnark-crypto upgrade (#26545) (ucwong) #118
  • 90f15a0: cmd/evm: add blocktest subcommand to evm (#26526) (Mario Vega) #118
  • df52967: eth/catalyst: fix panic in TestWithdrawals (#26563) (Felix Lange) #118
  • fix typo in comment (#26569) #118 (ucwong)
  • 3ff3d07: cmd/devp2p: fix broken link in readme(#26576) (Pascal Marco Caversaccio) #118
  • 6d1de15: update bsp-geth version (Pranay Valson)
  • better sanitation (#26556) #118 (Martin Holst Swende)
  • 63a2d57: update client identifier (Pranay Valson) #104
  • 78d089b: ethclient/gethclient: fix typo (#26580) (Mio) #118
  • efbd508: eth/tracer: rename to revertReason (#26574) (rjl493456442) #118
  • bd6a05e: internal/ethapi: always return block withdrawals if present (#26565) (lightclient)...
Read more

v1.4.4-bsp

20 Apr 23:50
v1.4.4-bsp
befc5d4
Compare
Choose a tag to compare

Builds

Continuous Integration

Commits

  • 97401b6: eth/filters: fix typo in comment (#26515) (Paul) #118
  • 4a3fb58: les/fetcher : fix requestTimer leak (#26514) (ucwong) #118
  • a35b654: core/txpool: check if initcode size is exceeded (#26504) (Marius van der Wijden) #118
  • remove Kiln testnet (#26522) #118 (Zachinquarantine)
  • 2d2c069: console, internal/jsre: fix autocomplete issues (#26518) (Sina Mahmoodi) #118
  • 24c7023: go.mod: upgrade to go-bip39 v1.1.0 (#26527) (meehow) #118
  • 8748972: go.sum: tidy (#26525) (ucwong) #118
  • 3f544ce: .travis.yml: go1.19.5 for android builds (#26524) (ucwong) #118
  • define cancun and prague as timestamp based forks (#26481) #118 (rjl493456442)
  • 4f4a25d: signer/core: don't require capital lettered reference types (#26462) (Martin Holst Swende) #118
  • 2b44ef5: miner, cmd, eth: require explicit etherbase address (#26413) (rjl493456442) #118
  • d36e6fc: go.mod: upgrade to latest goja (#26523) (Sina Mahmoodi) #118
  • typos #101 (omahs)
  • e4fa2cf: go.sum: go mod tidy (#26536) (ucwong) #118
  • use http package to replace http method names (#26535) #118 (Shude Li)
  • 59a48e0: cmd/utils: improve parsing of --miner.etherbase address (#26541) (Felix Lange) #118
  • make timestamp-based fork checks based on uint64 (#26474) #118 (Martin Holst Swende)
  • implement withdrawals (EIP-4895) (#26484) #118 (Marius van der Wijden)
  • 55f41d1: cmd/utils: fix error at geth startup in --dev mode (#26550) (Felix Lange) #118
  • 245cff0: eth/catalyst: error on nil withdrawals post-shanghai (#26549) (Marius van der Wijden) #118
  • 2fecac6: eth/catalyst: implement exchangeCapabilities method (#26555) (Marius van der Wijden) #118
  • fix timestamp display in fork banner (#26553) #118 (Felix Lange)
  • remove deprecated bootnodes (#26530) #118 (Nicola Cocchiaro)
  • a63875b: go.mod: gnark-crypto upgrade (#26545) (ucwong) #118
  • 90f15a0: cmd/evm: add blocktest subcommand to evm (#26526) (Mario Vega) #118
  • df52967: eth/catalyst: fix panic in TestWithdrawals (#26563) (Felix Lange) #118
  • fix typo in comment (#26569) #118 (ucwong)
  • 3ff3d07: cmd/devp2p: fix broken link in readme(#26576) (Pascal Marco Caversaccio) #118
  • 6d1de15: update bsp-geth version (Pranay Valson)
  • better sanitation (#26556) [...
Read more

v1.4.3-bsp - Geth v1.11.5-stable

19 Apr 18:59
v1.4.3-bsp
ab03cbc
Compare
Choose a tag to compare

Builds

Continuous Integration

Commits

  • d379e3f: ethclient/gethclient: ensure getProof keys parameter is not null (#26409) (Felix Lange) #118
  • a21e963: eth/catalyst: trigger beacon sync directly with provided chain head (#26489) (rjl493456442) #118
  • e04d63e: core/rawdb: fsync head data file before closing it (#26490) (rjl493456442) #118
  • 0e486a5: Use filepath.clean instead of path.clean (#26404) (Marius van der Wijden) #118
  • fix broken link to installation instructions (#26497) #118 (David Hwang)
  • 0b53b29: core/rawdb: fix cornercase shutdown behaviour in freezer (#26485) (Martin Holst Swende) #118
  • 554c8d7: cmd/utils: update Rinkeby deprecation message (#26496) (Zachinquarantine) #118
  • fix outdated link (#26501) #118 (ucwong)
  • d345a4a: cmd/bootnode, cmd/utils: add 'pmp:' to --nat flag description (#26381) (Seungbae Yu) #118
  • c858da5: cmd/evm: fix typo in README.md (#26500) (Ikko Eltociear Ashimine) #118
  • f2758a8: cmd/evm: typo fix in docs (#26506) (ucwong) #118
  • 297ec06: metrics/influxdb: fix time ticker leaks (#26507) (ucwong) #118
  • 97401b6: eth/filters: fix typo in comment (#26515) (Paul) #118
  • 4a3fb58: les/fetcher : fix requestTimer leak (#26514) (ucwong) #118
  • a35b654: core/txpool: check if initcode size is exceeded (#26504) (Marius van der Wijden) #118
  • remove Kiln testnet (#26522) #118 (Zachinquarantine)
  • 2d2c069: console, internal/jsre: fix autocomplete issues (#26518) (Sina Mahmoodi) #118
  • 24c7023: go.mod: upgrade to go-bip39 v1.1.0 (#26527) (meehow) #118
  • 8748972: go.sum: tidy (#26525) (ucwong) #118
  • 3f544ce: .travis.yml: go1.19.5 for android builds (#26524) (ucwong) #118
  • define cancun and prague as timestamp based forks (#26481) #118 (rjl493456442)
  • 4f4a25d: signer/core: don't require capital lettered reference types (#26462) (Martin Holst Swende) #118
  • 2b44ef5: miner, cmd, eth: require explicit etherbase address (#26413) (rjl493456442) #118
  • d36e6fc: go.mod: upgrade to latest goja (#26523) (Sina Mahmoodi) #118
  • typos #101 (omahs)
  • e4fa2cf: go.sum: go mod tidy (#26536) (ucwong) #118
  • use http package to replace http method names (#26535) #118 (Shude Li)
  • 59a48e0: cmd/utils: improve parsing of --miner.etherbase address (#26541) (Felix Lange) #118
  • make timestamp-based fork checks based on uint64 (#26474) #118 (Martin Holst Swende)
  • implement withdrawals (EIP-4895) (#26484) #118 (Marius van der Wijden)
  • 55f41d1: cmd/utils: fix error at geth startup in --dev mode (#26550) (Felix Lange) #118
  • 245cff0: eth/catalyst: error on nil withdrawals post-shanghai (#26549) (Marius van der Wijden) #118
  • 2fecac6: eth/catalyst: implement exchangeCapabilities method (#26555) (Marius van der Wijden) [#118](https://github.com/covalenthq/bs...
Read more

v1.4.2-bsp - Geth v1.11.5

11 Apr 17:19
d96d7c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0-bsp...v1.4.2-bsp

v1.4.0-bsp - Geth v1.11.2

10 Mar 22:47
v1.4.0-bsp
e73790f
Compare
Choose a tag to compare

Builds

Commits

  • docs, fix misleading comment (#26189) #118 (ligi)
  • implement EIP-1153 transient storage (#26003) #118 (Mark Tyneway)
  • support injecting HTTP headers through context (#26023) #118 (storyicon)
  • 64067fb: eth/tracers: small refactor for native tracers (#26196) (Sina Mahmoodi) #118
  • upgrade to Go 1.19 (#26195) #118 (Felix Lange)
  • remove remaining uses of untyped golang-lru (#26194) #118 (Felix Lange)
  • improve tests for Split functions (#26200) #118 (therainisme)
  • 97c563e: rpc, internal/guide: speed up tests a bit (#26193) (Martin Holst Swende) #118
  • set readlimit on ethstats server connection (#26207) #118 (Martin Holst Swende)
  • 6975f09: eth/catalyst: make tests less time-sensitive (#26201) (Martin Holst Swende) #118
  • 64dccf7: cmd/utils: log path used when checking disk space (#26212) (kumavis) #118
  • implement EIP-3651, warm coinbase (#25819) #118 (Marius van der Wijden)
  • 193f350: core/rawdb: improve freezerTable.Sync (#26245) (Felix Lange) #118
  • 8846c07: cmd/utils: print warning when --metrics.port set without --metrics.addr (#26248) (Felix Lange) #118
  • e76813e: signer/core/apitypes: deep convert types in slice (#26203) (6xiaowu9) #118
  • c5dc61c: cmd/utils: gofmt (Felix Lange) #118
  • add1bff: core/rawdb: fix freezer validation (#26251) (rjl493456442) #118
  • enable typed data signing from signer rpc (#26241) #118 (Martin Holst Swende)
  • decrease websocket ping interval (#26253) #118 (Wihan de Beer)
  • 53d1ae0: p2p/nat: use IP.IsPrivate (#26252) (Seungbae Yu) #118
  • 1325fef: internal/web3ext: fix eth_call stateOverrides in console (#26265) (Sina Mahmoodi) #118
  • clarify code in forkchoice (#26257) #118 (setunapo)
  • update evm-benchmarks (#26255) #118 (Paweł Bylica)
  • 63ffda3: internal/web3ext: fix eth.call regression in console (#26266) (Sina Mahmoodi) #118
  • 0e06735: internal/web3ext: fix eth_call in console, part III (#26268) (Sina Mahmoodi) #118
  • 743e404: core, eth, les, tests, trie: abstract node scheme (#25532) (rjl493456442) #118
  • use default APIs when server doesn't have rpc_modules (#26267) #118 (Felix Lange)
  • c1aa1db: p2p/discover: add config option for discv5 protocol ID (#26041) (RichΛrd) #118
  • 210ef8e: cache docker build steps (Pranay Valson)
  • 6439612: update musl-dev version (Pranay Valson)
  • 365818c: add caching to gcr image build step (Pranay Valson)
  • fix potential goroutine leak in test (#26281) #118 (Oskar Haarklou Veileborg)
  • drop legacy receipt types (#26225) #118 (Sina Mahmoodi)
  • assign zero after resize in implementations of heap.Interface (#26296) #118 ([Håvard A...
Read more

v1.3.6-bsp

30 Jan 20:46
v1.3.6-bsp
5645fec
Compare
Choose a tag to compare

Bug Fixes

Builds

Commits

  • f041140: replaces all mentions of covalenth/go-ethereum with bsp-geth (Pranay Valson) #54
  • 061a707: enables commit signing with gpg keys (Pranay Valson) #54
  • f808087: fixes build-test query badge in README (Pranay Valson) #54
  • 5d3b955: adds openSSF best practices badge and project (Pranay Valson) #54
  • 76c6c20: updates readme for linux commands (Pranay Valson) #54
  • a298c65: updates README with nodekey update command (Pranay Valson) #54
  • 7eca76b: using lumberjack logger for file logging (with rotation) (Sudeep) #54
  • 24db1df: update docker-compose-testnet.yml file to follow version 3 spec (Sudeep) #54
  • ae21eb4: move DirectoryFlag (cmd/utils -> internal/debug), where it can be used for the new log location option (Sudeep) #54
  • 51b8b0d: use command line flag to set lumberjack folder location (Sudeep) #54
  • b67b6d6: moving the directory customflag to internal/flags (Sudeep) #54
  • 9bb17dc: fix log folder creation logic (Sudeep) #54
  • c330571: adds functionality to check for latest block to export (Pranay Valson) #54
  • 15524be: sets historical sync flag with atomic operatives (Pranay Valson) #54
  • b7ee402: sets covalent branch to main (Pranay Valson) #54
  • ca88a3d: sets defaults for init new blockchain (Pranay Valson) #54
  • d7a2893: inherits reference files from mainline geth (Pranay Valson) #54
  • bf0fca0: errors and exists for bsp in light client mode (Pranay Valson) #54
  • e31a76e: fix log location logic (Sudeep) #54
  • 53e2aa1: edits for the correct block replica config (Pranay Valson) #54
  • 63f9673: removes block specimen creation on forked case (Pranay Valson) #54
  • 6b7dd8b: runs go linter (Pranay Valson) #54
  • 69876cb: adds test code coverage (Pranay Valson) #54
  • 047097a: adds coverage.out flag to build/ci (Pranay Valson) #54
  • 9488dfd: updates from coverage file to txt format (Pranay Valson) #54
  • 0325680: tries report upload with token (Pranay Valson) #54
  • e8603b6: creates codecov.yaml (Pranay Valson) #54
  • 8dc476d: updates Dockerfile and golangci-lint version (Pranay Valson) #54
  • 91add2a: exits bsp-geth if both light and replication targets provided (Pranay Valson) #54
  • 9f558e0: updates README contribution sections (Pranay Valson) #54
  • b929111: updates to moonbeam diagram for bsp-geth (Pranay Valson) #54
  • 6072b62: adds loc counter for repo (Pranay Valson) #54
  • 6b26a33: updates dockerfile pins (Pranay Valson) #54
  • 8ee9439: adds loc counter for repo (Pranay Valson) #54
  • 8cbc5f7: fix (rebase) conflict (Sudeep) #54
  • 87c9687: Merge remote-tracking branch 'origin/main' into geth_master (Sudeep) #54
  • 83168a8: minor changes: linter and go.mod fixes (Sudeep) #54
  • 56433d6: makes geth, resolves conflicts, lints code (Pranay Valson) #54
  • b97ed87: fix bind_test.go (Sudeep) #55
  • fb92be4: cleanup (Sudeep) #57
  • set TTD for sepolia testnet (#25179) #78 (Marius van der Wijden)
  • 9a5c100: cmd/geth, p2p: add support for custom discovery UDP port (#24979) (zeim839) #78
  • 3f712e7: core/rawdb: fix typo in comment (#25191) (Ruohui Wang) #78
  • 300f612: core/rawdb: simplify TestDiskSeek to use memorydb (#25182) (aaronbuchwald) #78
  • 9ecf8a9: cmd/utils: fix applying bootstrap nodes from config file (#25174) (Andre Patta) #78
  • 3e693e1: internal/ethapi: return chain id for EIP-155 legacy txs (#25155) (lightclient) #78
  • increase StorageSize test coverage (#25188) #78 (Seungbae.yu)
  • d12b1a9: consensus/beacon: check that only the latest pow block is valid ttd block (#25187) (Marius van der Wijden) #78
  • 75ebeb7: build/deb: fix auto-completion install paths (#25204) (Felix Lange) #78
  • go-ethereum v1.10.20 stable #78 (Felix Lange)
  • begin v1.10.21 release cycle #78 (Felix Lange)
  • a1cb728: common/prque: fix typo (Seungbae.yu) #78
  • a160591: auto rebase from go-ethereum master (Aaron Diep) #59
  • de1cecb: eth/catalyst: disallow importing blocks via newPayload during snap sync (#25210) (Péter Szilágyi) #78
  • 953a29f: Replace fmt.Errorf with errors.New in abi...
Read more

v1.3.5-bsp

30 Jan 17:18
v1.3.5-bsp
6d1de15
Compare
Choose a tag to compare

Bug Fixes

Builds

Commits

  • f041140: replaces all mentions of covalenth/go-ethereum with bsp-geth (Pranay Valson) #54
  • 061a707: enables commit signing with gpg keys (Pranay Valson) #54
  • f808087: fixes build-test query badge in README (Pranay Valson) #54
  • 5d3b955: adds openSSF best practices badge and project (Pranay Valson) #54
  • 76c6c20: updates readme for linux commands (Pranay Valson) #54
  • a298c65: updates README with nodekey update command (Pranay Valson) #54
  • 7eca76b: using lumberjack logger for file logging (with rotation) (Sudeep) #54
  • 24db1df: update docker-compose-testnet.yml file to follow version 3 spec (Sudeep) #54
  • ae21eb4: move DirectoryFlag (cmd/utils -> internal/debug), where it can be used for the new log location option (Sudeep) #54
  • 51b8b0d: use command line flag to set lumberjack folder location (Sudeep) #54
  • b67b6d6: moving the directory customflag to internal/flags (Sudeep) #54
  • 9bb17dc: fix log folder creation logic (Sudeep) #54
  • c330571: adds functionality to check for latest block to export (Pranay Valson) #54
  • 15524be: sets historical sync flag with atomic operatives (Pranay Valson) #54
  • b7ee402: sets covalent branch to main (Pranay Valson) #54
  • ca88a3d: sets defaults for init new blockchain (Pranay Valson) #54
  • d7a2893: inherits reference files from mainline geth (Pranay Valson) #54
  • bf0fca0: errors and exists for bsp in light client mode (Pranay Valson) #54
  • e31a76e: fix log location logic (Sudeep) #54
  • 53e2aa1: edits for the correct block replica config (Pranay Valson) #54
  • 63f9673: removes block specimen creation on forked case (Pranay Valson) #54
  • 6b7dd8b: runs go linter (Pranay Valson) #54
  • 69876cb: adds test code coverage (Pranay Valson) #54
  • 047097a: adds coverage.out flag to build/ci (Pranay Valson) #54
  • 9488dfd: updates from coverage file to txt format (Pranay Valson) #54
  • 0325680: tries report upload with token (Pranay Valson) #54
  • e8603b6: creates codecov.yaml (Pranay Valson) #54
  • 8dc476d: updates Dockerfile and golangci-lint version (Pranay Valson) #54
  • 91add2a: exits bsp-geth if both light and replication targets provided (Pranay Valson) #54
  • 9f558e0: updates README contribution sections (Pranay Valson) #54
  • b929111: updates to moonbeam diagram for bsp-geth (Pranay Valson) #54
  • 6072b62: adds loc counter for repo (Pranay Valson) #54
  • 6b26a33: updates dockerfile pins (Pranay Valson) #54
  • 8ee9439: adds loc counter for repo (Pranay Valson) #54
  • 8cbc5f7: fix (rebase) conflict (Sudeep) #54
  • 87c9687: Merge remote-tracking branch 'origin/main' into geth_master (Sudeep) #54
  • 83168a8: minor changes: linter and go.mod fixes (Sudeep) #54
  • 56433d6: makes geth, resolves conflicts, lints code (Pranay Valson) #54
  • b97ed87: fix bind_test.go (Sudeep) #55
  • fb92be4: cleanup (Sudeep) #57
  • set TTD for sepolia testnet (#25179) #78 (Marius van der Wijden)
  • 9a5c100: cmd/geth, p2p: add support for custom discovery UDP port (#24979) (zeim839) #78
  • 3f712e7: core/rawdb: fix typo in comment (#25191) (Ruohui Wang) #78
  • 300f612: core/rawdb: simplify TestDiskSeek to use memorydb (#25182) (aaronbuchwald) #78
  • 9ecf8a9: cmd/utils: fix applying bootstrap nodes from config file (#25174) (Andre Patta) #78
  • 3e693e1: internal/ethapi: return chain id for EIP-155 legacy txs (#25155) (lightclient) #78
  • increase StorageSize test coverage (#25188) #78 (Seungbae.yu)
  • d12b1a9: consensus/beacon: check that only the latest pow block is valid ttd block (#25187) (Marius van der Wijden) #78
  • 75ebeb7: build/deb: fix auto-completion install paths (#25204) (Felix Lange) #78
  • go-ethereum v1.10.20 stable #78 (Felix Lange)
  • begin v1.10.21 release cycle #78 ([Felix Lange](5e25228...
Read more

v1.3.4-bsp

14 Dec 14:31
v1.3.4-bsp
74d6f12
Compare
Choose a tag to compare

Bug Fixes

Builds

Commits

  • be74c96: pulls in testnet gcp creds from mounted volume (Pranay Valson) #54
  • 44b6955: mounts local volumes for bsp-geth sync (leveldb) and bsp-agent storage (bsp files) (Pranay Valson) #54
  • f041140: replaces all mentions of covalenth/go-ethereum with bsp-geth (Pranay Valson) #54
  • 061a707: enables commit signing with gpg keys (Pranay Valson) #54
  • f808087: fixes build-test query badge in README (Pranay Valson) #54
  • 5d3b955: adds openSSF best practices badge and project (Pranay Valson) #54
  • 76c6c20: updates readme for linux commands (Pranay Valson) #54
  • a298c65: updates README with nodekey update command (Pranay Valson) #54
  • 7eca76b: using lumberjack logger for file logging (with rotation) (Sudeep) #54
  • 24db1df: update docker-compose-testnet.yml file to follow version 3 spec (Sudeep) #54
  • ae21eb4: move DirectoryFlag (cmd/utils -> internal/debug), where it can be used for the new log location option (Sudeep) #54
  • 51b8b0d: use command line flag to set lumberjack folder location (Sudeep) #54
  • b67b6d6: moving the directory customflag to internal/flags (Sudeep) #54
  • 9bb17dc: fix log folder creation logic (Sudeep) #54
  • c330571: adds functionality to check for latest block to export (Pranay Valson) #54
  • 15524be: sets historical sync flag with atomic operatives (Pranay Valson) #54
  • b7ee402: sets covalent branch to main (Pranay Valson) #54
  • ca88a3d: sets defaults for init new blockchain (Pranay Valson) #54
  • d7a2893: inherits reference files from mainline geth (Pranay Valson) #54
  • bf0fca0: errors and exists for bsp in light client mode (Pranay Valson) #54
  • e31a76e: fix log location logic (Sudeep) #54
  • 53e2aa1: edits for the correct block replica config (Pranay Valson) #54
  • 63f9673: removes block specimen creation on forked case (Pranay Valson) #54
  • 6b7dd8b: runs go linter (Pranay Valson) #54
  • 69876cb: adds test code coverage (Pranay Valson) #54
  • 047097a: adds coverage.out flag to build/ci (Pranay Valson) #54
  • 9488dfd: updates from coverage file to txt format (Pranay Valson) #54
  • 0325680: tries report upload with token (Pranay Valson) #54
  • e8603b6: creates codecov.yaml (Pranay Valson) #54
  • 8dc476d: updates Dockerfile and golangci-lint version (Pranay Valson) #54
  • 91add2a: exits bsp-geth if both light and replication targets provided (Pranay Valson) #54
  • 9f558e0: updates README contribution sections (Pranay Valson) #54
  • b929111: updates to moonbeam diagram for bsp-geth (Pranay Valson) #54
  • 6072b62: adds loc counter for repo (Pranay Valson) #54
  • 6b26a33: updates dockerfile pins (Pranay Valson) #54
  • 8ee9439: adds loc counter for repo (Pranay Valson) #54
  • 8cbc5f7: fix (rebase) conflict (Sudeep) #54
  • 87c9687: Merge remote-tracking branch 'origin/main' into geth_master (Sudeep) #54
  • 83168a8: minor changes: linter and go.mod fixes (Sudeep) #54
  • 56433d6: makes geth, resolves conflicts, lints code (Pranay Valson) #54
  • b97ed87: fix bind_test.go (Sudeep) #55
  • fb92be4: cleanup (Sudeep) #57
  • set TTD for sepolia testnet (#25179) #78 (Marius van der Wijden)
  • 9a5c100: cmd/geth, p2p: add support for custom discovery UDP port (#24979) (zeim839) #78
  • 3f712e7: core/rawdb: fix typo in comment (#25191) (Ruohui Wang) #78
  • 300f612: core/rawdb: simplify TestDiskSeek to use memorydb (#25182) (aaronbuchwald) #78
  • 9ecf8a9: cmd/utils: fix applying bootstrap nodes from config file (#25174) (Andre Patta) #78
  • 3e693e1: internal/ethapi: return chain id for EIP-155 legacy txs (#25155) (lightclient) #78
  • increase StorageSize test coverage (#25188) #78 (Seungbae.yu)
  • d12b1a9: consensus/beacon: check that only the latest pow block is valid ttd block (#25187) (Marius van der Wijden) #78
  • 75ebeb7: build/deb: fix auto-completion install paths (#25204) (Felix Lange) #78
  • go-ethereum v1.10.20 stable [#78](https://github.com/covalenthq/bsp-geth...
Read more

v1.3.3-bsp

14 Dec 14:04
v1.3.3-bsp
c3c8e70
Compare
Choose a tag to compare

Bug Fixes

Builds

Commits

  • 0594c68: updates dependabot.yml for weekly cadence (Pranay Valson) #54
  • 3c605d7: updates README with Docker Run section (Pranay Valson) #54
  • 391276c: amends docker-compose entrypoint command for bsp-agent (Pranay Valson) #54
  • 82627e0: removes host volume requirements (Pranay Valson) #54
  • 59c09f2: updates README with Docker Run and extractor details (Pranay Valson) #54
  • e9d1ab2: renames single docker-compose with ci suffix (Pranay Valson) #54
  • 532be36: adds .env for gitignore, for docker-compose to pick up env vars (Pranay Valson) #54
  • d8cc0b4: adds a testenet docker-compose for a pre-deployed current master proof-chain (Pranay Valson) #54
  • 771b986: renames development (ganache) network to docker (Pranay Valson) #54
  • be74c96: pulls in testnet gcp creds from mounted volume (Pranay Valson) #54
  • 44b6955: mounts local volumes for bsp-geth sync (leveldb) and bsp-agent storage (bsp files) (Pranay Valson) #54
  • f041140: replaces all mentions of covalenth/go-ethereum with bsp-geth (Pranay Valson) #54
  • 061a707: enables commit signing with gpg keys (Pranay Valson) #54
  • f808087: fixes build-test query badge in README (Pranay Valson) #54
  • 5d3b955: adds openSSF best practices badge and project (Pranay Valson) #54
  • 76c6c20: updates readme for linux commands (Pranay Valson) #54
  • a298c65: updates README with nodekey update command (Pranay Valson) #54
  • 7eca76b: using lumberjack logger for file logging (with rotation) (Sudeep) #54
  • 24db1df: update docker-compose-testnet.yml file to follow version 3 spec (Sudeep) #54
  • ae21eb4: move DirectoryFlag (cmd/utils -> internal/debug), where it can be used for the new log location option (Sudeep) #54
  • 51b8b0d: use command line flag to set lumberjack folder location (Sudeep) #54
  • b67b6d6: moving the directory customflag to internal/flags (Sudeep) #54
  • 9bb17dc: fix log folder creation logic (Sudeep) #54
  • c330571: adds functionality to check for latest block to export (Pranay Valson) #54
  • 15524be: sets historical sync flag with atomic operatives (Pranay Valson) #54
  • b7ee402: sets covalent branch to main (Pranay Valson) #54
  • ca88a3d: sets defaults for init new blockchain (Pranay Valson) #54
  • d7a2893: inherits reference files from mainline geth (Pranay Valson) #54
  • bf0fca0: errors and exists for bsp in light client mode (Pranay Valson) #54
  • e31a76e: fix log location logic (Sudeep) #54
  • 53e2aa1: edits for the correct block replica config (Pranay Valson) #54
  • 63f9673: removes block specimen creation on forked case (Pranay Valson) #54
  • 6b7dd8b: runs go linter (Pranay Valson) #54
  • 69876cb: adds test code coverage (Pranay Valson) #54
  • 047097a: adds coverage.out flag to build/ci (Pranay Valson) #54
  • 9488dfd: updates from coverage file to txt format (Pranay Valson) #54
  • 0325680: tries report upload with token (Pranay Valson) #54
  • e8603b6: creates codecov.yaml (Pranay Valson) #54
  • 8dc476d: updates Dockerfile and golangci-lint version (Pranay Valson) #54
  • 91add2a: exits bsp-geth if both light and replication targets provided (Pranay Valson) #54
  • 9f558e0: updates README contribution sections (Pranay Valson) #54
  • b929111: updates to moonbeam diagram for bsp-geth (Pranay Valson) #54
  • 6072b62: adds loc counter for repo (Pranay Valson) #54
  • 6b26a33: updates dockerfile pins (Pranay Valson) [#54]...
Read more

v1.3.2-bsp (fix)

15 Sep 08:00
v1.3.2-bsp
2de093a
Compare
Choose a tag to compare

What's Changed

  • Fixes block specimen export post merge by @noslav in #79
  • Adds bsp-geth version on binary call with ./build/bin/geth version
bspgeth
Geth Version: 1.10.23-stable
Bsp Version: 1.3.1-bsp
Git Commit: 8f585281c8cf589121ecd3d6c9eb916a9f3b8df9
Git Commit Date: 20220915
Architecture: amd64
Go Version: go1.18.2
Operating System: darwin

Full Changelog: v1.3.0-bsp...v1.3.1-bsp

Please find the binary built directly from source for
Ubuntu 20.04.4 LTS (GNU/Linux 5.15.0-1013-gcp x86_64)

Full Changelog: v1.3.1-bsp...v1.3.2-bsp