Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Bankroll Unrolled

Compare
Choose a tag to compare
@jspahrsummers jspahrsummers released this 29 Aug 22:57
· 14 commits to master since this release
8f0b138

Bankroll has now been split up into several projects with better separation of responsibilities, making it easier for other projects to build on top of pieces of bankroll without necessarily incorporating the whole monolith.

Development of new brokerages is also simplified: just build according to the interfaces in the bankroll-broker library, and make sure the new brokerage gets imported at runtime! Nothing needs to be added into the main project unless you would like to upstream your implementation.