token-contract-as icon indicating copy to clipboard operation
token-contract-as copied to clipboard

Implementation of token contract similar to ERC20.

Results 18 token-contract-as issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 5.0.7 to 5.0.11. Commits c013549 5.0.11 c249106 drop dirCache for symlink on all platforms df64c4d 5.0.10 82eac95 fix: prevent path escape using drive-relative paths 1739408 fix: reserve...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Change the contracts build destination to out/main.wasm. The near-cli modules expects the contract to be at ./out/main.wasm rather than ./build/release/contract.wasm. This caused the following failure both locally and on Gitpod:...

``` ERROR TS2339: Property 'setSigner_account_id' does not exist on type '~lib/near-sdk-core/contract/Context'. Context.setSigner_account_id(alice); ~~~~~~~~~~~~~~~~~~~~ in assembly/__tests__/token.spec.ts(20,15) ERROR TS2339: Property 'setAccount_balance' does not exist on type '~lib/near-sdk-core/contract/Context'. Context.setAccount_balance(u128.fromString("1000000")); ~~~~~~~~~~~~~~~~~~ in assembly/__tests__/token.spec.ts(21,15) [Error]...