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

Expose committee address #3154

Merged
merged 67 commits into from
Mar 2, 2024
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
24b181f
Update manifest
shargon Nov 5, 2023
3c6a1f0
Fix comment
shargon Nov 5, 2023
a5772bc
Format & fix methods
shargon Nov 5, 2023
95335e0
Fix new
shargon Nov 5, 2023
7ae51e1
Initialize storage fixes
shargon Nov 5, 2023
22d72b5
Fix IsInitializeBlock
shargon Nov 5, 2023
c7602c6
Fix update
shargon Nov 5, 2023
b573a00
Fix GetContractState
shargon Nov 5, 2023
3adddd2
Optimize
shargon Nov 5, 2023
984d3d7
Fix first invoke without sync
shargon Nov 5, 2023
6341bad
Remove current methods
shargon Nov 6, 2023
4f59c43
Clean usings
shargon Nov 6, 2023
c85a1cc
Improve reading Initialize
shargon Nov 6, 2023
2490280
Clean OnManifestCompose
shargon Nov 6, 2023
47317ee
Use cache for all native contracts
shargon Nov 6, 2023
8fd8fc2
Fix ut
shargon Nov 6, 2023
7ba6274
Move cache to ApplicationEngine
shargon Nov 6, 2023
67a9364
Clean code
shargon Nov 6, 2023
8eb82db
Allow nullable attribute
shargon Nov 6, 2023
8667047
Update src/Neo/SmartContract/Native/ContractEventAttribute.cs
Jim8y Nov 6, 2023
5f41acf
Merge branch 'master' into update-native-contracts
Jim8y Nov 7, 2023
ed33b32
Add base call
shargon Nov 7, 2023
eea7324
Merge branch 'update-native-contracts' of https://github.com/neo-proj…
shargon Nov 7, 2023
594c2e6
Fix one https://github.com/neo-project/neo/pull/2941#discussion_r1382…
shargon Nov 7, 2023
64e5cfc
Fix IsInitializeBlock https://github.com/neo-project/neo/pull/2941#di…
shargon Nov 7, 2023
1b210ce
Add ContractEventAttribute constructors for ActiveIn
shargon Nov 7, 2023
5bb42d2
Merge branch 'master' into update-native-contracts
shargon Nov 8, 2023
690b5d4
Ensure ommited hfs
shargon Nov 8, 2023
8cef6ce
Rename
shargon Nov 8, 2023
f114982
Case insensitive hf config
shargon Nov 8, 2023
4e27f15
Merge branch 'master' into update-native-contracts
Jim8y Nov 8, 2023
1fee32f
Increase coverage
shargon Nov 9, 2023
957a507
Merge branch 'update-native-contracts' of https://github.com/neo-proj…
shargon Nov 9, 2023
06f1b23
More uts
shargon Nov 9, 2023
aee4be3
Rename
shargon Nov 9, 2023
c4b4a88
Update src/Neo/SmartContract/Native/ContractManagement.cs
shargon Nov 9, 2023
c5ebf3f
Merge branch 'master' into update-native-contracts
shargon Nov 9, 2023
28ac4e6
format code
shargon Nov 10, 2023
ff852a3
Fix ProtocolSettings
shargon Nov 10, 2023
f2586ed
Merge branch 'master' into update-native-contracts
shargon Nov 10, 2023
53e15b3
Merge branch 'master' into update-native-contracts
shargon Nov 11, 2023
8b4d596
Merge branch 'master' into update-native-contracts
shargon Dec 7, 2023
405a816
Update src/Neo/SmartContract/ApplicationEngine.cs
shargon Dec 11, 2023
4f9739d
Merge branch 'master' into update-native-contracts
shargon Jan 2, 2024
d621476
format
shargon Jan 2, 2024
4ade232
reorder using
shargon Jan 2, 2024
baa7807
Merge branch 'master' into update-native-contracts
Jim8y Jan 3, 2024
487f4ac
Fix UT
shargon Jan 3, 2024
963c557
Merge branch 'master' into update-native-contracts
shargon Jan 11, 2024
8c9e0c6
Adding keccak256 (#2925)
Jim8y Jan 11, 2024
7a8bb33
Merge branch 'master' into update-native-contracts
Jim8y Feb 4, 2024
d45fc30
Merge branch 'master' into update-native-contracts
shargon Feb 7, 2024
c7f0209
Merge branch 'master' into update-native-contracts
shargon Feb 7, 2024
6b0916d
Merge branch 'master' into update-native-contracts
shargon Feb 8, 2024
c13575c
Fix net standard
shargon Feb 8, 2024
5940271
Merge branch 'master' into update-native-contracts
Jim8y Feb 12, 2024
48d2349
Merge branch 'master' into update-native-contracts
shargon Feb 18, 2024
41914d8
Add ut
shargon Feb 19, 2024
e87e2b2
Fix update
shargon Feb 19, 2024
447583f
Merge branch 'master' into update-native-contracts
shargon Feb 20, 2024
d00f510
Merge branch 'master' into update-native-contracts
shargon Feb 21, 2024
8bcda87
Fix update
shargon Feb 21, 2024
f1c01cd
Expose `GetCommitteeAddress`
shargon Feb 22, 2024
2112efd
Merge branch 'master' into core-expose-committee-addr
shargon Feb 23, 2024
81f6b28
Merge branch 'master' into core-expose-committee-addr
Jim8y Feb 24, 2024
f9c7ed9
Merge branch 'master' into core-expose-committee-addr
shargon Feb 28, 2024
2d10261
Update src/Neo/SmartContract/Native/NeoToken.cs
shargon Mar 1, 2024
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
1 change: 1 addition & 0 deletions src/Neo/SmartContract/Native/NeoToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ public NeoAccountState GetAccountState(DataCache snapshot, UInt160 account)
/// </summary>
/// <param name="snapshot">The snapshot used to read data.</param>
/// <returns>The address of the committee.</returns>
[ContractMethod(Hardfork.HF_Cockatrice, CpuFee = 1 << 16, RequiredCallFlags = CallFlags.ReadStates)]
public UInt160 GetCommitteeAddress(DataCache snapshot)
{
ECPoint[] committees = GetCommittee(snapshot);
Expand Down
Loading