Skip to content

Commit

Permalink
bsnd: remove blueaccount integration (#1057)
Browse files Browse the repository at this point in the history
Remove blue account integration from the `bnsd` application. Keep the blue
account implementation.
  • Loading branch information
husio authored Nov 26, 2019
1 parent 3c61f12 commit 9ccb544
Show file tree
Hide file tree
Showing 23 changed files with 1,024 additions and 5,781 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
- `migrations`: when upgrading the schema version an explicit version must be
provided. This is required to ensure at most one delivery.
- `cmd/bnscli` can create a schema upgrade transaction.
- Blue Account functionality was implememented in `cmd/bnsd/x/blueaccount` and
integrated into `cmd/bnsd` application.
- `x/msgfee` was extended to provide a message to set a fee for a given message
path. `bnscli` and `bnsd` were extended to support this change.
- Blue Account functionality was implememented in `cmd/bnsd/x/blueaccount` but
not integrated into `cmd/bnsd` application.
- `orm`: implement `SerialModelBucket` that provides a better API to interact with datastore.
- `migration`: implement migration for `SerialModelBucket`.

Expand All @@ -29,7 +27,7 @@ Breaking changes
`orm.Model` interface, which is a subset of `orm.Cloneable`.
When creating a new bucket instance a model instance must be provided instead
of `orm.SimpleObj`.
- `CounterWithID` field has been added to `codec.proto` as an helper for
- `CounterWithID` field has been added to `codec.proto` as an helper for
testing `SerialModelBucket`

## 0.21.2
Expand Down
8 changes: 0 additions & 8 deletions cmd/bnscli/clitests/blue_delete_account.test

This file was deleted.

11 changes: 0 additions & 11 deletions cmd/bnscli/clitests/blue_delete_account.test.gold

This file was deleted.

7 changes: 0 additions & 7 deletions cmd/bnscli/clitests/blue_delete_domain.test

This file was deleted.

10 changes: 0 additions & 10 deletions cmd/bnscli/clitests/blue_delete_domain.test.gold

This file was deleted.

26 changes: 0 additions & 26 deletions cmd/bnscli/clitests/blue_register_account.test

This file was deleted.

47 changes: 0 additions & 47 deletions cmd/bnscli/clitests/blue_register_account.test.gold

This file was deleted.

14 changes: 0 additions & 14 deletions cmd/bnscli/clitests/blue_register_domain.test

This file was deleted.

21 changes: 0 additions & 21 deletions cmd/bnscli/clitests/blue_register_domain.test.gold

This file was deleted.

19 changes: 0 additions & 19 deletions cmd/bnscli/clitests/blue_replace_account_targets.test

This file was deleted.

33 changes: 0 additions & 33 deletions cmd/bnscli/clitests/blue_replace_account_targets.test.gold

This file was deleted.

9 changes: 0 additions & 9 deletions cmd/bnscli/clitests/blue_transfer_account.test

This file was deleted.

12 changes: 0 additions & 12 deletions cmd/bnscli/clitests/blue_transfer_account.test.gold

This file was deleted.

8 changes: 0 additions & 8 deletions cmd/bnscli/clitests/blue_transfer_domain.test

This file was deleted.

11 changes: 0 additions & 11 deletions cmd/bnscli/clitests/blue_transfer_domain.test.gold

This file was deleted.

Loading

0 comments on commit 9ccb544

Please sign in to comment.