token-contract-as
token-contract-as copied to clipboard
Implementation of token contract similar to ERC20.
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](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...
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...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](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...
_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...
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]...