1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00
Commit graph

127 commits

Author SHA1 Message Date
Tolya Yanot
a002ab1bac
Merge pull request #20 from newton-blockchain/githubaction-fix-1
Update ccpp-linux.yml
2021-02-23 17:22:12 +03:00
AleksejMelman
ba0f065c59
Update ccpp-linux.yml
Soon github actions will use ubuntu 20.04 as latest. Let's avoid surprised and stick to ubuntu-18.04 fow now.
2021-02-23 14:31:58 +01:00
Tolya Yanot
5e1db6f2c7
Merge pull request #19 from newton-blockchain/bugfix/fix-MHD-preprocessor-defs
Remove the redundant MHD_RESULT define
2021-02-20 22:09:46 +03:00
Kirill A
da6798ef35 Remove the redundant MHD_RESULT define 2021-02-20 19:28:28 +01:00
EmelyanenkoK
ce54f13a75
Merge pull request #10 from newton-blockchain/EmelyanenkoK-proposal-wins-losses
Fix non-critical bug in config-code
2021-02-20 17:48:26 +03:00
sonofmom
c83d905bd3
Update README.md 2021-02-20 15:45:17 +01:00
sonofmom
026d4f068d
Update README.md 2021-02-20 15:45:02 +01:00
sonofmom
b655501d12
Create README.md 2021-02-20 15:42:52 +01:00
sonofmom
ac1967aeb9
Merge pull request #18 from newton-blockchain/feature/freeton_neighbour_fix
Apply full node shard patch from FreeTON
2021-02-20 13:16:30 +01:00
Kirill A
bed92bf362 Apply full node schard patch from FreeTON 2021-02-20 01:40:24 +01:00
sonofmom
ed89b224d2
Merge pull request #17 from newton-blockchain/bugfix/bump-win64-action-to-fix-missing-openssl-archive
Bump OpenSSL MSI version
2021-02-20 01:25:05 +01:00
Kirill A
070a696d78 Bump MSI version 2021-02-19 23:14:16 +01:00
sonofmom
f8e367628c
Merge pull request #13 from newton-blockchain/bugfix/adjust_code_to_microhttpd_changes
Add proper declarations for MHD result >=v0.9.71
2021-02-19 22:54:37 +01:00
Tolya Yanot
9409fce537
Merge pull request #15 from newton-blockchain/fine
Fine
2021-02-19 14:55:34 +03:00
tolya-yanot
d73ad8199c fine 101 2021-02-19 14:28:57 +03:00
tolya-yanot
72ff124924 temporary reduction of fine 2021-02-17 16:22:25 +03:00
tolya-yanot
ebc0a98844 temporary reduction of fine 2021-02-17 16:19:56 +03:00
AleksejMelman
96d514ef66
Adding Github action - Win64 ton compile (#14)
* Add github action win64 compile
* manager.cpp - Strange though, but due to this kind of type usage win64 compilation fails. Let's make it more generic.
2021-02-11 19:58:02 +01:00
Kirill A
83a784744e Add proper declarations for MHD result >=v0.9.71 2021-02-10 23:21:26 +01:00
EmelyanenkoK
ea6fbc579d
Fix old hash parsing in create-config-proposal.fif 2021-02-10 12:49:29 +03:00
EmelyanenkoK
99e9153c88
Fix non-critical bug in config-code
Wins/losses order is messed up
2021-02-09 17:26:26 +03:00
AleksejMelman
523746f7f2
Merge pull request #9 from newton-blockchain/AleksejMelman-patch-1
Fixes compilation error of lite-client on windows
2021-02-09 14:19:03 +01:00
AleksejMelman
7e036ab2da
Fixes compilation error of lite-client on windows
Fixes compilation error:
error C2664: 'std::pair<td::int64,td::int64> std::make_pair<td::int64,td::int64>(_Ty1 &&,_Ty2 &&) noexcept (<expr>)': cannot convert argument 1 from 'const td::uint64' to '_Ty1 &&'

make_pair() has been changed in VS2012 to support a new C++11 feature called move semantics and I suspect that explicitly specifying the types for make_pair() is getting in the way.

The fix should be safe for linux distro as well.
2021-02-09 13:30:37 +01:00
Tolya Yanot
a52c859487
Merge pull request #8 from newton-blockchain/aleksejmelman/fix
Fixing error LNK2019: unresolved external symbol _GetProcessMemoryInf…
2021-02-09 14:24:45 +03:00
AleksejMelman
36bbc7e2d4
Create ccpp-linux.yaml
Taken from https://github.com/akme/ton/blob/master/.github/workflows/ccpp-linux.yml
2021-02-09 11:15:47 +01:00
Alex Melman
76f0c3b174 Fixing error LNK2019: unresolved external symbol _GetProcessMemoryInfo@12 when building windows desktop client 2021-02-09 11:30:25 +02:00
EmelyanenkoK
8d9226fb1b
Merge pull request #4 from ton-blockchain/master
merge ton-blockchain/ton
2021-02-04 11:10:22 +03:00
tolya-yanot
66f886b819 threshold 2021-02-01 12:54:44 +03:00
tolya-yanot
0734f856c4 tmp 2021-01-27 19:20:43 +03:00
Tolya Yanot
43096dfa7f
Merge pull request #7 from newton-blockchain/versionedConfig
Upgrade to new proto version
2021-01-26 21:54:06 +03:00
EmelyanenkoK
838392b658
Schedule transition to Feb 1 2021-01-26 21:50:52 +03:00
EmelyanenkoK
0c3467e3bb Reassign validation groups to new ids upon proto transition 2021-01-22 11:54:46 +03:00
EmelyanenkoK
29223952a0 Add versioned validatorSession.config 2021-01-20 16:11:40 +03:00
ton
0f9b25d940 validator large state serialization bugfix + tdlib update for clients 2021-01-08 17:27:39 +03:00
ton
b36118dd27 updated pow-miner + small bugfix 2021-01-08 17:27:39 +03:00
ton
b84e3e9735 pow-testgiver support 2021-01-08 17:27:39 +03:00
ton
24dc184a2e validator large state serialization bugfix + tdlib update for clients 2021-01-07 22:48:04 +03:00
ton
dab7ee3f97 updated pow-miner + small bugfix 2020-07-10 13:46:16 +03:00
ton
f064b1047a pow-testgiver support 2020-07-06 17:07:20 +03:00
sonofmom
5890a98b65
Merge pull request #3 from ton-blockchain/master
Merge upstream
2020-06-05 01:36:57 +02:00
ton
dbde9c1c40 minor bugfix 2020-06-03 21:47:47 +04:00
ton
4e2624459b integrating the existing state of TON Storage / TON Payments / CPS Fift development branches 2020-05-27 22:10:46 +04:00
sonofmom
c4255498f4
Merge pull request #1 from sonofmom/feature/Add_freebsd_to_preprocessor_statements_of_rlimit.cpp
Add Freebsd to preprocessor of rlimit.cpp
2020-05-23 01:57:19 +02:00
sonofmom
9b501b4890
Merge pull request #2 from sonofmom/feature/Add_installation_definitions_to_some_binaries
Add CMake installation statements to some binaries
2020-05-23 01:57:00 +02:00
sonofmom
db9d4de1fa Add Freebsd to preprocessor of rlimit.cpp 2020-05-22 01:23:39 +02:00
sonofmom
b1024d45f9 Add CMake installation statements to some binaries 2020-05-22 01:19:25 +02:00
ton
040df63c98 minor improvements and bugfixes 2020-05-07 10:35:23 +04:00
ton
eecf05ca59 bugfixes + tonlib update 2020-04-30 15:04:47 +04:00
ton
2f81361a02 added missing files 2020-04-27 16:33:54 +04:00
ton
9f008b129f updated submodules, bugfixes
- added new fift/func code for validator complaint creation
- bugfixes in validator
- updates in tonlib
- new versions of rocksdb/abseil
- hardfork support
2020-04-27 16:01:46 +04:00