You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Draft Nep17 UT
* LF
* Fix TotalSupply
* Some UT still failing, checking bugs
* Ensure OnSetOwner is raised during deploy
* Fix string
* Fix mint test
* Test burn
* check burn
* Test transfer
* Remove token reception in Nep17, not required for a template
* Fix csproj
* Try to execute template compilation
* Update src/Neo.SmartContract.Template/templates/neocontractnep17/ProjectName.csproj
* Rename project
* Use same path as tested project
* Fix ut contract=filename
* fix comment
* Update src/Neo.SmartContract.Template/templates/neocontractnep17/Nep17Contract.cs
* Need help
* Create project with template, and compile, new errors
* Generate nef and manifest before compile
* Compile works
* Only left #895
* forgot files
* LF and remove artifact library
* format
* Update tests/Neo.SmartContract.Template.UnitTests/templates/neocontractnep17/Nep17ContractTests.cs
* Remove artifacts
* Remove artifacts compilation
* Revert "Remove artifacts compilation"
This reverts commit 62466f1.
* Remove artifacts and use the compiled library
* Remove duplicate neo reference in Compiler
* Update Neo.Compiler.CSharp.csproj
* With source works fine
* Reduce changes
* Ut pass in local
* dotnet format
* Prepare for coverage check
* Update test with coverage
* Fix git notifications
* sort coverage dump
* remove using
* fix bug
* Increase transfer coverage using invalid types
* Add to workflow
* Fix test order
* Remove some artifacts
* fix comment
* ir require artifacts
* Remove artifacts and generate them by workflow
* Split build
* fix path
* fix path
* fix nccs dll
* fix relative
* Fix artifacts path
* clean project
* Update README.md
* Sandobx UT
* Clean
* remove nullable
* cleaner
* Update console log
* Clean table
* Update tests/Neo.SmartContract.Template.UnitTests/templates/neocontractnep17/Nep17ContractTests.cs
Co-authored-by: Jimmy <jimmy@r3e.network>
* Update src/Neo.SmartContract.Testing/Coverage/CoveredContract.cs
Co-authored-by: Christopher Schuchardt <cschuchardt88@gmail.com>
* cschuchardt88's and Jimmy's feedback & Ownable & Nep17UT
* some fixes
* Rename test
* TestBase
* Add Assert
* Use same format for auth check
* Fix typo
* Update src/Neo.SmartContract.Testing/Coverage/CoveredContract.cs
Co-authored-by: Christopher Schuchardt <cschuchardt88@gmail.com>
* cschuchardt88's feedback
* Wait for neo-project/neo#3143
---------
Co-authored-by: Jimmy <jimmy@r3e.network>
Co-authored-by: Christopher Schuchardt <cschuchardt88@gmail.com>
Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
0 commit comments