Releases: phantasma-io-archive/Spook
Releases · phantasma-io-archive/Spook
1.6.2
1.6.1
Datsun bugfix v2 release
v1.4.2 (2021-04-25)
Chain
- fix, add previously removed check to avoid connection to endpoints not in state WAITING View
Datsun bugfix release
Datsun release
v1.4 (2021-04-19)
Spook
- Refactor of Spook settings parser View
- Removed deprecated stuff (gui, plugins, etc) View
- Cleanup of storage settings View
- fix, make sure in progress swaps are not kicked out too early View
- fix, additional error handling in TokenSwapper View
- fix, pairs with 132c302a4bca595 -> PhantasmaChain repo, inflation tx fix View
- fix, ignore consolidation tx View
- cleanup, fix indentation View
- fix, added missing param for keys in ProcessBlock View
- Improved dumper coder View
- Renamed analyser View
- More work in analyser View
- Added blocks, transactions, and events to analyser View
- Optimized swap locks View
- Cleaner swap code View
- feat, further swap optimizations View
- cleanup, cosmetic changes View
- Updated removeAt View
- Raised gas limit in wallet module transfers View
- Bumped Spook protocol View
- Changes to compile on VS View
- cleanup, removed unnecessary logging, log exception stack View
- Added "wallet script" command View
- Changes to swapper logs View
- Renamed Spook.Cli => Spook View
- Small cleanups, removed unused methods View
- Fixed typo in Ethereum logging View
- Logging refactor View
- Log section in settings View
- Small cleanups View
- Fixed solution file View
- Removed duplicate code View
- Support for neo interops with multiple transfers in same tx View
- Support for neo interops with multiple transfers in same tx View
- Support for optional setting sections View
- Replaced several calls to log.message with log.debug View
- Fix for node closing due to weird combination of args View
- Refactor of Spook startup View
- feat, command to fix stuck swaps, resync block View
- Added node host to settings View
- Loading message now display number of blocks View
- Analyser: Support for classification of transaction types View
- Logging refactor View
- Removed unused code View
- Analyser: Improved tx type detection View
- Read-only mode now disables mempool View
- Swaps can now be enabled/disabled by platform View
- fix logger typo View
- fix, fix exit command View
- feat, generic ERC20 swaps View
- Refactor of token swapper View
- fix, eth node protocol needs to be specified in config now View
- Added check for null mempool View
- Settings: Validation of ports View
- Improved Spook mode node settings View
- More validations for nexus initialization View
- Removed unecessary startup check View
- Fixed SetupNode for when sync not active View
- fix, eth node protocol needs to be specified in config now View
- Proxy is now a separate mode from normal View
- Fixed Spook version not being initialized correctly View
- Small changes to txsender View
- Added null check to ethTxExtensions View
- feat, swap command View
- Support for analysing NFT balances View
- fix, fix pending swaps, if the swap was already recorded, try to verify the external tx again. View
- fix, fix generic ERC20 swaps View
- TxSender can now create sales and whitelist View
- fix txsender params View
- Fixed testnet config View
- HTTP=>HTTPS in testnet config View
- Support for token creation in txSender View
- TxSender: Improved DAO operations View
- Updated txsender View
- TxSender Mint operations [View](ht...
Audi
Changelog:
- Support of uMint NFT Factory,
- CROWN Novel NFTs,
- TOMB smart Compiler,
- Storage synchronization speed enhancements,
- Minor bug fixes
Node and default config - Ubuntu 20.04+
Pre-requisites:
-
2 CPUs
-
4GB Memory
-
Dependent libraries:
- #sudo apt-get install libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev liblz4-dev libzstd-dev
- Dotnet Core 3.1: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu
Instructions:
-
Open a terminal session to your Ubuntu instance
-
Download and unzip SpookNodeLinux.zip to a directory
-
Create a persistent screen from which to run the node
-
Run the node
- #screen -S spook
- #./spook-cli -conf=/home/bpetridis/syncedRPCNode/NodeConfig.json
-
Simply close your terminal window to disconnect. To reconnect, terminal in and run:
- #screen -rd spook
More information:
- You can optionally set the variables as per the root documentation for spook, however, the OOTB config.json has been included to run a local, self contained instance
- You can leverage this WIF to access a sandpit wallet on your SimNet with tokens "L2LGgkZAdupN2ee8Rs6hpkc65zaGcLbxhbSDGq8oh6umUxxzeW25"
- If you encounter any issues, simply log an issue and one of our team will assist you: https://github.com/phantasma-io/Spook/issues