Skip to content
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

Testnet 25 #4203

Merged
merged 82 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
666fe5c
Handle native and bn254 signatures
Jun 26, 2023
480bc87
bn254 test save
Jun 27, 2023
3ac2541
Remove bn254 implementation
Jun 27, 2023
ed1d4f6
verify_evm_signature and hash_keccak256
Jun 27, 2023
bea6049
test_evm_verify
Jun 27, 2023
d32a9e3
extra info for test_evm_verify
Jun 27, 2023
3869edc
improve and cleanup test_evm_verify
Jun 27, 2023
54cdb4a
Update verify_evm_signature and revome verify_native_signature
Jun 28, 2023
5292982
Remove unused native conversion functions
Jun 30, 2023
215d8ef
initial
Jun 30, 2023
f2264cb
merge parent and fix conflicts
Jun 30, 2023
40bebe8
Update packages and fix errors
Jun 30, 2023
6502b59
minor correction
Jun 30, 2023
9c75b48
Merge pull request #4171 from massalabs/feature/new_signatures_verify
Eitu33 Jun 30, 2023
d633940
cargo clippy fix
Leo-Besancon Jun 30, 2023
b967703
Change the interface to sync with ABI changes (#4170)
Leo-Besancon Jun 30, 2023
821c9a7
improve verify_evm_signature
Jun 30, 2023
969b7d5
Merge branch 'testnet_24' into runtime-changes-common
Leo-Besancon Jun 30, 2023
332520b
Fix after merge
Leo-Besancon Jun 30, 2023
5614d69
Use get_prefix_bounds() helper function
Leo-Besancon Jun 30, 2023
943142c
Added the implementation of generate_event_wasmv1
Leo-Besancon Jun 30, 2023
b73849a
Merge branch 'testnet_24' into runtime-changes-common
Leo-Besancon Jun 30, 2023
fe0995b
Merge remote-tracking branch 'origin/testnet_25' into runtime-changes…
Jul 5, 2023
910ed5e
NativeAmount arithmetic implementation (#4199)
bilboquet Jul 5, 2023
173278f
Runtime changes common leo (#4217)
Leo-Besancon Jul 5, 2023
60bdee0
Implement bs58 to/from bytes (#4223)
bilboquet Jul 6, 2023
d723f84
get_origin_operation_id interface impl & abi cost
Jul 6, 2023
d4fc02b
Implement unsafe_random_wasmv1 in interface (#4231)
Leo-Besancon Jul 7, 2023
8714624
Merge branch 'testnet_25' into runtime-changes-common
Leo-Besancon Jul 7, 2023
a4d0e27
Fix after merge
Leo-Besancon Jul 7, 2023
e14ef78
Merge branch 'testnet_25' into runtime-changes-common
Leo-Besancon Jul 7, 2023
29868c6
Sync with massa-sc-runtime#283
Jul 10, 2023
c3567fa
Rename blake3_hash to hash_blake3 and use blake3 directly (not via ma…
Jul 10, 2023
18cbacb
Clean some name in massa-sc-runtime interface
Jul 10, 2023
cbd143e
Implement init_call_wasmv1
Leo-Besancon Jul 11, 2023
232bdf7
incremental hash (#4197)
damip Jul 11, 2023
1e6fb95
correct op propagation towards disconnected peers (#4249)
damip Jul 13, 2023
9a1c2d0
Feature/ledger editor versioning 1 (#4239)
sydhds Jul 13, 2023
3b4b702
debug op propagation (#4251)
damip Jul 13, 2023
c1930f2
Fix op cache (#4255)
AurelienFT Jul 17, 2023
aa4d3d0
Bom workspace (#4200)
litchipi Jul 17, 2023
a2f51f5
Sync with massa-sc-runtime#287
Jul 13, 2023
eea278d
Try to give some space on CI.
AurelienFT Jul 17, 2023
e47f875
fix build space ci
AurelienFT Jul 17, 2023
32ed0de
Fix CI syntax on condition over an OS.
AurelienFT Jul 17, 2023
94c3f51
Try a new package to free CI space.
AurelienFT Jul 17, 2023
20661de
Fix indent in CI.
AurelienFT Jul 17, 2023
af94205
Run job that free space only on linux.
AurelienFT Jul 17, 2023
735076d
Remove cleaning of large packages
AurelienFT Jul 17, 2023
de74bbf
Sync
Leo-Besancon Jul 17, 2023
ff9a431
Add versioning of all object id and some tests (#4226)
AurelienFT Jul 21, 2023
d935fc8
improve block propagation (#4252)
damip Jul 24, 2023
f595149
increase max_ops_per_msg to match max_ops_per_block (#4265)
damip Jul 24, 2023
88a7a71
improve op propagation limit (#4267)
damip Jul 24, 2023
7a862f9
all evm interface implementations
Jul 24, 2023
cb5eb6a
impl is_address_eoa
Jul 24, 2023
c4db695
abi costs
Jul 24, 2023
1229399
minor change
Jul 24, 2023
8748748
fix a clippy warning
Jul 24, 2023
b70b4ce
Protocol improvements (#4243)
modship Jul 25, 2023
d798412
Update runtime target branch
Jul 25, 2023
5fe52ce
Merge pull request #4269 from massalabs/evm-update
Eitu33 Jul 25, 2023
812374c
Remove local struct hashes (#4276)
Leo-Besancon Jul 25, 2023
7e7e296
Protocol: Add periodic unban of every peers (#4277)
Leo-Besancon Jul 26, 2023
3cb5508
Merge test25 and fix conflicts
Jul 26, 2023
660ea0b
update runtime version
Jul 26, 2023
c772ee5
use branch instead of rev for runtime package
Jul 26, 2023
494b095
Merge pull request #4180 from massalabs/runtime-changes-common
Eitu33 Jul 26, 2023
122a1f6
add metrics (#4254)
modship Jul 26, 2023
82c5757
massa package version upgrade (#4279)
modship Jul 26, 2023
73aaa9d
Merge main into testnet 25 (#4294)
aoudiamoncef Jul 27, 2023
a24fe13
debug block propag (#4293)
damip Jul 27, 2023
32d8a17
rename protocol metrics (#4289)
modship Jul 27, 2023
74edee7
massa survey stop (#4287)
modship Jul 31, 2023
b1bc739
update testnet install url (#4278)
vise Jul 31, 2023
e1d4552
Add max event size check (#4285)
Leo-Besancon Jul 31, 2023
72ebfeb
fix survey in sandbox (#4299)
modship Jul 31, 2023
07358c4
Implement peer priorization (#4261)
litchipi Jul 31, 2023
cd1d0c9
Merge branch 'main' into testnet_25
AurelienFT Jul 31, 2023
b0fcfe6
fix metrics (#4300)
modship Jul 31, 2023
0cb927d
update consensus GPI rule (#4284)
damip Jul 31, 2023
56b7cef
add current_time_thread && current_time_period (#4303)
modship Jul 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[alias]
xtask = "run --package massa-xtask --"
xtask = "run --package massa_xtask --"
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
Expand Down
Loading
Loading