Skip to content
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

chore: release #729

Merged
merged 3 commits into from
Feb 8, 2024
Merged

chore: release #729

merged 3 commits into from
Feb 8, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 1, 2023

🤖 New release

  • arbiter-bindings: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • arbiter-core: 0.9.1 -> 0.10.0 (⚠️ API breaking changes)
  • arbiter-engine: 0.1.0
  • arbiter: 0.4.13 -> 0.4.14

⚠️ arbiter-core breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.26.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Connection is no longer UnwindSafe, in /tmp/.tmpWUyghN/arbiter/arbiter-core/src/middleware/connection.rs:19
  type Connection is no longer RefUnwindSafe, in /tmp/.tmpWUyghN/arbiter/arbiter-core/src/middleware/connection.rs:19

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.26.0/src/lints/enum_variant_added.ron

Failed in:
  variant RevmMiddlewareError:Signing in /tmp/.tmpWUyghN/arbiter/arbiter-core/src/middleware/errors.rs:75
Changelog

arbiter-bindings

0.1.2 - 2024-01-23

Other

  • remove unused README generated by forge init, fix links and update benchmark command
  • cleanup

arbiter-core

0.10.0 - 2024-01-23

Added

  • stream into process
  • world/agent/behavior state machine
  • generic decoded event stream
  • database disk handling
  • messaging layer + example starts
  • pubsub provider worlds

Fixed

  • arbiter-core tests
  • tests and test workflow

Other

  • Merge pull request #811 from primitivefinance/dependabot/cargo/chrono-0.4.32
  • Merge pull request #804 from primitivefinance/arbiter-core/impl-signer
  • rm arbiter-derive
  • Merge branch 'main' into arbiter-engine/world-agent-behaviors
  • calling it here
  • make clippy happy
  • last push
  • save
  • version finagle
  • clean up
  • mvp combo stream
  • (deps) bump polars from 0.35.4 to 0.36.2
  • (deps) bump futures from 0.3.29 to 0.3.30
  • Merge branch 'main' into arbiter-core/db-backend
  • mod database and coprocessor
  • arbiter-core compiling
  • Merge branch 'main' into arbiter-core/db-backend
  • cleanup
  • messager echo
  • (deps) bump test-log from 0.2.13 to 0.2.14
  • dependencies
  • Revert "Merge pull request #725 from quidproquoo/migrate-alloy"

arbiter-engine

0.1.0 - 2024-01-23

Added

  • World::stop() method
  • double agent test
  • stream into process
  • world/agent/behavior state machine
  • generic decoded event stream
  • multi agent simulation
  • run()
  • messaging layer + example starts
  • pubsub provider worlds

Fixed

  • fix error
  • Engine::run_state
  • messaging channels for multithread
  • leak private type

Other

  • Merge branch 'main' into arbiter-engine/world-agent-behaviors
  • calling it here
  • push up: test adjustment
  • make clippy happy
  • last push
  • push up
  • save
  • helper functions for StateMachines
  • StateMachine trait
  • agent::streaming() passes
  • removing eth event leads to different behavior
  • test gets stuck
  • example ping pong
  • timed message
  • chore spelling
  • chore version specification
  • clean up
  • mvp combo stream
  • compile errors gone
  • I am gutting things
  • lock the versions wtf
  • Update token_minter.rs
  • channel sometimes closes too soon
  • messager + transactor
  • leaving off here,
  • some ideas laid out
  • attempting messager refactor
  • (deps) bump futures from 0.3.29 to 0.3.30
  • Merge branch 'main' into arbiter-core/db-backend
  • (deps) bump anyhow from 1.0.77 to 1.0.78
  • (deps) bump anyhow from 1.0.76 to 1.0.77
  • (deps) bump anyhow from 1.0.75 to 1.0.76
  • fmt
  • cleanup
  • agent behaviors
  • fmt, lint, agent HashMap
  • remove E, A from World
  • #[ignore] test_agent()
  • #[ignore] on base_simulation()
  • cleanup
  • replace artemis-core
  • cleanup
  • messager echo
  • docs + cleanup
  • fmt
  • Delete world.rs
  • impl test_agent()
  • save state
  • package creation

arbiter

0.4.14 - 2024-01-23

Added

  • World::stop() method
  • double agent test
  • stream into process
  • world/agent/behavior state machine
  • generic decoded event stream
  • database disk handling
  • run()
  • messaging layer + example starts
  • pubsub provider worlds

Fixed

  • fix error
  • arbiter-core tests
  • Engine::run_state
  • tests and test workflow

Other

  • Merge pull request #811 from primitivefinance/dependabot/cargo/chrono-0.4.32
  • Merge pull request #804 from primitivefinance/arbiter-core/impl-signer
  • Update README.md
  • rm arbiter-derive
  • Merge pull request #807 from primitivefinance/dependabot/cargo/clap-4.4.18
  • Merge pull request #806 from primitivefinance/dependabot/cargo/proc-macro2-1.0.78
  • (deps) bump proc-macro2 from 1.0.76 to 1.0.78
  • Merge branch 'main' into arbiter-engine/world-agent-behaviors
  • pin revm versions
  • calling it here
  • push up: test adjustment
  • make clippy happy
  • last push
  • push up
  • save
  • helper functions for StateMachines
  • StateMachine trait
  • agent::streaming() passes
  • removing eth event leads to different behavior
  • test gets stuck
  • example ping pong
  • timed message
  • version finagle
  • chore spelling
  • chore version specification
  • Update Cargo.lock
  • clean up
  • mvp combo stream
  • compile errors gone
  • I am gutting things
  • lock the versions wtf
  • Update token_minter.rs
  • channel sometimes closes too soon
  • messager + transactor
  • leaving off here,
  • some ideas laid out
  • attempting messager refactor
  • Merge pull request #782 from primitivefinance/dependabot/cargo/clap-4.4.14
  • Merge pull request #781 from primitivefinance/dependabot/cargo/revm-30bbcdf
  • Merge pull request #780 from primitivefinance/dependabot/cargo/proc-macro2-1.0.76
  • (deps) bump proc-macro2 from 1.0.75 to 1.0.76
  • (deps) bump revm from 67331de to aff028e
  • (deps) bump thiserror from 1.0.51 to 1.0.55
  • Merge pull request #775 from primitivefinance/dependabot/cargo/proc-macro2-1.0.75
  • Merge pull request #774 from primitivefinance/dependabot/cargo/clap-4.4.13
  • Merge pull request #773 from primitivefinance/dependabot/cargo/syn-2.0.43
  • (deps) bump syn from 2.0.42 to 2.0.43
  • Merge pull request #770 from primitivefinance/dependabot/cargo/tokio-1.35.1
  • Merge pull request #771 from primitivefinance/dependabot/cargo/futures-0.3.30
  • (deps) bump crossbeam-channel from 0.5.9 to 0.5.10
  • Merge branch 'main' into arbiter-core/db-backend
  • mod database and coprocessor
  • arbiter-core compiling
  • Merge branch 'main' into arbiter-core/db-backend
  • #[ignore] test_agent()
  • #[ignore] on base_simulation()
  • cleanup
  • replace artemis-core
  • cleanup
  • messager echo
  • (deps) bump tokio from 1.34.0 to 1.35.0
  • docs + cleanup
  • (deps) bump test-log from 0.2.13 to 0.2.14
  • fmt
  • Delete world.rs
  • Update Cargo.lock
  • Merge branch 'main' into arbiter-engine/init
  • dependencies
  • Update tests.rs
  • Update lint.yaml
  • Revert "Merge pull request #725 from quidproquoo/migrate-alloy"
  • (deps) bump clap from 4.4.10 to 4.4.11
  • minor
  • Merge branch 'main' into release-plz-2023-11-21T13-00-44Z


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore(arbiter): release v0.4.14 chore: release Dec 21, 2023
@github-actions github-actions bot force-pushed the release-plz-2023-12-01T22-13-03Z branch 8 times, most recently from 1b6291a to ffd1e19 Compare December 28, 2023 20:54
@github-actions github-actions bot force-pushed the release-plz-2023-12-01T22-13-03Z branch 8 times, most recently from 07206b4 to 12c5648 Compare January 4, 2024 20:43
@github-actions github-actions bot force-pushed the release-plz-2023-12-01T22-13-03Z branch 13 times, most recently from 9e6872c to 9caec5d Compare January 11, 2024 17:34
@github-actions github-actions bot force-pushed the release-plz-2023-12-01T22-13-03Z branch 11 times, most recently from 08bc979 to ba9fa19 Compare January 17, 2024 21:42
@github-actions github-actions bot force-pushed the release-plz-2023-12-01T22-13-03Z branch 6 times, most recently from 64b984a to 47b5901 Compare January 23, 2024 21:41
Signed-off-by: GitHub Action <action@github.com>
@github-actions github-actions bot force-pushed the release-plz-2023-12-01T22-13-03Z branch from 47b5901 to 96be9f3 Compare January 23, 2024 21:41
@0xJepsen 0xJepsen merged commit 354744b into main Feb 8, 2024
8 checks passed
@0xJepsen 0xJepsen deleted the release-plz-2023-12-01T22-13-03Z branch February 8, 2024 23:47
This was referenced Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants