registry-sdk/src
Prathamesh Musale 6a17b1b175 Add support for using auto fee calculation (#22)
Part of [Create a public laconicd testnet](https://www.notion.so/Create-a-public-laconicd-testnet-896a11bdd8094eff8f1b49c0be0ca3b8)

- Add an option for setting gas price
- Use fees as gas estimation multiplier when `gasPrice` is provided (following `cosmjs` pattern)
  - Default gas estimation multiplier: `2`
- Add a method to query bonds by owners and fix tests
- Add a test for inclusion of batch of txs sent at once in the same block

Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Reviewed-on: cerc-io/registry-sdk#22
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-09-06 09:07:57 +00:00
..
proto Rename globalThis in generated proto bindings to avoid polyfill issues (#25) 2024-08-28 10:32:19 +00:00
testing Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
types Use pagination in query to get records (#27) 2024-09-05 09:06:20 +00:00
account.ts Remove unused code and update CI (#9) 2024-03-14 09:15:48 +00:00
auction.test.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
bond.test.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
config.test.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
constants.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
decs.d.ts Implement setRecord and add test for setAutorityBond 2022-04-21 09:44:24 +05:30
index.test.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
index.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
laconic-client.ts Use pagination in query to get records (#27) 2024-09-05 09:06:20 +00:00
nameservice-expiry.test.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
naming.test.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
onboarding.test.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
registry-client.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
sdk.test.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
util.test.ts Add support for using auto fee calculation (#22) 2024-09-06 09:07:57 +00:00
util.ts Remove unused code and update CI (#9) 2024-03-14 09:15:48 +00:00