Solovyov1796
14e1e3a7d4
rename go mod path
2024-08-03 15:03:23 +08:00
drklee3
3375484f79
Update deprecated Cosmos methods ( #1530 )
...
* Use cosmossdk.io/errors for deprecated error methods
* Update error registration with cosmossdk.io/errors
* Use cosmossdk.io/math for deprecated sdk.Int alias
* Fix modified proto file
* Update sdk.Int usage in swap hooks
* Update e2e test deprecated method usage
2023-04-05 16:21:59 -07:00
Ruaridh
ffef832d45
Upgrade to sdk v0.44.5 and add IBC ( #1106 )
...
- Upgrade cosmos-sdk to v0.44.5 from v0.39.2
- Add Legacy Tx Endpoint for backwards compatibility
- Add IBC v1.2.3 Support
Co-authored-by: DracoLi <draco@dracoli.com>
Co-authored-by: drklee3 <derrick@dlee.dev>
Co-authored-by: denalimarsh <denalimarsh@gmail.com>
Co-authored-by: Draco Li <draco@kava.io>
Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
Co-authored-by: Denali Marsh <denali@kava.io>
2022-01-07 17:39:27 -07:00
Kevin Davis
3d6e730368
address issues from audit ( #793 )
2021-02-04 11:35:24 -07:00
Kevin Davis
b356309d90
Add optional rate limits to issuance ( #627 )
...
* add rate-limiting and optional blocklists
* fix: check account is not nil
* add tests for rate-limiting
* update simulations
* fix typos
* remove unsued function arg
2020-08-21 18:56:20 -04:00
Kevin Davis
e14466547d
Issuance module ( #599 )
...
* wip: issuance module
* add keeper and module methods
* add begin blocker
* add client
* update events
* add simulations
* ignore v0.8 migration tests for now
* ignore migration tests in ci
* add test suite
* update spec to match implementation details
* add unblock method
* address review comments
* fix typos
2020-08-17 13:09:02 -04:00