-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
supply refactors #4604
supply refactors #4604
Commits on Jun 19, 2019
-
Separate account getters from client/context (#4579)
Account getters are removed from client context. x/auth has the queriers necessary for retrieving account information. These functions should be removed since they are currently redundant and don't provide any extra value. Closes: #4543
Alessio Treglia authoredJun 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 1eb7706 - Browse repository at this point
Copy the full SHA 1eb7706View commit details -
Remove auth's AccountDecoder type (#4588)
AccountDecoder is now entirely redundant. client package now does no longer depend on x/auth. Context: #4488
Alessio Treglia authoredJun 19, 2019 Configuration menu - View commit details
-
Copy full SHA for c530c1c - Browse repository at this point
Copy the full SHA c530c1cView commit details -
Add goconst to enabled linters (#4591)
Alessio Treglia authoredJun 19, 2019 Configuration menu - View commit details
-
Copy full SHA for e12876c - Browse repository at this point
Copy the full SHA e12876cView commit details
Commits on Jun 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c3bef9a - Browse repository at this point
Copy the full SHA c3bef9aView commit details -
Remove print response flag (#4593)
This flag isn't used anywhere and probably hasn't for quite some time.
Configuration menu - View commit details
-
Copy full SHA for 6d5ca0b - Browse repository at this point
Copy the full SHA 6d5ca0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eda558b - Browse repository at this point
Copy the full SHA eda558bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6672e70 - Browse repository at this point
Copy the full SHA 6672e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbbc900 - Browse repository at this point
Copy the full SHA bbbc900View commit details
Commits on Jun 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 94866d1 - Browse repository at this point
Copy the full SHA 94866d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec131f8 - Browse repository at this point
Copy the full SHA ec131f8View commit details -
lint add deadcode unused (#4606)
Added deadcode and unused linters to the repo, it helped find some unused code. Ref #4589
Configuration menu - View commit details
-
Copy full SHA for 4ffabb6 - Browse repository at this point
Copy the full SHA 4ffabb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e077faf - Browse repository at this point
Copy the full SHA e077fafView commit details
Commits on Jun 22, 2019
-
Remove client/input.{Buffer,Override}Stdin() functions (#4602)
Cobra's new release made them redundant. Thanks: Juan Leni <juan.leni@zondax.ch> for the original patch.
Alessio Treglia authoredJun 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 7b5e6ce - Browse repository at this point
Copy the full SHA 7b5e6ceView commit details
Commits on Jun 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b61491a - Browse repository at this point
Copy the full SHA b61491aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52bb151 - Browse repository at this point
Copy the full SHA 52bb151View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78c359 - Browse repository at this point
Copy the full SHA b78c359View commit details
Commits on Jun 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e0ad68f - Browse repository at this point
Copy the full SHA e0ad68fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0807f - Browse repository at this point
Copy the full SHA 2b0807fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a0fdd - Browse repository at this point
Copy the full SHA c8a0fddView commit details