This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Releases: primev/mev-commit-p2p
Releases · primev/mev-commit-p2p
v0.3.0-rc2
Changelog
- 42cafa8 Merge pull request #185 from primevprotocol/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.12.2
- 2ace2f4 Merge pull request #189 from primevprotocol/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.19.1
- 262f943 Merge pull request #211 from primevprotocol/dependabot/go_modules/github.com/bufbuild/protovalidate-go-0.6.0
- 5e3d931 Merge pull request #215 from primevprotocol/dependabot/go_modules/google.golang.org/protobuf-1.33.0
- 7979ac4 Merge pull request #216 from primevprotocol/dependabot/go_modules/google.golang.org/grpc-1.62.1
- 164b836 Merge pull request #217 from primevprotocol/revert-tcp-log-sink
- 95a76e4 Merge pull request #218 from primevprotocol/introduce-log-tags
- 26ff8c2 chore(deps): bump github.com/bufbuild/protovalidate-go
- 4d4bc50 chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2
- 9d8a9c5 chore(deps): bump github.com/multiformats/go-multiaddr
- af1e199 chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.62.1
- 045add8 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
- 8afb18b feat: introduce log tags
- 9959ae4 revert: introduce tcp log sink
v0.3.0-rc1
v0.2.0
The team is happy to announce the updated testnet release.
- The command has been simplified to make initial setup of the node as hassle-free as it can be. The
init
,start
andcreate-key
sub-commands are no longer there. Themev-commit
is now just a single command which starts the node. Previously the node needed a configuration file, but now it provides 3 options to pass the configuration:- Pass the options directly through arguments
- Pass the options using the config file, similar to v0.1.1
- Pass the options using environment variables
- Encrypted keystore now supported. The keystore is password protected. Users have to use the
--keystore-path
and--keystore-password
options to enable this feature. - Bid on transaction bundles. Users can now pass an array of transaction hashes to preconfirm.
- Provider address is now returned as a part of the preconfirmation.
- Bid amount can now be passed as a string. This protects from overflows.
v0.1.1
Changelog
- 1602c9f Merge pull request #160 from primevprotocol/dependabot/go_modules/golang.org/x/sync-0.6.0
- 41994c2 Merge pull request #166 from primevprotocol/dependabot/go_modules/github.com/quic-go/quic-go-0.38.2
- f72f937 Merge pull request #168 from primevprotocol/dependabot/go_modules/github.com/ethereum/go-ethereum-1.13.10
- 06c771c Merge pull request #169 from primevprotocol/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.12.1
- 6c30dae Merge pull request #170 from primevprotocol/initcmd
- 2060b53 Merge pull request #171 from primevprotocol/peerTypeOption
- 8bb0eef Merge pull request #173 from primevprotocol/cmd-reorg
- 38f3408 Merge pull request #174 from primevprotocol/update-contracts
- cc9f684 Update mev-commit-cli.sh (#165)
- 386dd2d chore(deps): bump github.com/ethereum/go-ethereum from 1.13.8 to 1.13.10
- 86ddecd chore(deps): bump github.com/multiformats/go-multiaddr
- b741cc5 chore(deps): bump github.com/quic-go/quic-go from 0.38.1 to 0.38.2
- 127fa0f chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0
- a987cd8 feat: consolidate start command and remove extra files
- 87a5dfb feat: init command
- be0126c fix: add address for all services
- 6b7eca3 fix: add address for all services
- 82863c3 fix: add more details on flags
- 80f9e19 fix: add more details on flags
- 67d4a70 fix: bidder registry ABI
- 47e6e50 fix: config
- 0b647c8 fix: config
- f13524b fix: config
- 8ef6ae4 fix: default addresses
- 35a787f fix: goreleaser dockerfile
- 1958bcc fix: release pkg paths
- 99fc29b fix: remove json config handling
- 9018713 fix: scripte
- 286dd3d fix: update contract addresses
v0.1.0
First testnet release