1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 11:42:18 +00:00
ton/crypto/fift
neodix42 679e6be294
Remove rocksdb usage from fift (#1064)
* add github action for macOS 14 (arm64, M1)

* add github action (portable) for macOS 14 (arm64, M1)

* rename macOS arm64 output artifact

* Update libsodium on windows

* Compile libsodium

* Update build-windows.bat

* use upgraded libsodium 1.0.20; use compiled static libsodium for Windows instead of precompiled;

* revert libsodium 1.0.20; use compiled static libsodium for Windows instead of precompiled;

* use upgraded libsodium 1.0.20; use compiled static libsodium for Windows instead of precompiled;

* fix libsodium version 1.0.19; use compiled static libsodium for Windows instead of precompiled;

* try 1.0.20 libsodium precompiled on github

* try 1.0.18 libsodium precompiled on github

* try windows build on win server 2019

* and use PlatformToolset=v142

* use cmake -G "Visual Studio 16 2019"

* fix path to msvc 2019 on github

* separate github windows build on win server 2019 and build on win server 2022

* Update assembly/native/build-windows-2019.bat

add retry mechanism

Co-authored-by: Dr. Awesome Doge <doge@ton.org>

* add test-emulator; disable test groovy pipeline

* trigger all gh actions

* fix win build

* call test-emulator

* remove usage of rocksdb in fift-lib

* put back some code for test-db

* fix test-emulator

* remove usage of db-path parameter in fift

* some func adjustments

* fix checkout of openssl in fift-func-wasm-build-ubuntu.sh

* typo

* improve wasm build script for quicker turn around

* remove sENVIRONMENT=web,worker for funcfiftlib. will be added later.

* remove sENVIRONMENT=web,worker for funcfiftlib. will be added later.

* remove sENVIRONMENT=web,worker for funcfiftlib. will be added later.

* minor adjustments

* remove -d option in fift; optimize fift-lib usage

* reduce tondb usage

---------

Co-authored-by: neodiX <neodix42@ton.org>
Co-authored-by: Dr. Awesome Doge <doge@ton.org>
Co-authored-by: ms <dungeon666master@protonmail.com>
2024-07-26 22:10:55 +03:00
..
lib Add DUEPAYMENT and some others + small fixes of new opcodes (#881) 2024-01-29 16:38:42 +03:00
Continuation.cpp Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
Continuation.h Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
Dictionary.cpp Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
Dictionary.h Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
fift-main.cpp Remove rocksdb usage from fift (#1064) 2024-07-26 22:10:55 +03:00
Fift.cpp Remove rocksdb usage from fift (#1064) 2024-07-26 22:10:55 +03:00
Fift.h Remove rocksdb usage from fift (#1064) 2024-07-26 22:10:55 +03:00
HashMap.cpp Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
HashMap.h Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
IntCtx.cpp Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
IntCtx.h Add namespaces to Fift (#641) 2023-03-10 14:16:29 +03:00
SourceLookup.cpp bugfixes 2020-04-10 23:06:01 +04:00
SourceLookup.h bugfixes 2020-04-10 23:06:01 +04:00
utils.cpp Remove rocksdb usage from fift (#1064) 2024-07-26 22:10:55 +03:00
utils.h integrating the existing state of TON Storage / TON Payments / CPS Fift development branches 2020-05-27 22:10:46 +04:00
words.cpp Remove rocksdb usage from fift (#1064) 2024-07-26 22:10:55 +03:00
words.h integrating the existing state of TON Storage / TON Payments / CPS Fift development branches 2020-05-27 22:10:46 +04:00