This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
Releases: BuxOrg/bux
Releases · BuxOrg/bux
Release v0.4.1
Changelog
- 28bc3fa Bump github.com/99designs/gqlgen from 0.17.12 to 0.17.13
- 070ef86 Bumped version
- b2a7b5b Fixed logs, should be info NOT error
- 09083e2 Fixed sorting of transactions
- 91360dd Fixed tag name
- 608058c Merge pull request #148 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.13
- ccb5cc3 Merge pull request #149 from BuxOrg/siggi/sync-tx-sorting
- 871fc3d Updated linter
- aa56db4 Upgraded deps
- f67585d Upgraded deps
- ed1d47d Upgraded deps
Release v0.4.0
Changelog
- 3a5f358 Replacing internal datastore for new go-datastore
Release v0.3.1
Release v0.3.0
Changelog
- 8b23678 Bump gorm.io/gorm from 1.23.7 to 1.23.8
- 1a1e2ad Made fixes in go-logger for file name and line number
- f9a40d2 Merge pull request #147 from BuxOrg/dependabot/go_modules/master/gorm.io/gorm-1.23.8
- 0b11d03 Removed internal logger for new features in go-logger
- 720349a Upgraded deps
- 7fc2770 Upgraded logger to include base functionality for GORM
- 5365f49 Use new interface and methods from go-logger
Release v0.2.34
Changelog
- c0323de Bump github.com/99designs/gqlgen from 0.17.10 to 0.17.11
- 5632781 Bump github.com/99designs/gqlgen from 0.17.11 to 0.17.12
- 18884f9 Bump github.com/mrz1836/go-logger from 0.2.5 to 0.2.6
- bbef48e Bump gorm.io/driver/postgres from 1.3.7 to 1.3.8
- 9564dde Bump gorm.io/driver/sqlite from 1.3.5 to 1.3.6
- cca508d Bump version
- 21b55a0 Merge pull request #142 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.11
- ee5e189 Merge pull request #143 from BuxOrg/dependabot/go_modules/master/gorm.io/driver/postgres-1.3.8
- f2cec5b Merge pull request #144 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.12
- 95fc653 Merge pull request #145 from BuxOrg/dependabot/go_modules/master/gorm.io/driver/sqlite-1.3.6
- 2282907 Merge pull request #146 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-logger-0.2.6
- 0d82121 Upgraded deps
Release v0.2.33
Changelog
- a4de86d Added original transaction to utxo actions, needed to sign
- cc11771 Added p2pk destination type detection - used in first transactions by Satoshi
- 4cffe5c Added recover from panic when closing monitor channel on disconnect
- db86a65 Bump github.com/alicebob/miniredis/v2 from 2.21.0 to 2.22.0
- beb0e5d Bump github.com/centrifugal/centrifuge-go from 0.8.2 to 0.8.3
- 242da8d Bump github.com/newrelic/go-agent/v3 from 3.16.1 to 3.17.0
- 05e2d3e Bump github.com/stretchr/testify from 1.7.5 to 1.8.0
- de519e3 Bump gorm.io/driver/sqlite from 1.3.4 to 1.3.5
- b95a89d Bump gorm.io/gorm from 1.23.6 to 1.23.7
- 6d83416 Bumped version
- 6180a50 Changed fmt.Printf to logger statementz
- e51834b Merge pull request #133 from BuxOrg/siggi/monitor-close-channel
- 6b48877 Merge pull request #135 from BuxOrg/dependabot/go_modules/master/github.com/alicebob/miniredis/v2-2.22.0
- 6ad78bf Merge pull request #136 from BuxOrg/dependabot/go_modules/master/gorm.io/driver/sqlite-1.3.5
- 6c65b81 Merge pull request #137 from BuxOrg/siggi/p2pk
- 4174990 Merge pull request #138 from BuxOrg/dependabot/go_modules/master/github.com/stretchr/testify-1.8.0
- 8bba29e Merge pull request #139 from BuxOrg/dependabot/go_modules/master/github.com/centrifugal/centrifuge-go-0.8.3
- d1f50b3 Merge pull request #140 from BuxOrg/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.17.0
- 8ee6b1f Merge pull request #141 from BuxOrg/dependabot/go_modules/master/gorm.io/gorm-1.23.7
- db8e19d Upgraded deps
Release v0.2.32
Changelog
- 750bf80 Added broadcasting of incoming transaction when attempting to broadcast
- 1f13226 Added more logging to incoming transactions processing
- 464af27 Added second query transaction after broadcast when processing incoming transactions
- 85f9c7b Added test for whatsonchain requirements check
- a56be94 Added wait time when broadcasting, before checking on incoming transaction
- a4092df Bump github.com/stretchr/testify from 1.7.2 to 1.7.4
- 7e3f547 Bump github.com/stretchr/testify from 1.7.4 to 1.7.5
- dbeff19 Bump version
- 32ba485 Changed processing of incoming transaction after successful broadcast
- e0fb4cd Fixed erroring out incoming transaction when not found on chain
- 714ae0f Fixed requirements checking for mempool transactions
- edb6187 Fixed satoshi value of paymail outputs when more than 1 present
- 0be6232 Merge pull request #128 from BuxOrg/siggi/paymail-split-outputs
- 5dc51c3 Merge pull request #129 from BuxOrg/dependabot/go_modules/master/github.com/stretchr/testify-1.7.4
- 18b0bc7 Merge pull request #130 from BuxOrg/dependabot/go_modules/master/github.com/stretchr/testify-1.7.5
- 2b471f6 Merge pull request #131 from BuxOrg/siggi/broadcast-incoming-transaction
- 3cb111f Merge pull request #132 from BuxOrg/siggi/broadcast-incoming-transaction-logging
- d106ff7 Removed go routine around wait group when checking for tx onchain
- d6daff4 Reverted wait group in go routine
- 20a3870 Upgraded deps, fixed pkg that was removed
- 6159c14 Upgraded from go 1.17 to 1.18
Release v0.2.31
Changelog
- ca0183e Added RecordRawTransaction action
- fd7754e Bump github.com/99designs/gqlgen from 0.17.9 to 0.17.10
- d83483b Bump github.com/fergusstrange/embedded-postgres from 1.16.0 to 1.17.0
- da3e7c2 Bump github.com/libsv/go-bt/v2 from 2.1.0-beta.3 to 2.1.0-beta.4
- 68c8301 Bump gorm.io/gorm from 1.23.5 to 1.23.6
- 3f060f2 Bump version
- d298657 Merge pull request #123 from BuxOrg/dependabot/go_modules/master/gorm.io/gorm-1.23.6
- 76f6e1e Merge pull request #124 from BuxOrg/dependabot/go_modules/master/github.com/libsv/go-bt/v2-2.1.0-beta.4
- 95bba52 Merge pull request #125 from BuxOrg/siggi/admin-transaction-record
- b3ee48f Merge pull request #126 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.10
- 537a957 Merge pull request #127 from BuxOrg/dependabot/go_modules/master/github.com/fergusstrange/embedded-postgres-1.17.0
- 2bc26bb Upgraded deps
Release v0.2.30
Changelog
- 4a01bb1 Bump github.com/fergusstrange/embedded-postgres from 1.15.0 to 1.16.0
- 6f5ae0f Bump github.com/mrz1836/go-cache from 0.6.5 to 0.6.6
- d3fda02 Bump github.com/mrz1836/go-whatsonchain from 0.10.4 to 0.11.0
- 1382cb4 Bump github.com/tonicpow/go-minercraft from 0.7.3 to 0.8.0
- 1ae4a99 Bump github.com/tonicpow/go-paymail from 0.7.7 to 0.7.8
- 5d6d0b8 Bump gorm.io/driver/sqlite from 1.3.2 to 1.3.4
- 88a0924 Bump gorm.io/plugin/dbresolver from 1.2.0 to 1.2.1
- 40c0670 Merge pull request #115 from BuxOrg/dependabot/go_modules/master/github.com/tonicpow/go-paymail-0.7.8
- 59ba129 Merge pull request #116 from BuxOrg/dependabot/go_modules/master/github.com/fergusstrange/embedded-postgres-1.16.0
- 5ad2386 Merge pull request #117 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-cache-0.6.6
- 654ef53 Merge pull request #118 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-whatsonchain-0.11.0
- 97f9243 Merge pull request #119 from BuxOrg/dependabot/go_modules/master/github.com/tonicpow/go-minercraft-0.8.0
- 7dd6680 Merge pull request #120 from BuxOrg/dependabot/go_modules/master/gorm.io/plugin/dbresolver-1.2.1
- e41ccb7 Merge pull request #121 from BuxOrg/dependabot/go_modules/master/gorm.io/driver/sqlite-1.3.4
- a6e1d8e Upgraded deps and bumped version
Release v0.2.29
Changelog
- fa10bce Added a basic test for process incoming tx
- b26e9ed Added another error log, dont panic
- e89fe9b Added panic recover defers for capturing panics inside cron jobs
- eb6f91f Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
- 22dc094 Bump github.com/tryvium-travels/memongo from 0.5.0 to 0.6.0
- 3aacbe5 Capture a panic
- 0ef8837 If tx is not found, attempt to broadcast
- aa1f2b3 Include the stack trace in a panic
- 34697f9 Merge pull request #112 from BuxOrg/multi-server-monitor
- 5bd53ab Merge pull request #113 from BuxOrg/dependabot/go_modules/master/github.com/stretchr/testify-1.7.2
- d8a27c2 Merge pull request #114 from BuxOrg/dependabot/go_modules/master/github.com/tryvium-travels/memongo-0.6.0
- 942b9d9 Removed mattercloud, no longer in service
- ba82076 Safely return error if client is not found
- f27a7bb Set the id before using parsedTx
- 3f470e4 Upgraded deps