Giter Site home page Giter Site logo

dotnet-tinyman-sdk's People

Contributors

gbosystems avatar geoffodonnell avatar killyp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dotnet-tinyman-sdk's Issues

Error while deserailzation

Looks like algorand api are no longer returning "creator" field for assets. This fields is required, so all tinyman api like GetBalance, FetchAssets are failing.

Possible MintQuote Bug - Checking both asset amounts are equal in case of new mint

In case the liquidity is 0, the code compares the input asset amounts instead of checking that they are non null values.

https://github.com/geoffodonnell/dotnet-tinyman-sdk/blob/main/src/Tinyman/V1/Model/PoolExtensions.cs#L183

// Pool exists does not contain assets
} else {

if (amount1 != amount2) {
	throw new Exception("Amounts required for both assets for first mint!");
}

liquidityAssetAmount = Convert.ToUInt64(
	Math.Sqrt((double)BigInteger.Multiply(amount1.Amount, amount2.Amount)) - 1000);
slippage = 0;
}

FetchAssetAsync uses FetchAssetFromApiAsync

Hi,

there is issue with FetchAssetAsync. The algod has dropped support for asa fetch from the api, and was transformed only for use by the indexer.

https://algoexplorer.io/api-dev/v2

if tinymanMainnetClient.FetchAssetAsync returns 403, it means your algod does not support it any longer.

i am afraid the only solution is to add the indexer to the library

Pool token unit name for V1_1 bootstrapping

The unit name for pool in bootstrapping is set to TM1POOL11 instead of TMPOOL11

if (validatorAppId == Constant.TestnetValidatorAppIdV1_0 ||
				validatorAppId == Constant.MainnetValidatorAppIdV1_0) {
				unitName = "TM1POOL";
				name = $"Tinyman Pool {asset1.UnitName}-{asset2.UnitName}";
			} else {
				unitName = "TM1POOL11";
				name = $"TinymanPool1.1 {asset1.UnitName}-{asset2.UnitName}";
			}

Python sdk - https://github.com/tinymanorg/tinyman-py-sdk/blob/v1-1-updates/tinyman/v1/bootstrap.py#L40

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.