Daniel Byrne
Daniel Byrne
Please answer these questions before submitting a bug report. ### Opencensus Version v0.0.16 ### Node Version v11.13.0 ### What did you do? Here is a minimal repo which outlines the...
after #2096 we should look into adding an integration test for neo-one which tests a contract on the testnet. This wouldn't be run in CI, it would be specifically for...
While our old handling of `@receive` was specific to UTXO asset receiving we still need to implement the new equivalent. Here is a demo of what that looks like: https://github.com/neo-project/neo-devpack-dotnet/blob/4f6e384220a0e00e2171784d95896d6d2f048900/templates/Template.NEP5.CSharp/NEP5.Crowdsale.cs#L28...
Since several commits made to the C# node seem environment specific and won't affect us I will break them out of the preview4 epics but still track them here in...
After working on #2096 its become apparent to me that our transaction flow for creating, signing, verifying, and sending is decently difficult to follow and debug. Whether that is because...
When beginning work on updating the smart contract compiler our current implementation of witnessScopeModel assumes we can have multiple flags as one byte. looking at the example in https://docs.neo.org/v3/docs/en-us/tooldev/transaction/transaction.html this...
While we are able to generate `.avm` and compatible `.abi.json` files with #2071 there is still work to be done if someone wanted to invoke these contracts with another framework...
## Description We could be using [@microsoft/rush-lib](https://rushjs.io/pages/advanced/api/) for some of the `rush.json` reading we do in `@neo-one/build-tools` this looks like it is new (or at least newly documented) so it...