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

Upgrade Node SDK to version supporting P4 #24

Merged
merged 39 commits into from
Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d98688c
[WIP] Bump SDK
bisgardo May 10, 2022
2a213e4
Merge branch 'main' into bump-sdk
bisgardo May 10, 2022
8850345
Work
bisgardo May 10, 2022
3879bbd
Work
bisgardo May 11, 2022
f884cce
Fmt
bisgardo May 11, 2022
7cdcef4
Merge/work
bisgardo May 16, 2022
c63fd2b
Work
bisgardo May 16, 2022
c285859
Fmt
bisgardo May 16, 2022
5f8b58f
Work
bisgardo May 16, 2022
395b3bb
Work
bisgardo May 16, 2022
e138985
Fix
bisgardo May 17, 2022
70a2b67
Cleanup and fix
bisgardo May 17, 2022
5e9e0c8
Update README
bisgardo May 17, 2022
ec6e9d2
Cleanup
bisgardo May 17, 2022
d6d349c
Cleanup
bisgardo May 17, 2022
97e6d43
Bump SDK
bisgardo May 17, 2022
1e19cd4
Bump SDK
bisgardo May 17, 2022
31c6317
Merge branch 'main' into bump-sdk
bisgardo May 23, 2022
b60e721
Merge branch 'main' into bump-sdk
bisgardo May 24, 2022
4b65a68
Address review comments
bisgardo May 25, 2022
68ec9fc
Fmt
bisgardo May 25, 2022
e9840ba
Address review
bisgardo May 30, 2022
aa63737
Add missing operation types
bisgardo May 30, 2022
455b368
Fix
bisgardo May 30, 2022
74cd6be
Merge branch 'main' into bump-sdk
bisgardo May 31, 2022
358f396
Update lock file
bisgardo May 31, 2022
de345ac
Fix
bisgardo May 31, 2022
bdb4bb9
Fix amounts
bisgardo Jun 2, 2022
f54daf1
Fix operation indexes
bisgardo Jun 2, 2022
c09a321
Include contract-related transfers
bisgardo Jun 3, 2022
c6fb4e8
Fix
bisgardo Jun 3, 2022
e973f9e
Use slot time of last finalized block as 'current_block_timestamp' in…
bisgardo Jun 3, 2022
45d8f8f
Cleanup
bisgardo Jun 3, 2022
93a168b
Cleanup
bisgardo Jun 3, 2022
a1a5f3c
Merge branch 'main' into bump-sdk
bisgardo Jun 9, 2022
b74e322
Update docs
bisgardo Jun 9, 2022
6392566
Update README.md
bisgardo Jun 13, 2022
22c4822
Address review
bisgardo Jun 13, 2022
584de7a
Fmt
bisgardo Jun 13, 2022
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.4.0

- Bump Node SDK to support protocol version P4.
This makes it compatible with Concordium Node v4.x.x but breaks it for older versions.

## 0.3.3

- Fix operation amounts and add support for querying the balances of contracts.
Expand Down
Loading