Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix the compatibility issues with daphne #539

Merged
merged 59 commits into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from 51 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
96a1565
feat: define proto for x/token
0Tech May 11, 2022
c507c68
feat: update proto
0Tech May 12, 2022
3faf2d8
feat: add event type enum
0Tech May 13, 2022
f4e3288
feat: add spent and received event
0Tech May 13, 2022
8d5756f
style: lint
0Tech May 13, 2022
4a94769
refactor: rename file
0Tech May 13, 2022
72fd050
refactor: refactor send
0Tech May 13, 2022
b876ea5
refactor: update msgs.go
0Tech May 13, 2022
ba83354
refactor: update codec
0Tech May 13, 2022
454d457
refactor: update genesis
0Tech May 13, 2022
6f804a6
refactor: update keys
0Tech May 13, 2022
ee7db39
refactor: update genesis and query proto
0Tech May 16, 2022
1b62757
refactor: update types
0Tech May 16, 2022
32a15bf
refactor: update genesis and grant
0Tech May 18, 2022
acb3e35
refactor: update servers
0Tech May 19, 2022
222c8b5
feat: add low level events to ease the tracking
0Tech May 19, 2022
2e6a63c
refactor: emit legacy events
0Tech May 19, 2022
13983f2
refactor: update logics
0Tech May 19, 2022
07325be
style: lint
0Tech May 19, 2022
30ec20f
fix: update test and fix bugs
0Tech May 23, 2022
41ca630
test: increase coverage of msgs.go
0Tech May 23, 2022
4b1013f
test: increase coverage of supply.go
0Tech May 23, 2022
b2f0f81
Merge branch 'main' into token
0Tech May 24, 2022
b89e01c
style: lint
0Tech May 24, 2022
7196e3b
test: increase coverage of genesis.go
0Tech May 26, 2022
e16264b
test: increase coverage of the servers
0Tech May 26, 2022
96cc2b1
chore: use shorter variation
0Tech May 27, 2022
a745f21
fix: create account on mint, burn and send (daphne compat)
0Tech May 27, 2022
d990be0
feat: add operator field to EventModified
0Tech May 27, 2022
8fce084
fix: make queries for statistics to return errors on not found
0Tech May 30, 2022
e89c1a8
docs: update CHANGELOG.md
0Tech May 30, 2022
2305550
fix: make key prefixes to start from 0x00
0Tech May 30, 2022
ba1d240
docs: update comments in tx.proto
0Tech May 31, 2022
a3fa4d5
docs: update comments in event.proto
0Tech May 31, 2022
3886ceb
docs: update comments in query.proto
0Tech May 31, 2022
ec18289
docs: update comments on genesis.proto
0Tech May 31, 2022
80fa6a6
refactor: add new apis and deprecate the old ones
0Tech Jun 2, 2022
fc85d6f
Merge branch 'main' into token
0Tech Jun 2, 2022
6da81ea
chore: replace class with contract
0Tech Jun 2, 2022
4d8b6d6
refactor: add new queries and deprecate the old ones
0Tech Jun 2, 2022
809e91f
fix: set fields of the queries as not nullable
0Tech Jun 13, 2022
8490e2b
fix: remove event_received and event_spent
0Tech Jun 14, 2022
b3df5a1
refactor: panic if it's not the user's fault
0Tech Jun 14, 2022
7d4dac6
docs: update documentation on tx
0Tech Jun 14, 2022
acf5997
docs: update documentation on event
0Tech Jun 14, 2022
67bd785
test: fix errors on tests
0Tech Jun 15, 2022
bcbf3f1
fix: set granter address of the event empty on issuance.
0Tech Jun 15, 2022
a1f30ee
docs: update comments on ERC777 related specs
0Tech Jun 15, 2022
fd6c1a7
docs: update event proto document format
0Tech Jun 15, 2022
80f0a3e
Merge branch 'main' into token
0Tech Jun 17, 2022
547eec5
docs: add a comment about empty granter address in the event
0Tech Jun 17, 2022
51c9b4e
docs: update comments in proto
0Tech Jun 21, 2022
630e374
fix: emit client-friendly errors on the queries
0Tech Jun 21, 2022
afea9a6
feat: return the id of the created token class
0Tech Jun 24, 2022
cb305ba
chore: rename files
0Tech Jun 29, 2022
abea98c
docs: fix comment
0Tech Jun 30, 2022
07def03
refactor: introduce ValidateContractID()
0Tech Jun 30, 2022
cc76ba5
Update x/token/keeper/send.go
0Tech Jun 30, 2022
1fb1c07
lint: lint test files
0Tech Jun 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (client) [\#476](https://github.com/line/lbm-sdk/pull/476) change the default value of the client output format in the config
* (server/grpc) [\#516](https://github.com/line/lbm-sdk/pull/516) restore build norace flag
* (genesis) [\#517](https://github.com/line/lbm-sdk/pull/517) fix genesis auth account format(cosmos-sdk style -> lbm-sdk style)
* (x/token) [\#539](https://github.com/line/lbm-sdk/pull/539) fix the compatibility issues with daphne
* (x/foundation) [\#545](https://github.com/line/lbm-sdk/pull/545) fix genesis and support abstain
* (x/auth) [\#563](https://github.com/line/lbm-sdk/pull/563) fix unmarshal bug of `BaseAccountJSON`

Expand Down
9 changes: 5 additions & 4 deletions client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading