-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: GitHub Action <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Waylon Jepsen <[email protected]> Co-authored-by: Colin Roberts <[email protected]>
- Loading branch information
1 parent
f04dc2b
commit 354744b
Showing
8 changed files
with
222 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ exclude = ["benches"] | |
# Package configuration | ||
[package] | ||
name = "arbiter" | ||
version = "0.4.13" | ||
version = "0.4.14" | ||
edition = "2021" | ||
authors = [ | ||
"Waylon Jepsen <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "arbiter-core" | ||
version = "0.9.1" | ||
version = "0.10.0" | ||
edition = "2021" | ||
authors = [ | ||
"Waylon Jepsen <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/primitivefinance/arbiter/releases/tag/arbiter-engine-v0.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 `StateMachine`s | ||
- `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 |