You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add back diem submodule
* generate code from latest diem core master and fix tests
* rename identifier hrp
* add dry-run mainnet HRP
* rename all the rest 'libra' to diem
* faucet support creates dd account
* use devnet for testnet until we deploy new master to testnet
* bump up version to 1.0.0
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This project welcomes contributions.
6
6
7
7
For pull request to be accepted by any Diem projects, a CLA must be [signed](https://www.diem.com/en-us/cla-sign/). You will only need to do this once to work on any of Diem's open source projects.
8
8
9
-
When submitting a pull request (PR), the `libra-github-bot` will check your submission for a valid CLA. If one is not found, then you will need to [submit](https://www.diem.com/en-us/cla-sign/) an Individual CLA for yourself or a Corporate CLA for your company.
9
+
When submitting a pull request (PR), the `diem-github-bot` will check your submission for a valid CLA. If one is not found, then you will need to [submit](https://www.diem.com/en-us/cla-sign/) an Individual CLA for yourself or a Corporate CLA for your company.
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
> **Note to readers:** On December 1, 2020, the Libra Association was renamed to Diem Association. The project repos are in the process of being migrated. All projects will remain available for use here until the migration to a new GitHub Organization is complete.
Copy file name to clipboardExpand all lines: checklist.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ This file is a checklist of requirement & technical details for a Diem client SD
28
28
-[x] client tracks latest server response block version and timestamp, raise error when received server response contains stale version / timestamp.
29
29
-[x] last known blockchain version >= response version: when connecting to a cluster of fullnodes, it is possible some fullnodes are behind the head couple versions.
30
30
-[x] last known blockchain timestamp >= response timestamp.
31
-
-[x] parse and use libra_chain_id, libra_ledger_version and libra_ledger_tiemstamp in the JSONRPC response.
31
+
-[x] parse and use diem_chain_id, diem_ledger_version and diem_ledger_tiemstamp in the JSONRPC response.
32
32
-[x] Parsing and gen Diem Account Identifier (see [DIP-5][2])
33
33
- bech32 addresses/subaddresses support
34
34
-[x] language specific standard release publish: e.g. java maven central repo, python pip
@@ -88,7 +88,7 @@ See [doc][5] for above concepts.
88
88
89
89
# Examples
90
90
91
-
-[x][p2p transfer examples](https://github.com/libra/dip/blob/master/dips/dip-4.md#transaction-examples)
91
+
-[x][p2p transfer examples](https://github.com/diem/lip/blob/master/lips/lip-4.md#transaction-examples)
92
92
-[x] refund p2p transfer example
93
93
-[x] create childVASP example
94
94
-[x] Intent identifier encoding, decoding example
@@ -98,10 +98,10 @@ See [doc][5] for above concepts.
98
98
-[ ] Async client
99
99
-[ ] CLI connects to testnet for trying out features.
0 commit comments