-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a #14
a #14
Commits on Jun 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c35d76c - Browse repository at this point
Copy the full SHA c35d76cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60fce60 - Browse repository at this point
Copy the full SHA 60fce60View commit details
Commits on Jul 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 90d1d63 - Browse repository at this point
Copy the full SHA 90d1d63View commit details
Commits on Jul 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 041c489 - Browse repository at this point
Copy the full SHA 041c489View commit details
Commits on Aug 14, 2018
-
After change to Akka consensus in NEO 3.0, it's so fast that seconds do not mean much anymore.. now milliseconds is important to actually know of what is going on the consensus algorithm.
Configuration menu - View commit details
-
Copy full SHA for b7bcde5 - Browse repository at this point
Copy the full SHA b7bcde5View commit details
Commits on Aug 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a25d686 - Browse repository at this point
Copy the full SHA a25d686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095e89f - Browse repository at this point
Copy the full SHA 095e89fView commit details
Commits on Aug 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 568e966 - Browse repository at this point
Copy the full SHA 568e966View commit details
Commits on Sep 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6f66abe - Browse repository at this point
Copy the full SHA 6f66abeView commit details
Commits on Sep 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d304434 - Browse repository at this point
Copy the full SHA d304434View commit details
Commits on Sep 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bd3db2c - Browse repository at this point
Copy the full SHA bd3db2cView commit details
Commits on Sep 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cb28c79 - Browse repository at this point
Copy the full SHA cb28c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe125f6 - Browse repository at this point
Copy the full SHA fe125f6View commit details
Commits on Sep 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8fcf857 - Browse repository at this point
Copy the full SHA 8fcf857View commit details
Commits on Sep 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9f5e9d2 - Browse repository at this point
Copy the full SHA 9f5e9d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a348b - Browse repository at this point
Copy the full SHA 10a348bView commit details
Commits on Sep 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6cf3826 - Browse repository at this point
Copy the full SHA 6cf3826View commit details
Commits on Oct 9, 2018
-
* Rpc Basic Auth * change plugin name to RpcSecurity
Configuration menu - View commit details
-
Copy full SHA for 6a1c71b - Browse repository at this point
Copy the full SHA 6a1c71bView commit details
Commits on Oct 22, 2018
-
Including number of dumped states (#17)
* Including number of dumped states * Update StatesDumper/StatesDumper.cs Co-Authored-By: vncoelho <vncoelho@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ada292d - Browse repository at this point
Copy the full SHA ada292dView commit details
Commits on Nov 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 39f0bde - Browse repository at this point
Copy the full SHA 39f0bdeView commit details
Commits on Nov 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4aa4a72 - Browse repository at this point
Copy the full SHA 4aa4a72View commit details
Commits on Nov 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d03cee8 - Browse repository at this point
Copy the full SHA d03cee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3462c1 - Browse repository at this point
Copy the full SHA c3462c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e97ba - Browse repository at this point
Copy the full SHA e9e97baView commit details
Commits on Nov 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 250889e - Browse repository at this point
Copy the full SHA 250889eView commit details
Commits on Dec 4, 2018
-
Persitence Plugin for exporting storage changes (#21)
* Persitence Plugin first draft * Fixing some compiling problems. Trackable is still not found in the local scope. * Minnor changes. Trackable still not found * Fixing all compiling errors and Trackable * Fixing StorageKey and Item get values * Switch case Persist Action and fixing Storage export * Adding Height To Being * Moving plugin to StatesDumper * minnor comments * remove StatesDumper.sln * format * remove `Settings.BlockStorageCache` * add `PersistActions`
Configuration menu - View commit details
-
Copy full SHA for db04e75 - Browse repository at this point
Copy the full SHA db04e75View commit details
Commits on Dec 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 768b885 - Browse repository at this point
Copy the full SHA 768b885View commit details
Commits on Jan 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 64826c0 - Browse repository at this point
Copy the full SHA 64826c0View commit details
Commits on Jan 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a7fd659 - Browse repository at this point
Copy the full SHA a7fd659View commit details
Commits on Jan 19, 2019
-
Ensure PoW correct order for TXs tiebreakers (#38)
* Ensure PoW correct order for TXs tiebreakers * ThenByAscending for Hash
Configuration menu - View commit details
-
Copy full SHA for 9fb033b - Browse repository at this point
Copy the full SHA 9fb033bView commit details
Commits on Jan 20, 2019
-
Expose HighPriorityTxType (#39)
* Expose HighPriorityTxType * HigherLowPriorityTxTypes * InHigherLowPriorityList * Modify missing InHigherLowPriorityList * Missing InHigherLowPriorityList * Use InHigherLowPriorityList and change to public * Clean * Clean II
Configuration menu - View commit details
-
Copy full SHA for d352976 - Browse repository at this point
Copy the full SHA d352976View commit details
Commits on Jan 27, 2019
-
Commit as the final step of persistence in StatesDumper (#40)
* Support commit as the final step of persistence. * Update for new method . * OnCommitStorage
Configuration menu - View commit details
-
Copy full SHA for bab9d09 - Browse repository at this point
Copy the full SHA bab9d09View commit details -
Adding tests and fixing typo (#41)
* Adding tests and fixing typo * adding random attribute to claim * unit tests for hash compare
Configuration menu - View commit details
-
Copy full SHA for 69782e9 - Browse repository at this point
Copy the full SHA 69782e9View commit details
Commits on Jan 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e41d344 - Browse repository at this point
Copy the full SHA e41d344View commit details
Commits on Mar 6, 2019
-
Including PreProcess and PostProcess functions (#46)
* Including PreProcess and PostProcess functions * Adding pre-post to RpcSecurity
Configuration menu - View commit details
-
Copy full SHA for 363b279 - Browse repository at this point
Copy the full SHA 363b279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 937a443 - Browse repository at this point
Copy the full SHA 937a443View commit details
Commits on Mar 7, 2019
-
* Add RpcWallet * Add `importprivkey` * Add `from` parameter to `sendmany` * Add `getunclaimedgas` * Add `claimgas` * Add reference: Neo 2.10.0 * Fix `importprivkey`
Configuration menu - View commit details
-
Copy full SHA for 56ed6a4 - Browse repository at this point
Copy the full SHA 56ed6a4View commit details
Commits on Mar 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eb7052a - Browse repository at this point
Copy the full SHA eb7052aView commit details
Commits on Mar 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d33ceb5 - Browse repository at this point
Copy the full SHA d33ceb5View commit details
Commits on Mar 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1643a8f - Browse repository at this point
Copy the full SHA 1643a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08cda72 - Browse repository at this point
Copy the full SHA 08cda72View commit details
Commits on Mar 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 685f448 - Browse repository at this point
Copy the full SHA 685f448View commit details
Commits on Mar 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8137d5c - Browse repository at this point
Copy the full SHA 8137d5cView commit details
Commits on Mar 20, 2019
-
* Plugin coreMetrics. * Organize project files * metric prefix
Configuration menu - View commit details
-
Copy full SHA for c611239 - Browse repository at this point
Copy the full SHA c611239View commit details
Commits on Mar 21, 2019
-
Make calculation for extra gas on "send*" RPC (#70)
* Make calculation for extra gas on "send*" RPC * Fix for the calculation when little overstep
Configuration menu - View commit details
-
Copy full SHA for a3d2b6e - Browse repository at this point
Copy the full SHA a3d2b6eView commit details
Commits on Apr 1, 2019
-
Add Max_Fee as the optional for gas limit. (#74)
* Make calculation for extra gas on "send*" RPC (#70) * Make calculation for extra gas on "send*" RPC * Fix for the calculation when little overstep * Delete the dependency which is for testing purpose * Choose the max_fee between fee and extra_fee * Change error codes * Update Settings.cs * format
Configuration menu - View commit details
-
Copy full SHA for 6449d7c - Browse repository at this point
Copy the full SHA 6449d7cView commit details
Commits on Apr 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b073322 - Browse repository at this point
Copy the full SHA b073322View commit details
Commits on Apr 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d4fd6c8 - Browse repository at this point
Copy the full SHA d4fd6c8View commit details
Commits on Apr 5, 2019
-
Add Plugin for UTXO tracking by account. (#65)
* Add Plugin for UTXO tracking by account. * Rename RpcSystemAssetPlugin -> RpcSystemAssetTracker. * Accept address or script hash. * Remove unnecessary white space. * Update project ref to Neo 2.10.1-CI00002. * Ensure consistency in case of crash or kill. * Fix setting lastPersistedBlock after each block is persisted. * Performance optimization: Don't write block number for empty blocks. * Optimize. * Add support for tracking unclaimed spent outputs. * Provide getclaimable RPC call for getting available claim spent outputs. * Clean-up. * Don't leak memory. * Implement getclaimable to get get total unclaimed amount for an address. * Remove unnecessary comment. * Fix size of UserSystemAssetCoinOutputs. Remove unused using statement. * Reload max utxo's from configuration if it changes. * Upgrade dependency
Configuration menu - View commit details
-
Copy full SHA for 1e2a3eb - Browse repository at this point
Copy the full SHA 1e2a3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b573f - Browse repository at this point
Copy the full SHA 05b573fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 325a12f - Browse repository at this point
Copy the full SHA 325a12fView commit details
Commits on Apr 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5dfd53c - Browse repository at this point
Copy the full SHA 5dfd53cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9875883 - Browse repository at this point
Copy the full SHA 9875883View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d49a0 - Browse repository at this point
Copy the full SHA b3d49a0View commit details
Commits on Apr 9, 2019
-
RpcNep5Tracker: Handle NEP5 transfers to/from null & limit max results (
#71) * Handle NEP5 transfers to/from null. * Add support for tracking tokens using non-standard mintToken event. * Implement maximum results to return for transfer history. * Make whether to support tracking null address history configurable. Default to false. * Better input validation * Support tracking non-standard mintTokens event, but default to off.
Configuration menu - View commit details
-
Copy full SHA for f4b83e0 - Browse repository at this point
Copy the full SHA f4b83e0View commit details
Commits on Apr 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7347fba - Browse repository at this point
Copy the full SHA 7347fbaView commit details
Commits on Apr 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c45e3f4 - Browse repository at this point
Copy the full SHA c45e3f4View commit details
Commits on Apr 23, 2019
-
Fix output json for multisigaddress transaction (#86)
* Fix output json for multisigaddress transaction Fix output json for multisigaddress transaction * format * format
Configuration menu - View commit details
-
Copy full SHA for dc45d33 - Browse repository at this point
Copy the full SHA dc45d33View commit details -
Fix the height to end with (#88)
* Fix-heightToEnd * Minor fix and comment
Configuration menu - View commit details
-
Copy full SHA for 9ae210f - Browse repository at this point
Copy the full SHA 9ae210fView commit details
Commits on Apr 30, 2019
-
Minor fix on storage state dumper parameter HeightToStartRealTimeSync…
…ing (#91) * Minor fix on storage state dumper parameter HeightToStartRealTimeSyncing * Update StatesDumper/StatesDumper.cs Co-Authored-By: vncoelho <vncoelho@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 14eb335 - Browse repository at this point
Copy the full SHA 14eb335View commit details
Commits on May 16, 2019
-
Prevent exceed the height (#92)
* Update CoreMetrics.cs I think that it could be exceeded the max height using the `lastHeight` parameter * Update CoreMetrics.cs
Configuration menu - View commit details
-
Copy full SHA for 45b1010 - Browse repository at this point
Copy the full SHA 45b1010View commit details
Commits on May 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 04fedf5 - Browse repository at this point
Copy the full SHA 04fedf5View commit details
Commits on May 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e1c0276 - Browse repository at this point
Copy the full SHA e1c0276View commit details -
Configuration menu - View commit details
-
Copy full SHA for a72c448 - Browse repository at this point
Copy the full SHA a72c448View commit details
Commits on Jun 3, 2019
-
Updating README - Removing Asset Tracker plugin (#104)
Removing description of asset tracker plugin from NEO 3.0 plugins readme
Configuration menu - View commit details
-
Copy full SHA for eabfd78 - Browse repository at this point
Copy the full SHA eabfd78View commit details
Commits on Jul 14, 2019
-
Prevent DoS with wrong files (#81)
* Prevent DoS with wrong files * Constant * Throw exception * Clean
Configuration menu - View commit details
-
Copy full SHA for 3774004 - Browse repository at this point
Copy the full SHA 3774004View commit details
Commits on Jul 30, 2019
-
Fixing uint to ulong for some plugins due to seconds to ms change (#107)
* Fixing uint to ulong for some plugins * Removing .sln files * Updating nuget to more recent daily build
Configuration menu - View commit details
-
Copy full SHA for 9618682 - Browse repository at this point
Copy the full SHA 9618682View commit details
Commits on Jul 31, 2019
-
Removing SimplePolicy plugin (#110)
* Clean SimplePolicy * Removing travis * Completely removing SimplePolicy * Updating readme * Re-adding travis * Dotnet restore on Travis * Cleaning .sln * Cleaning SP-UT
Configuration menu - View commit details
-
Copy full SHA for c836031 - Browse repository at this point
Copy the full SHA c836031View commit details
Commits on Aug 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 36544d8 - Browse repository at this point
Copy the full SHA 36544d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b30acd5 - Browse repository at this point
Copy the full SHA b30acd5View commit details
Commits on Aug 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7bac2dc - Browse repository at this point
Copy the full SHA 7bac2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3715bf7 - Browse repository at this point
Copy the full SHA 3715bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6cf62f - Browse repository at this point
Copy the full SHA a6cf62fView commit details
Commits on Aug 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f8105d0 - Browse repository at this point
Copy the full SHA f8105d0View commit details
Commits on Aug 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1c91346 - Browse repository at this point
Copy the full SHA 1c91346View commit details
Commits on Sep 17, 2019
-
* use Singleton.Store.GetBlock optimize memory cause * refactor
Configuration menu - View commit details
-
Copy full SHA for 42e7404 - Browse repository at this point
Copy the full SHA 42e7404View commit details
Commits on Sep 18, 2019
-
* Update to v3.0.0-preview1 * update version number
Configuration menu - View commit details
-
Copy full SHA for 90c15dc - Browse repository at this point
Copy the full SHA 90c15dcView commit details
Commits on Nov 13, 2019
-
Fix cell on maxNBlocksPerDay (3.X) (#142)
* Fix cell on maxNBlocksPerDay uint (86400/15000*10000) equals 5000 but not 5760 because ```maxNBlocksPerDay``` is uint but not float. * Delete incoverable code Delete incoverable code since unint can't be <0,. For example: uint(-1) = uint 4294967295. * Fix nBlocks == 0 Fix nBlocks == 0
Configuration menu - View commit details
-
Copy full SHA for 7ca6354 - Browse repository at this point
Copy the full SHA 7ca6354View commit details
Commits on Nov 30, 2019
-
Upgrade dependencies and target frameworks (#147)
* Upgrade dependencies and target frameworks * Update .travis.yml * IStorage (#148) * Fix UT (#149) * Update RpcNep5Tracker/RpcNep5Tracker.cs Co-Authored-By: Erik Zhang <erik@neo.org> * Update RpcNep5Tracker/RpcNep5Tracker.cs Co-Authored-By: Erik Zhang <erik@neo.org> * Update RpcNep5Tracker/RpcNep5Tracker.cs Co-Authored-By: Erik Zhang <erik@neo.org>
Configuration menu - View commit details
-
Copy full SHA for 9c82661 - Browse repository at this point
Copy the full SHA 9c82661View commit details
Commits on Dec 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b2e9e29 - Browse repository at this point
Copy the full SHA b2e9e29View commit details
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 80c66e1 - Browse repository at this point
Copy the full SHA 80c66e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b50e790 - Browse repository at this point
Copy the full SHA b50e790View commit details
Commits on Dec 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e48eae0 - Browse repository at this point
Copy the full SHA e48eae0View commit details
Commits on Dec 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bd2d33a - Browse repository at this point
Copy the full SHA bd2d33aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29fee59 - Browse repository at this point
Copy the full SHA 29fee59View commit details
Commits on Dec 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 48e1ce8 - Browse repository at this point
Copy the full SHA 48e1ce8View commit details
Commits on Dec 7, 2019
-
* RocksDb plugin * Update IStoragePlugin.cs * Clean name * Refactor as IStore * Remove Helper * Reorder * Remove IStorage * Reduce sln changes * sln bom * Clean and optimize * Update nuget * Create and cache only families if are used * Rename namespaces * Rename classes * 3.0 version * Format * Rename the directory * SetSync * Remove the DbOptions wrapper * Update Options.cs * Remove RocksDBCore * Remove ColumnFamily.cs * Rename RocksDbSnapshot to Snapshot * Add config.json * Update RocksDBStore.csproj * Add storage UT * Fix RocksDb * Update dotnetcore.yml * Update dotnetcore.yml * Copy fix leveldb * Remove test * Remove comment * Fix the fix * Fix Clear method * Some changes * Fix sln * Update dotnetcore.yml * sudo apt * add leveldb * Update dotnetcore.yml * Fix Dispose and add UT * Clean using * Optimize LevelDB init
Configuration menu - View commit details
-
Copy full SHA for 8783ade - Browse repository at this point
Copy the full SHA 8783adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 971c251 - Browse repository at this point
Copy the full SHA 971c251View commit details
Commits on Dec 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9fce80e - Browse repository at this point
Copy the full SHA 9fce80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3603c5 - Browse repository at this point
Copy the full SHA d3603c5View commit details
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f326b21 - Browse repository at this point
Copy the full SHA f326b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for c369cd2 - Browse repository at this point
Copy the full SHA c369cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68957fb - Browse repository at this point
Copy the full SHA 68957fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68fbc69 - Browse repository at this point
Copy the full SHA 68fbc69View commit details
Commits on Dec 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fa5a83c - Browse repository at this point
Copy the full SHA fa5a83cView commit details
Commits on Dec 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c08ce90 - Browse repository at this point
Copy the full SHA c08ce90View commit details
Commits on Jan 11, 2020
-
Update NuGet versions of all modules (#174)
* Update-package-rpc-client * Update nuget * Update Crypto.ECDsaVerify * Update TransactionManager.cs * Some fixes * Change from public to protected as in level db (#177) * Change from public to protected as in level db * Update RocksDBStore.csproj Co-authored-by: Shargon <shargon@gmail.com> * Update neo nuget * change network fee calculation (#178) * change network fee calculation * update to CI00847 * fix fee issue * add UT for network fee * Update versions * Update src/RpcClient/TransactionManager.cs Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Krain Chen <ssssu8@qq.com>
Configuration menu - View commit details
-
Copy full SHA for b3fcf1f - Browse repository at this point
Copy the full SHA b3fcf1fView commit details
Commits on Jan 15, 2020
-
* Add some limits to rpc * Updating to peer and comments * Allow to configure MaxConcurrentConnections * Enter Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ef91c52 - Browse repository at this point
Copy the full SHA ef91c52View commit details
Commits on Jan 22, 2020
-
* update readme * more details for rpc-related plugins * desc for plugin dependency * add logo * Improvement Improvement * Delete --log Delete --log * Format Format * Minor changes * Adding note about NEP5 functionalities * Updating with RpcServer * Fix Fix * Format Format * Remove StorageEngine Remove StorageEngine Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com> Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for febc7f5 - Browse repository at this point
Copy the full SHA febc7f5View commit details
Commits on Feb 11, 2020
-
* Fix * Fix * Add dotnet format version * Fix version * Update main.yml * Update main.yml * Update main.yml
Configuration menu - View commit details
-
Copy full SHA for 7769261 - Browse repository at this point
Copy the full SHA 7769261View commit details -
Fix RpcServer[GetStorage] (#183)
* Fix RpcServer.Blockchain.cs[GetStorage], using id to be key. * Accept id and hash Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3bab3e1 - Browse repository at this point
Copy the full SHA 3bab3e1View commit details
Commits on Feb 19, 2020
-
Update Neo nuget to 3.0.0-CI00855 (#186)
* Update Neo nuget to 3.0.0-CI00855 * update update
Configuration menu - View commit details
-
Copy full SHA for 9c28dec - Browse repository at this point
Copy the full SHA 9c28decView commit details
Commits on Mar 11, 2020
-
fix balance not change for non-transfer tx (#181)
* fix balance not change for non-transfer tx * deal with gas burn seperately * remove conversion to null * check stackitem null * Fix IsNull * Remove nullable * Use constant * PR correction * modify check statement * bug ifix * send stackitem.null * not tracker non-tx transfer history * format * format * add check for invalid address Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 862cc79 - Browse repository at this point
Copy the full SHA 862cc79View commit details
Commits on Mar 19, 2020
-
adapt RpcClient to modules (#171)
* adapt RpcClient to modules * fix json issue * fix size calculate * Fix getnep5balances name issue * add wallet rpc methods, reconstruct rpc UT * PR correction * move models to rpc server * delete models from rpcclient * change plugins with model * format names * move models back to rpc client * fix build error * change test file * auto calculate network fee, update version * format code * fix issue #1416 Deal with ContractParameterType.Any * change GetStorage parameter to enable id query * add test for issue #1416 * PR correction * use snake_case in json * update neo version * Update src/RpcClient/RpcClient.cs Co-Authored-By: Shargon <shargon@gmail.com> * Update src/RpcClient/RpcClient.cs Co-Authored-By: Shargon <shargon@gmail.com> * PR correction * update neo version Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com> Co-authored-by: Nicole <43694095+nicolegys@users.noreply.github.com> Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbcfa56 - Browse repository at this point
Copy the full SHA bbcfa56View commit details
Commits on Mar 26, 2020
-
Deal with contract destory (#196)
* deal with contract destory * remove delete key
Configuration menu - View commit details
-
Copy full SHA for 74f3ebd - Browse repository at this point
Copy the full SHA 74f3ebdView commit details
Commits on Mar 27, 2020
-
* remove GetSysFeeAmount in rpcserver * remove getblocksysfee in rpcclient * fix ut Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bd4b9ce - Browse repository at this point
Copy the full SHA bd4b9ceView commit details
Commits on Apr 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3e1078d - Browse repository at this point
Copy the full SHA 3e1078dView commit details
Commits on Apr 10, 2020
-
* change command * Change comment * Add nuget * Update StatesDumper.cs
Configuration menu - View commit details
-
Copy full SHA for d53fc24 - Browse repository at this point
Copy the full SHA d53fc24View commit details
Commits on Apr 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 01948ba - Browse repository at this point
Copy the full SHA 01948baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12dcef0 - Browse repository at this point
Copy the full SHA 12dcef0View commit details -
Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f451ca8 - Browse repository at this point
Copy the full SHA f451ca8View commit details
Commits on Apr 15, 2020
-
Enable programmatic configuration of RpcServer plugin (#206)
* seperate out plugin from rpcServer functionality * Update src/RpcServer/RpcServer.cs * CR Feedback * fix encoding * fix build break Co-authored-by: Harry Pierson <harrypierson@ngd.neo.org> Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d62b18b - Browse repository at this point
Copy the full SHA d62b18bView commit details
Commits on Apr 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 14f3f4b - Browse repository at this point
Copy the full SHA 14f3f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d2ba88 - Browse repository at this point
Copy the full SHA 6d2ba88View commit details
Commits on Apr 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5adfcd5 - Browse repository at this point
Copy the full SHA 5adfcd5View commit details
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for db682b6 - Browse repository at this point
Copy the full SHA db682b6View commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3cf726b - Browse repository at this point
Copy the full SHA 3cf726bView commit details
Commits on May 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 57f2ab5 - Browse repository at this point
Copy the full SHA 57f2ab5View commit details
Commits on May 11, 2020
-
Fix RpcServer RegisterMethods (#239)
* Fix RpcServer RegisterMethods * Update RpcServerPlugin.cs OnPluginsLoaded() will do RegisterMethods
Configuration menu - View commit details
-
Copy full SHA for 6b06c1f - Browse repository at this point
Copy the full SHA 6b06c1fView commit details -
* Close 232 * Sync to the latest neo. * Fix UT * Deal with exceptions * Use last version * Fix compilation * Fix RPC module UTs. Co-authored-by: superboyiii <573504781@qq.com> Co-authored-by: zhuoqian <zhuoqian10@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 779a0b7 - Browse repository at this point
Copy the full SHA 779a0b7View commit details
Commits on May 12, 2020
-
Allow to share logs in read mode (#240)
* Allow to share logs in read mode * Catch exception * Update Logger.cs * format format Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3dcd2bd - Browse repository at this point
Copy the full SHA 3dcd2bdView commit details
Commits on May 25, 2020
-
Create generic getunclaimedgas and rename wallet ones (#243)
* Create generic getunclaimedgas and rename wallet ones * Throw exception
Configuration menu - View commit details
-
Copy full SHA for a314f9e - Browse repository at this point
Copy the full SHA a314f9eView commit details
Commits on May 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2bcfb9d - Browse repository at this point
Copy the full SHA 2bcfb9dView commit details
Commits on Jun 1, 2020
-
Luchuan authored
Jun 1, 2020 Configuration menu - View commit details
-
Copy full SHA for eb75e0d - Browse repository at this point
Copy the full SHA eb75e0dView commit details
Commits on Jun 5, 2020
-
delete systemlog plugin (#246)
Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bd7468e - Browse repository at this point
Copy the full SHA bd7468eView commit details
Commits on Jun 7, 2020
-
Add plugin desc and fix ut (#257)
* add plugin desc and sync neo-core * format Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c51b96b - Browse repository at this point
Copy the full SHA c51b96bView commit details
Commits on Jun 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 15776e3 - Browse repository at this point
Copy the full SHA 15776e3View commit details
Commits on Jun 25, 2020
-
Change json field names for GetVersion (#262)
Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eddcd2c - Browse repository at this point
Copy the full SHA eddcd2cView commit details
Commits on Jun 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1bbce6a - Browse repository at this point
Copy the full SHA 1bbce6aView commit details
Commits on Jun 29, 2020
-
* fix * fix event * CI00958 Co-authored-by: Luchuan <luchuan@neo.org> Co-authored-by: Erik Zhang <erik@neo.org>
Configuration menu - View commit details
-
Copy full SHA for d55d88c - Browse repository at this point
Copy the full SHA d55d88cView commit details
Commits on Jul 3, 2020
-
Add EventName to NotifyEventArgs (#267)
* Add EventName to NotifyEventArgs * Update UT cases * Change to all lower case * Fix UTs * Fix format * Fix format again
Configuration menu - View commit details
-
Copy full SHA for 27aff25 - Browse repository at this point
Copy the full SHA 27aff25View commit details
Commits on Jul 5, 2020
-
Replace db.Find by db.Seek (#279)
* replace find by seek * add db.seek * fix * format Co-authored-by: Luchuan <luchuan@neo.org>
Configuration menu - View commit details
-
Copy full SHA for 04df890 - Browse repository at this point
Copy the full SHA 04df890View commit details
Commits on Jul 7, 2020
-
Add a generic GetUnclaimedGas() in RpcClient (#273)
* Add GetUnclaimedGas() in RpcClient and UT * Fix format * Update tests/Neo.Network.RPC.Tests/RpcTestCases.json Co-authored-by: Luchuan <luchuan@ngd.neo.org> Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 50e245b - Browse repository at this point
Copy the full SHA 50e245bView commit details -
* fix seek * move Helper method * Update Helper.cs Co-authored-by: Luchuan <luchuan@neo.org>
Configuration menu - View commit details
-
Copy full SHA for 1cf385d - Browse repository at this point
Copy the full SHA 1cf385dView commit details
Commits on Jul 8, 2020
-
Change json fields to all lower case for consistency (#277)
* Change json field names for GetVersion * Change json fields to snake case for consistency * Change json fields to all lower case * Fix UTs. * rename * Add back GetUnclaimedGas() * Remove "_" in RpcNep5Tracker.cs * Remove underscore line Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Luchuan <luchuan@neo.org>
Configuration menu - View commit details
-
Copy full SHA for bc6d38a - Browse repository at this point
Copy the full SHA bc6d38aView commit details
Commits on Jul 9, 2020
-
fix add signature in invokefunction and invokescript (#280)
* fix add signature in invokefunction and invokescript * Update RpcServer.SmartContract.cs * rename * fix format * add exception if wallet or cosigners is null * Set the default tx to null Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f51432d - Browse repository at this point
Copy the full SHA f51432dView commit details -
* update nuget * remove GasFree * resolve conflict Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 40f9180 - Browse repository at this point
Copy the full SHA 40f9180View commit details
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 70f65d4 - Browse repository at this point
Copy the full SHA 70f65d4View commit details
Commits on Jul 15, 2020
-
update signers for invokefunction and invokescript (#286)
* update signers for invokefunction and invokescript * fix format * Validate signer format Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6dc340c - Browse repository at this point
Copy the full SHA 6dc340cView commit details
Commits on Jul 16, 2020
-
Add BloomFilter to levelDB (#253)
* Add BloomFilter to levelDB * Code optimization * Code optimization * Optimize bloomfilter bits per key value * Hard-code bloomfilter bitsPeyKey to 15 * Code optimization Co-authored-by: Jin Qiao <jinqiao@neo.org> Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Erik Zhang <erik@neo.org>
Configuration menu - View commit details
-
Copy full SHA for dcd946a - Browse repository at this point
Copy the full SHA dcd946aView commit details
Commits on Jul 17, 2020
-
Solve workflow conflict (#294)
* Solve workflow conflict Solve workflow conflict from master-2.x and master * Update main.yml Apply neo-project/neo#1775 Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 804181f - Browse repository at this point
Copy the full SHA 804181fView commit details
Commits on Jul 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d21b537 - Browse repository at this point
Copy the full SHA d21b537View commit details
Commits on Jul 21, 2020
-
* add db.seek ut * fix db.seek * remove ByteArrayCompare Co-authored-by: Luchuan <luchuan@neo.org> Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 424a25a - Browse repository at this point
Copy the full SHA 424a25aView commit details -
* update RpcClient * fix sln * fix format * fix format Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b0ed3f2 - Browse repository at this point
Copy the full SHA b0ed3f2View commit details
Commits on Jul 29, 2020
-
Add Utility.StackItemFromJson (#302)
* fix invoke tojson * add StackItemFromJson * optimize code * remove src/RpcClientTests/UtilityTests.cs Co-authored-by: Luchuan <luchuan@neo.org>
Configuration menu - View commit details
-
Copy full SHA for 612b4cb - Browse repository at this point
Copy the full SHA 612b4cbView commit details
Commits on Aug 5, 2020
-
Merge Preview3 to Master (#307)
* Add Utility.StackItemFromJson (#302) (#303) * fix invoke tojson * add StackItemFromJson * optimize code * remove src/RpcClientTests/UtilityTests.cs Co-authored-by: Luchuan <luchuan@neo.org> Co-authored-by: Luchuan <luchuan@ngd.neo.org> Co-authored-by: Luchuan <luchuan@neo.org> * update to preview3 (#305) Co-authored-by: Luchuan <luchuan@ngd.neo.org> Co-authored-by: Luchuan <luchuan@neo.org>
Configuration menu - View commit details
-
Copy full SHA for 981edd9 - Browse repository at this point
Copy the full SHA 981edd9View commit details
Commits on Aug 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d7214ef - Browse repository at this point
Copy the full SHA d7214efView commit details
Commits on Aug 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1fbe6f2 - Browse repository at this point
Copy the full SHA 1fbe6f2View commit details
Commits on Aug 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c465029 - Browse repository at this point
Copy the full SHA c465029View commit details
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 83b3a06 - Browse repository at this point
Copy the full SHA 83b3a06View commit details
Commits on Aug 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4a77dfe - Browse repository at this point
Copy the full SHA 4a77dfeView commit details
Commits on Sep 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 01a1ba3 - Browse repository at this point
Copy the full SHA 01a1ba3View commit details
Commits on Sep 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 435a68b - Browse repository at this point
Copy the full SHA 435a68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 294d915 - Browse repository at this point
Copy the full SHA 294d915View commit details
Commits on Sep 12, 2020
-
Optimize the result of 'getnep5transfers' (#345)
* Update RpcNep5Tracker.cs * Update RpcNep5Tracker.cs Co-authored-by: Erik Zhang <erik@neo.org>
Configuration menu - View commit details
-
Copy full SHA for 19086b2 - Browse repository at this point
Copy the full SHA 19086b2View commit details
Commits on Sep 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c4de92b - Browse repository at this point
Copy the full SHA c4de92bView commit details
Commits on Sep 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a849d05 - Browse repository at this point
Copy the full SHA a849d05View commit details
Commits on Sep 25, 2020
-
* upgrade neo-core * Add statesdumper Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fed3f7a - Browse repository at this point
Copy the full SHA fed3f7aView commit details
Commits on Oct 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 81e07af - Browse repository at this point
Copy the full SHA 81e07afView commit details
Commits on Oct 15, 2020
-
* compiling, some stuff stubbed out * more tests working * MakeTxContext * mistake in GetBlock/GetBlockHeader * rework TransactionManager to be closer to original * more unit tests (2 still failing) * remove assertEx * Add ThrowsAsync comment * ReturnsAsync * fixed last remaining test issues * minor TXManager cleanup * formatting * move tx contruction to MakeTransaction * discards * Async Suffixes (PR feedback) * GetCommitteeAsync * add custom magic support to tx manager * fix format * add magic param comment * CR Feedback * Clean enter Co-authored-by: Harry <harrypierson@ngd.neo.org> Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 65e8b9b - Browse repository at this point
Copy the full SHA 65e8b9bView commit details -
Add
magic
field in getversion (#363)* add magic field in getversion * fix rpc client * fix
Configuration menu - View commit details
-
Copy full SHA for 10a237c - Browse repository at this point
Copy the full SHA 10a237cView commit details -
* fix validateaddress * apply recommendation Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20dfce9 - Browse repository at this point
Copy the full SHA 20dfce9View commit details -
Allow rpc method can be overrided (#367)
* allow rpc method can be overrided * change to protected virtual * set DummyWallet private * Update src/RpcServer/RpcServer.SmartContract.cs Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6069db4 - Browse repository at this point
Copy the full SHA 6069db4View commit details
Commits on Oct 16, 2020
-
Update RpcServer.Utilities.cs (#374)
陈志同 authoredOct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 388f44d - Browse repository at this point
Copy the full SHA 388f44dView commit details -
add null check for transferaddress (#373)
* add null check for transferaddress * add ut * fix ut * fix format * fix * merge master Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b9b97c8 - Browse repository at this point
Copy the full SHA b9b97c8View commit details -
invoke* use base64 script (#362)
* invoke* use base64 script * fix rpc client * fix ut * fix validateaddress * fix ut * revert * fix ProcessInvokeWithWallet Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e61cfe2 - Browse repository at this point
Copy the full SHA e61cfe2View commit details
Commits on Oct 19, 2020
-
Remove sender from invoke method (#368)
* remove sender from invoke method * fix * format Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 039a28f - Browse repository at this point
Copy the full SHA 039a28fView commit details
Commits on Oct 20, 2020
-
Add
exception
field in invokeresult (#364)* add exception field in invokeresult * fix rpc client * fix * fix show exception message * fix * fix * fix: add try-catch for processInvokeWithWallet * fix * apply * trigger github action * Singers * fix Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f2185d - Browse repository at this point
Copy the full SHA 8f2185dView commit details -
[RpcClient] Optimization code. (#372)
* optimization code * conflict resolution 2 * conflict resolution 3 * update * Update RpcApplicationLog.cs * Update RpcBlock.cs * Update RpcBlockHeader.cs * Optimize return Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 328ca33 - Browse repository at this point
Copy the full SHA 328ca33View commit details
Commits on Oct 21, 2020
-
[RpcClient] Add processing of Any type to StackItemFromJson method. (#…
…371) * Update Utility.cs * Update RpcTestCases.json * update Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ce24f59 - Browse repository at this point
Copy the full SHA ce24f59View commit details
Commits on Oct 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e5c90f4 - Browse repository at this point
Copy the full SHA e5c90f4View commit details
Commits on Nov 2, 2020
-
Use Base64String on response of getrawtransaction (#383)
Use Base64String on response of getrawtransaction
Configuration menu - View commit details
-
Copy full SHA for 2381118 - Browse repository at this point
Copy the full SHA 2381118View commit details
Commits on Nov 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9729f7e - Browse repository at this point
Copy the full SHA 9729f7eView commit details
Commits on Nov 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f88961d - Browse repository at this point
Copy the full SHA f88961dView commit details
Commits on Nov 10, 2020
-
[RpcClient] Policy API mismatch (#388)
* fixed-bug-1021 * Update src/RpcServer/RpcServer.SmartContract.cs * 😂 * NEO3: RPC client Policy API mismatch * update * update * update * UT * Format Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ab2871 - Browse repository at this point
Copy the full SHA 3ab2871View commit details
Commits on Nov 12, 2020
-
[Sync to master] Unify base64 (#397)
* Unify base64 in SendRawTransaction and SubmitBlock * fix GetRpcName() in GetWalletBalanceAsync * add SubmitBlock * add ProcessInvokeWithWallet
Configuration menu - View commit details
-
Copy full SHA for fc7bbb0 - Browse repository at this point
Copy the full SHA fc7bbb0View commit details
Commits on Nov 13, 2020
-
Modify container in GetInvokeResult method (#390)
* fixed-bug-1021 * Update src/RpcServer/RpcServer.SmartContract.cs * 😂 * Modify container in GetInvokeResult method * . * Update src/RpcServer/RpcServer.SmartContract.cs Co-authored-by: cloud8little <34291844+cloud8little@users.noreply.github.com> Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: cloud8little <34291844+cloud8little@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f43c5ab - Browse repository at this point
Copy the full SHA f43c5abView commit details
Commits on Nov 16, 2020
-
trigger type for getapplicationlog (#380)
* fixed-bug-1021 * Update src/RpcServer/RpcServer.SmartContract.cs * 😂 * Keeping up to date with neo * Keeping up to date with neo * Revert "Keeping up to date with neo" This reverts commit aa8e120. * Prevent create key if not null * dotnet format * Query application log via blockhash * update * Modifying the Json storage structure * Modifying the JSON storage structure 2 * Additional optional "trigger" parameter to getapplicationlog for clients to be able to get just one execution result for a block. * Re-run checks * StrictUTF8 * Update src/ApplicationLogs/LogReader.cs Co-authored-by: Luchuan <luchuan@ngd.neo.org> * Optimize Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Luchuan <luchuan@ngd.neo.org> Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7cee1a4 - Browse repository at this point
Copy the full SHA 7cee1a4View commit details -
Update RpcApplicationLog.cs in RpcClient (#395)
* fixed-bug-1021 * Update src/RpcServer/RpcServer.SmartContract.cs * 😂 * Update RpcApplicationLog.cs in RpcClient * update * Fixed UT * ??? * update * UT Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Co-authored-by: superboyiii <573504781@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 2ae6a97 - Browse repository at this point
Copy the full SHA 2ae6a97View commit details
Commits on Nov 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f13d7c3 - Browse repository at this point
Copy the full SHA f13d7c3View commit details
Commits on Nov 20, 2020
-
[RpcServer] Update RpcServer.SmartContract.cs (#400)
* Update RpcServer.SmartContract.cs * Update src/RpcServer/RpcServer.SmartContract.cs Co-authored-by: Shargon <shargon@gmail.com> * update Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Co-authored-by: Shargon <shargon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f0a3ab6 - Browse repository at this point
Copy the full SHA f0a3ab6View commit details
Commits on Nov 23, 2020
-
use shared directory.build.props file (#403)
* use shared directory.build.props file * Update src/LevelDBStore/LevelDBStore.csproj Co-authored-by: Erik Zhang <erik@neo.org> * Update src/RocksDBStore/RocksDBStore.csproj Co-authored-by: Erik Zhang <erik@neo.org> * Update src/RocksDBStore/RocksDBStore.csproj Co-authored-by: Erik Zhang <erik@neo.org> * CR Feedback * Fix namespace Co-authored-by: Harry <harrypierson@ngd.neo.org> Co-authored-by: Erik Zhang <erik@neo.org> Co-authored-by: Harry Pierson <harrypierson@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 85bd7c3 - Browse repository at this point
Copy the full SHA 85bd7c3View commit details
Commits on Nov 24, 2020
-
create helper applog JSON functions for reuse in neo-express (#402)
* create helper applog JSON functions for reuse in neo-express * Update LogReader.cs (#401) * Update LogReader.cs * update Co-authored-by: Harry <harrypierson@ngd.neo.org>
Configuration menu - View commit details
-
Copy full SHA for e8a69c4 - Browse repository at this point
Copy the full SHA e8a69c4View commit details