Author | SHA1 | Message | Date |
---|---|---|---|
Dev Ojha | 24b94d7aa4 |
crypto: Switch hkdfchacha back to xchacha (#2058)
hkdfchachapoly was a construction we came up with. There is no longer any reason to use it. We should instead just use xchacha for the remaining use cases we have. (Symmetrically encrypting the keys in the sdk keys package) |
6 years ago |
Dev Ojha | 9cfc47a93b |
makefile: Add `make check_dep` and remove `make ensure_deps` (#2055)
This adds a new makefile command, which is used in CI linting, `make check_dep`. This ensures the toml is in sync with the lock, and that were not pinning to a branch in any repository. This also adapts `make get_vendor_deps` to check the lock, in addition to populating the vendor directory. This removes the need for `make ensure_deps`. This makes `make get_vendor_deps` consistent between tendermint and the sdk. |
6 years ago |
Anton Kaliaev | 60378fd7f9 |
abci: remove fee (#2043)
Refs #1861 We don't use the fee field and its likely just confusing. We can add backwards compatible priority (instead of fee) later. Note priority is better than fee because it lets the app do the math on how to rank order transactions, rather than forcing that into tendermint (ie. if we return fee, priority would be fee/gas) |
6 years ago |
Anton Kaliaev |
ad580e2734
|
fix acceptDeadline
before: 1.000000003s after: 3.000000000s Refs #2027 |
6 years ago |
Ethan Buchman | 54d753e64e | fix Gopkg, add changelog | 6 years ago |