All notable changes to this project will be documented in this file.
- Asset Hub transactions with fee currency
- Autofill tip with asset
- Pass asset id into transaction constructor to properly select fee currency
- Test cases to cover partial withdrawal and Asset Gub transfers
- Force withdrawal call implementation
- Docker container for the app
- Containerized test environment
- Fixed the storage fetching.
- Removed redundant name checks & thereby fixed the connection to Asset Hub chains.
- Callback in case callback url provided
- fix error handling as a result of dep uupgrade
- fix order withdraw transaction
- mark order withdrawn on successful withdraw
- Switched from the unmaintained
hex
crate toconst-hex
.
- Moved all utility modules under the utils module.
- Removed all
mod.rs
files & added a lint rule to prevent them.
- Server health call implementation
- Docker environment for chopsticks and compose to spawn 4 chopsticks instances in parallel looking at different RPCs
- Server_status API request returns instance_id instead of placeholder
- Mark_paid function will mark order correctly now
Making the order request work according to specs in the specs. Using the tests from kalatori-api-test-suite in order to validate. Added git cliff and configuration for it to generate CHANGELOG like this one, see CONTRIBUTING.md
- API specs Balances->Native
- Not having currency in the request responds with Fatal
- Validate missing order parameters
- Get order handler functionality part
- Get order and update order
- Removed version check for PRs
- Resolve conflicts