Skip to content

Releases: DarrenWestwood/greed

Bitcoin Payments v2.0.6

02 Jun 09:17
8d862ea
Compare
Choose a tag to compare

What's Changed

  • Use only blockonomics secret for merchant_logs by @aadyanthaya in #66

Full Changelog: v2.0.5...v2.0.6

Bitcoin Payments v2.0.5

29 May 12:34
3587f80
Compare
Choose a tag to compare

What's Changed

  • Stops checking unused bitcoin addresses for payments after 7 days

Full Changelog: v2.0.4...v2.0.5

Bitcoin Payments v2.0.4

19 May 08:18
7bc5dfb
Compare
Choose a tag to compare

What's Changed

  • display the complete btc value #61 by @aadyanthaya in #62

Full Changelog: v2.0.3...v2.0.4

Bitcoin Payments v2.0.3

04 May 11:02
5a36de9
Compare
Choose a tag to compare

How to update

Add the following code to existing config.toml

# Cash payment settings
[Payments.Cash]
# Display the "With cash" option in the Add Credit menu
enable_pay_with_cash = true
# Display the "Create transaction" option in the Manager menu
enable_create_transaction = true
# Customize the cash payment text in the strings files!

What's Changed

  • Polling instead of Callback for Transaction Updates by @thisisayush in #50
  • Add Screenshots to README by @thisisayush in #56
  • Merge Upstream Changes from steffo99/greed by @thisisayush in #57
  • Test bench payment support using merchant log api by @aadyanthaya in #60

Full Changelog: v2.0.0...v2.0.3

Major Update

22 Mar 07:12
7c5cd37
Compare
Choose a tag to compare

Update to latest code from Main Fork (@steffo99/greed)

What's Changed:

  • Introduce new changes and optimizations done by @Steffo99
  • Fix issues with Conversions, Callbacks, and User Credit.
  • Update README with better details about installation and deployment.
  • Introduce new configuration management.

How to Upgrade:

  • Install new dependencies by reinitializing your virtual environment as mentioned in the Installation Steps Step 3-5
  • Generate the new config.toml file as mentioned in the Installation Steps Step 7.
  • Update your configuration from config.ini and replacing it with respective values in config.toml file.
  • Remove the old configuration file i.e. config.ini
  • That's it. Restart your bot and test.

Full Changelog: v1.0.0...v2.0.0

Bitcoin Payments

23 Mar 06:54
Compare
Choose a tag to compare

Added bitcoin payments