Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Releases: primev/mev-commit-p2p

v0.3.0-rc2

20 Mar 13:47
5e3d931
Compare
Choose a tag to compare

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

08 Mar 18:40
7a6782d
Compare
Choose a tag to compare

Changelog

  • 95379b0 Merge pull request #212 from primevprotocol/transaction-trace
  • 7a6782d Merge pull request #213 from primevprotocol/introduce-tcp-log-sink
  • dbe2fe6 feat: introduce tcp log sink
  • 42f643f feat: log transaction trace of failed transactions

v0.2.0

29 Feb 18:17
1f84fbd
Compare
Choose a tag to compare

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 and create-key sub-commands are no longer there. The mev-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:
    1. Pass the options directly through arguments
    2. Pass the options using the config file, similar to v0.1.1
    3. 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

18 Jan 11:02
Compare
Choose a tag to compare

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

09 Jan 17:45
Compare
Choose a tag to compare

First testnet release