This website requires JavaScript.
Explore
Help
Register
Sign In
AlphaX
/
qortal
Watch
1
Star
0
Fork
0
You've already forked qortal
forked from
Qortal/qortal
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
02a620d57b
qortal
/
.gitignore
8 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial stab at migrating to HSQLDB for Qora gen2 Most SQL tables defined but only payment transactions actually implemented. Maven support added. Some code imported from 'old' Qora: RIPEMD160 renamed as BrokenMD160 and deprecated. whispersystem's Ed25519 implementation (to be replaced with bouncycastle). Basic Account/PublicKeyAccount/PrivateKeyAccount code. Some utils like Base58 and Pair. To use: Use maven to fetch dependencies. Build project. Fire up an old-gen Qora node. Run src/test/update.java as a JUnit test to build DB structure. Run src/test/migrate.java as a JUnit test to migrate old Qora blocks to DB. You should now be able to run src/test/load.java and src/test/save.java as JUnit tests demonstrating loading/saving Transactions from/to database. This commit done while halfway through adding Block support!
2018-05-16 10:46:44 +00:00
/db*
/bin/
/target/
Transaction-specific info in API results
2018-12-13 08:44:50 +00:00
/log.txt.*
/arbitrary*
/Qora-BTC*
/.factorypath
Reference in New Issue
Copy Permalink